Skip to content

Commit

Permalink
add dashboard keys and use new cogs
Browse files Browse the repository at this point in the history
  • Loading branch information
anayeaye committed Feb 21, 2025
1 parent a6f291c commit a311a01
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ingestion-data/staging/dataset-config/blizzard-era5-cfrac.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"upload": false,
"cogify": false,
"dry_run": false,
"filename_regex": "(.*)ERA5_CFRAC_(.*).tif$",
"filename_regex": "(.*)ERA5_CFRAC_cog_v2_(.*).tif$",
"use_multithreading": false,
"discovery": "s3",
"prefix": "Blizzards/",
"bucket": "veda-data-store-staging"
}
],
"sample_files": [
"s3://veda-data-store-staging/Blizzards/ERA5_CFRAC_cog_1950-11-26T00:00:00Z.tif",
"s3://veda-data-store-staging/Blizzards/ERA5_CFRAC_cog_1978-01-26T09:00:00Z.tif"
"s3://veda-data-store-staging/Blizzards/ERA5_CFRAC_cog_v2_1950-11-26T00:00:00Z.tif",
"s3://veda-data-store-staging/Blizzards/ERA5_CFRAC_cog_v2_1978-01-26T09:00:00Z.tif"
],
"data_type": "cog",
"stac_extensions": [
Expand Down Expand Up @@ -67,8 +67,8 @@
"collection": "blizzard-era5-cfrac",
"title": "ERA5 Reanalysis – Cloud Fraction (Select Events)",
"description": "ERA5 cloud fraction global reanalysis for three select blizzard events.",
"is_periodic": false,
"time_density": "day",
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
"datetime_range": "day",
"renders": {
"dashboard": {
Expand All @@ -84,6 +84,5 @@
],
"title": "VEDA Dashboard Render Parameters"
}
},
"transfer": true
}
}

0 comments on commit a311a01

Please sign in to comment.