Skip to content

Commit

Permalink
update dashboard keys (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
anayeaye authored Feb 21, 2025
1 parent b75da73 commit 2f91c07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
8 changes: 3 additions & 5 deletions ingestion-data/staging/dataset-config/blizzard-alley.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"collection": "blizzard-alley",
"title": "Blizzard Alley",
"description": "Single value raster displaying the region of the USA known as Blizzard Alley, where at least 10-20 blizzards have occurred since 1950. Eastern North Dakota seen 50-100+ in the same time period.",
"is_periodic": true,
"time_density": "day",
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
"datetime_range": "day",
"renders": {
"dashboard": {
Expand All @@ -84,7 +84,5 @@
],
"title": "VEDA Dashboard Render Parameters"
}
},
"transfer": true,
"dashboard:time_density": "day"
}
}
8 changes: 3 additions & 5 deletions ingestion-data/staging/dataset-config/blizzard-millera.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"collection": "blizzard-millera",
"title": "Miller A Snowfall Footprint",
"description": "Single value raster displaying the general snowfall footprint of a Miller A type of mid-latitude cyclone.",
"is_periodic": true,
"time_density": "day",
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
"datetime_range": "day",
"renders": {
"dashboard": {
Expand All @@ -84,7 +84,5 @@
],
"title": "VEDA Dashboard Render Parameters"
}
},
"transfer": true,
"dashboard:time_density": "day"
}
}
8 changes: 3 additions & 5 deletions ingestion-data/staging/dataset-config/blizzard-millerb.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"collection": "blizzard-millerb",
"title": "Miller B Snowfall Footprint",
"description": "Single value raster displaying the general snowfall footprint of a Miller B type of mid-latitude cyclone.",
"is_periodic": true,
"time_density": "day",
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
"datetime_range": "day",
"renders": {
"dashboard": {
Expand All @@ -84,7 +84,5 @@
],
"title": "VEDA Dashboard Render Parameters"
}
},
"transfer": true,
"dashboard:time_density": "day"
}
}

0 comments on commit 2f91c07

Please sign in to comment.