LSDB

Contents

LSDB#

LSDB (Large Survey DataBase) is a python framework that enables simple, fast spatial analysis of extremely large astronomical catalogs (e.g. querying and crossmatching ~10⁹ sources). It aims to address large-scale data processing challenges, in particular those brought up by LSST.

Built on top of Dask to efficiently scale and parallelize operations across multiple distributed workers, it uses the HATS data format to efficiently perform spatial operations.

A possible HEALPix distribution for Gaia DR3

A possible HEALPix distribution for Gaia DR3.#

Using this Guide#

Getting Started

Installation and QuickStart Guide

Getting Started with LSDB
Tutorials

Learn the LSDB features by working through our guides

Tutorials
API Reference

The detailed API documentation

API Reference
Example Science Notebooks

Jupyter notebooks going over some example scientific use cases

Example Science Use Cases