Skip to content

andycasey/sdssdb

 
 

Repository files navigation

sdssdb

Requires Python 3.6+ Documentation Status travis

SDSS product for database management.

sdssdb is in active development. Although the code is stable and can be used for production, the implementation of existing features may be changed without previous notice. This will change when we reach version 1.0.0.

Useful links

How to use

>>> from sdssdb.peewee.sdss5db import catalogdb
>>> targets = catalogdb.GaiaDR2Source.select().where(catalogdb.GaiaDR2Source.phot_g_mean_mag < 15)

About

Central SDSS product for database management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.4%
  • Jupyter Notebook 21.9%
  • PLpgSQL 18.2%
  • Other 1.5%