Skip to content

lsst-sqre/sia

Repository files navigation

SIA

SIA is an implementation of the IVOA Simple Image Access v2 protocol as a FastAPI web service, designed to be deployed as part of the Rubin Science Platform.

The default configuration uses the dax_obscore package and interacts with a Butler repository to find images matching specific criteria.

While the current release supports both remote and direct (local) Butler repositories, our primary focus has been on the Remote Butler, resulting in more mature support for this option.

Query results are streamed to the user as VOTable responses, which is currently the only supported format.

The application expects as part of the configuration a list of Butler Data Collections, each of which expects a number of attributes which define how to access the repository.

The system architecture & design considerations have been documented in https://github.com/lsst-sqre/sqr-095.

See CHANGELOG.md for the change history of sia.