Open havok2063 opened 3 months ago
Add database metadata info for the tables in catalogdb. The metadata should go here, https://github.com/sdss/sdssdb/tree/main/schema/sdss5db/metadata and follow the syntax in https://github.com/sdss/sdssdb/blob/main/schema/sdss5db/metadata/vizdb.json.
catalogdb
I need metadata for at least catalogdb.sdss_id_to_catalog but it'd be nice to also have the metadata defined for all of the parent catalog tables.
catalogdb.sdss_id_to_catalog
There is a decent amount of column information with human-readable descriptions here
https://github.com/sdss/minidb_docs
It would need some parsing, and it doesn't cover all the catalogdb tables.
Add database metadata info for the tables in
catalogdb
. The metadata should go here, https://github.com/sdss/sdssdb/tree/main/schema/sdss5db/metadata and follow the syntax in https://github.com/sdss/sdssdb/blob/main/schema/sdss5db/metadata/vizdb.json.I need metadata for at least
catalogdb.sdss_id_to_catalog
but it'd be nice to also have the metadata defined for all of the parent catalog tables.