Quite some data sets provide multiple years of data. See for instance https://source.coop/fiboa/be-vlg
In the current publication process, the convert command has an option --collection which generates a STAC collection.json file for a single data set. We publish the data (parquet+pmtiles) and the stac/collection.json file to set to source coop, see this example's be-vlg collection.json.
What should we do with multiple years? We could keep a stac/collection.json file pointing to the most recent parquet/pmtiles file. But can we add a stac/catalog.json file pointing to all files, or should that be in the same collection-file?
@m-mohr you probably have an idea about this...
Quite some data sets provide multiple years of data. See for instance https://source.coop/fiboa/be-vlg
In the current publication process, the
convertcommand has an option--collectionwhich generates a STAC collection.json file for a single data set. We publish the data (parquet+pmtiles) and thestac/collection.jsonfile to set to source coop, see this example's be-vlg collection.json.What should we do with multiple years? We could keep a
stac/collection.jsonfile pointing to the most recent parquet/pmtiles file. But can we add astac/catalog.jsonfile pointing to all files, or should that be in the same collection-file?@m-mohr you probably have an idea about this...