You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example catalog is JSON and simple enough to understand: the "item" entries are datasets, and the standard says that there can be references to other catalogues too (assuming that the name of each is to be derived from the href, if not otherwise given.
However, the item contents takes a bit more explaining, specifically, what Intake would do with this in converting to a data source entry:
"type" clearly has a meaning, and presumably we would have different interpretations of what follows based on this.
"geometry" is a special structure, presumably would go into the metadata and any special functionality on an intake-stac cat would be able to do something with this
"properties" in this case are all datetimes, which is only inferred by seeing them, but presumably this could be used in filtering too
The zarr asset has key "zarr", so we know what driver to use here, and presumably there's a limited set of types we can understand. Is it normal for one item to have multiple entries here? I wonder, why is this pointing to the .zmetadata file rather than the directory? (also, the ref is http rather than gcs, will this always be the case?)
The text was updated successfully, but these errors were encountered:
Just to be clear, I just totally invented the "assets" section as there was no guidance on how to represent zarr assets in STAC. We could change that completely. See discussion in radiantearth/stac-spec#366.
The example catalog is JSON and simple enough to understand: the "item" entries are datasets, and the standard says that there can be references to other catalogues too (assuming that the name of each is to be derived from the href, if not otherwise given.
However, the item contents takes a bit more explaining, specifically, what Intake would do with this in converting to a data source entry:
The text was updated successfully, but these errors were encountered: