lsdb.dask.partition_indexer#

Classes#

PartitionIndexer

Class that implements the square brackets accessor for catalog partitions.

Module Contents#

class PartitionIndexer(catalog)[source]#

Class that implements the square brackets accessor for catalog partitions.

catalog[source]#
__getitem__(item)[source]#
_get_pixels_from_partition_indices(indices: list[int]) list[tuple[int, int]][source]#

Performs a reverse-lookup in the catalog pixel-to-partition map and returns the pixels for the specified partition indices.