Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gtramonte committed Sep 26, 2024
1 parent 33a704f commit 39d75d2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ _catalogs/
_old/

.DS_Store
db_init
db_init
*.zarr
*.nc
Binary file removed catalog/datasets/era5_downscaled.nc
Binary file not shown.
21 changes: 20 additions & 1 deletion catalog/era5_downscaled.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,31 @@
metadata:
description: >-
This dataset is related to ERA5 downscaled over Italy at 2km.
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:
hourly:
description: ERA5 downscaled at 2km over italy hourly.
driver: geokube_netcdf
args:
path: '{{ CATALOG_DIR }}/datasets/era5_downscaled.nc'
metadata_caching: true
metadata_caching: false
metadata_cache_path: '{{ CACHE_DIR }}/era5_downscaled.cache'

zarr:
description: ERA5 downscaled at 2km over italy hourly.
driver: geokube_netcdf
args:
path: '{{ CATALOG_DIR }}/datasets/era5_downscaled.zarr'
metadata_caching: false
metadata_cache_path: '{{ CACHE_DIR }}/era5_downscaled.cache'

0 comments on commit 39d75d2

Please sign in to comment.