Skip to content

Commit

Permalink
Add RS_indices to catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
vale95-eng committed Feb 15, 2024
1 parent 9ec303f commit be914c5
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
40 changes: 40 additions & 0 deletions catalog/RS_indices.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
metadata:
description: >-
Remote Sensing Indices derived from SENTINEL S2A data
contact:
name: Data Deliver System Support Team
email: [email protected]
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'
5 changes: 5 additions & 0 deletions catalog/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Binary file not shown.

0 comments on commit be914c5

Please sign in to comment.