Closed rabernat closed 3 years ago
Looking into documentation, I'm thinking that a STAC Collection would work well for any catalog directly containing a Zarr store or ESM collection, since they would likely have some licensing/provider information that could be placed under license
and provider
; however, to my knowledge, there isn't a way to specify what data corresponds to a license/provider, so catalogs like camels.yaml may need to be split up by cloud provider.
extent
is also an issue where I'd imagine some of the data we want to group together has radically varying spatial/temporal bounds, but I'm aware that there seems to be some push to redefine this so we could go with your suggestion and just define arbitrary bounds for now.
I now understand that since we are planning to render our Zarr/ESM data as collections, there's no real pressure to group any datasets by license/provider, unless we feel so inclined due to issues like finding a way to easily subset by cloud provider.
Beyond those issues, I think an absolute published catalog/collection seems like the best equivalent to our current catalog setup, since our data is in a different location from the catalogs themselves.
Made a repo containing the WIP catalogs here:
https://github.com/charlesbluca/pangeo-datastore-stac
I'm drafting up a README for the repo now that can double as a proposal of the catalog's structure, and I included the script used to generate the catalogs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it had not seen recent activity. The issue can always be reopened at a later date.
When we first started this project, it was not feasible to use STAC for our master catalog, so we went with intake. However, things have changed:
So we should now be able to refactor our catalog around STAC.
The steps would be as follows:
This is a lot of work, but I think it is a clear path.
Once we have our catalog in STAC, we can then think about how to re-design the catalog website.