Metadata-Version: 2.4
Name: lsst-dax-obscore
Version: 30.0.6rc5
Summary: Conversion of Butler datasets to ObsCore format.
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/lsst-dm/dax_obscore
Keywords: lsst
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown
License-File: COPYRIGHT
License-File: LICENSE
Requires-Dist: pyarrow
Requires-Dist: pyyaml>=5.1
Requires-Dist: sqlalchemy>=1.4
Requires-Dist: click>=7.0
Requires-Dist: lsst-utils
Requires-Dist: lsst-daf-butler
Requires-Dist: lsst-sphgeom
Requires-Dist: lsst-resources
Requires-Dist: lsst-felis
Provides-Extra: postgres
Requires-Dist: psycopg2; extra == "postgres"
Provides-Extra: test
Requires-Dist: pytest>=3.2; extra == "test"
Dynamic: license-file

# dax_obscore

[![pypi](https://img.shields.io/pypi/v/lsst-dax-obscore.svg)](https://pypi.org/project/lsst-dax-obscore/)
[![codecov](https://codecov.io/gh/lsst-dm/dax_obscore/graph/badge.svg?token=TI73D2SG4S)](https://codecov.io/gh/lsst-dm/dax_obscore)

Tools to generate [IVOA ObsCore](https://www.ivoa.net/documents/ObsCore/) data and process [IVOA SIAv2](https://www.ivoa.net/documents/SIA/) queries for data stored in a Butler repository.

* [Rubin Observatory Data Butler](https://github.com/lsst/daf_butler)
* [Overview of SIAv2 implementation](https://doi.org/10.48550/arXiv.2501.00544)

PyPI: [lsst-dax-obscore](https://pypi.org/project/lsst-dax-obscore/)
