diff --git a/catalog/RS_indices.yaml b/catalog/RS_indices.yaml new file mode 100644 index 0000000..e85ecbe --- /dev/null +++ b/catalog/RS_indices.yaml @@ -0,0 +1,40 @@ +metadata: + description: >- + Remote Sensing Indices derived from SENTINEL S2A data + contact: + name: Data Deliver System Support Team + email: dds-support@cmcc.it + webpage: https://www.cmcc.it/research-organization/research-divisions/advanced-scientific-computing-division#1553329820238-2055494b-9aa6 + label: Remote Sensing Indices from Sentinel S2A + image: null + doi: null + update_frequency: null + license: null + publication_date: 2023-11-22 + related_data: null + +sources: + 10m: + description: Remote Sensing Indices at 10m + metadata: + role: public + filters: + - name: pasture + user_defined: T + label: Pasture + driver: geokube_netcdf + args: + path: '{{ CATALOG_DIR }}/datasets/RS_indices/*/10m/*.nc' + pattern: '{{ CATALOG_DIR }}/datasets/RS_indices/{pasture}/10m/{}.nc' + field_id: '{standard_name}' + mapping: + NDVI: {'name': 'NDVI', 'description': 'Normalized Difference Vegetation Index'} + NDWI: {'name': 'NDWI', 'description': 'Normalized Difference Water Index'} + GLI: {'name': 'GLI', 'description': 'Green Leaf Index'} + GCI: {'name': 'GCI', 'description': 'Green Chlorophyll Index'} + RGR: {'name': 'RGR', 'description': 'Red-Green Ratio'} + metadata_caching: false + metadata_cache_path: '{{ CACHE_DIR }}/s2-indices-10m.cache' + xarray_kwargs: + parallel: true + decode_coords: 'all' \ No newline at end of file diff --git a/catalog/catalog.yaml b/catalog/catalog.yaml index 466ff6f..19e5913 100644 --- a/catalog/catalog.yaml +++ b/catalog/catalog.yaml @@ -16,3 +16,8 @@ sources: driver: yaml_file_cat args: path: '{{ CATALOG_DIR }}/thi.yaml' + + rs-indices: + driver: yaml_file_cat + args: + path: '{{ CATALOG_DIR }}/RS_indices.yaml' diff --git a/catalog/datasets/RS_indices/Donnola/10m/regular.nc b/catalog/datasets/RS_indices/Donnola/10m/regular.nc new file mode 100644 index 0000000..18e011a Binary files /dev/null and b/catalog/datasets/RS_indices/Donnola/10m/regular.nc differ