-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor datastore to use STAC #107
Comments
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.
The text was updated successfully, but these errors were encountered: