diff --git a/CHANGES.md b/CHANGES.md index 54a91bc23..e2254f0e1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,28 @@ ## Changes in 1.4.1 (in development) ### Enhancements +* Improved xcube Server's STAC API: + * Added the `tileLevelMin`, `tileLevelMax`, `colorBarName`, `colorBarMax` and `colorBarMin` attributes to the `xcube:data_vars` property returned in a STAC item JSON schema of a dataset's data + variables. + * The `xcube:data_vars` in a STAC item will display the following example: + + ```json + "xcube:data_vars": [ + { + "name": "gpp", + "dtype": "float32", + "dims": [], + "chunks": [], + "shape": [], + "attrs": {}, + "tileLevelMax": 11, + "tileLevelMin": 10, + "colorBarName": "bwr", + "colorBarMax": 0, + "colorBarMin": 20 + } + ] + ``` ### Fixes diff --git a/demo-collection.json b/demo-collection.json new file mode 100644 index 000000000..105a9c648 --- /dev/null +++ b/demo-collection.json @@ -0,0 +1,835 @@ +{ + "assets": { + "analytic": { + "title": "demo data access", + "roles": [ + "data" + ], + "type": "application/zarr", + "href": "http://localhost:8080/s3/datasets/demo.zarr", + "xcube:analytic": { + "c2rcc_flags": { + "title": "c2rcc_flags data access", + "roles": [ + "data" + ], + "type": "application/zarr", + "href": "http://localhost:8080/s3/datasets/demo.zarr/c2rcc_flags" + }, + "conc_chl": { + "title": "conc_chl data access", + "roles": [ + "data" + ], + "type": "application/zarr", + "href": "http://localhost:8080/s3/datasets/demo.zarr/conc_chl" + }, + "conc_tsm": { + "title": "conc_tsm data access", + "roles": [ + "data" + ], + "type": "application/zarr", + "href": "http://localhost:8080/s3/datasets/demo.zarr/conc_tsm" + }, + "kd489": { + "title": "kd489 data access", + "roles": [ + "data" + ], + "type": "application/zarr", + "href": "http://localhost:8080/s3/datasets/demo.zarr/kd489" + }, + "quality_flags": { + "title": "quality_flags data access", + "roles": [ + "data" + ], + "type": "application/zarr", + "href": "http://localhost:8080/s3/datasets/demo.zarr/quality_flags" + } + } + }, + "visual": { + "title": "demo visualisation", + "roles": [ + "visual" + ], + "type": "image/png", + "href": "http://localhost:8080/tiles/demo//{z}/{y}/{x}?time=