-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ingest Request for blizzard-merra2-cfrac (#292)
* Create ingestion-data/staging/dataset-config/blizzard-merra2-cfrac.json * update dashboard keys --------- Co-authored-by: veda-github-actor[bot] <192275278+veda-github-actor[bot]@users.noreply.github.com> Co-authored-by: Alexandra Kirk <alexandra@developmentseed.org>
- Loading branch information
1 parent
a9f1962
commit 3d082a8
Showing
1 changed file
with
89 additions
and
0 deletions.
There are no files selected for viewing
89 changes: 89 additions & 0 deletions
89
ingestion-data/staging/dataset-config/blizzard-merra2-cfrac.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"license": "CC0-1.0", | ||
"stac_version": "1.0.0", | ||
"links": [], | ||
"spatial_extent": { | ||
"xmin": -180, | ||
"ymin": -90, | ||
"xmax": 180, | ||
"ymax": 90 | ||
}, | ||
"temporal_extent": { | ||
"startdate": "1991-11-01T21:00:00Z", | ||
"enddate": "2016-01-23T12:00:00Z" | ||
}, | ||
"discovery_items": [ | ||
{ | ||
"upload": false, | ||
"cogify": false, | ||
"dry_run": false, | ||
"filename_regex": "(.*)MERRA2_CFRAC_(.*).tif$", | ||
"use_multithreading": false, | ||
"discovery": "s3", | ||
"prefix": "Blizzards/", | ||
"bucket": "veda-data-store-staging" | ||
} | ||
], | ||
"sample_files": [ | ||
"s3://veda-data-store-staging/Blizzards/MERRA2_CFRAC_cog_1991-11-01T21:00:00Z.tif", | ||
"s3://veda-data-store-staging/Blizzards/MERRA2_CFRAC_cog_1993-03-14T00:00:00Z.tif", | ||
"s3://veda-data-store-staging/Blizzards/MERRA2_CFRAC_cog_2016-01-23T12:00:00Z.tif" | ||
], | ||
"data_type": "cog", | ||
"stac_extensions": [ | ||
"https://stac-extensions.github.io/render/v1.0.0/schema.json", | ||
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json" | ||
], | ||
"item_assets": { | ||
"cog_default": { | ||
"type": "image/tiff; application=geotiff; profile=cloud-optimized", | ||
"roles": [ | ||
"data", | ||
"layer" | ||
], | ||
"title": "Default COG Layer", | ||
"description": "Cloud optimized default layer to display on map" | ||
} | ||
}, | ||
"providers": [ | ||
{ | ||
"name": "NASA VEDA", | ||
"roles": [ | ||
"host" | ||
], | ||
"url": "https://www.earthdata.nasa.gov/dashboard/" | ||
} | ||
], | ||
"assets": { | ||
"thumbnail": { | ||
"title": "Thumbnail", | ||
"type": "image/png", | ||
"roles": [ | ||
"thumbnail" | ||
], | ||
"description": "Photo by Andrew Blackford (Near-blizzard conditions in Maria Stein, Ohio on December 23, 2022)", | ||
"href": "https://thumbnails.openveda.cloud/blizzards-cover.png" | ||
} | ||
}, | ||
"collection": "blizzard-merra2-cfrac", | ||
"title": "MERRA2 Reanalysis – Cloud Fraction (Select Events)", | ||
"description": "MERRA2 cloud fraction global reanalysis for three select blizzard events.", | ||
"dashboard:is_periodic": false, | ||
"dashboard:time_density": "day", | ||
"datetime_range": "day", | ||
"renders": { | ||
"dashboard": { | ||
"colormap_name": "greys_r", | ||
"rescale": [ | ||
[ | ||
0, | ||
1 | ||
] | ||
], | ||
"assets": [ | ||
"cog_default" | ||
], | ||
"title": "VEDA Dashboard Render Parameters" | ||
} | ||
} | ||
} |