Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": -105,
"ymin": 33.7,
"xmax": -81.8,
"ymax": 50
},
"temporal_extent": {
"startdate": "1950-01-01T00:00:00Z",
"enddate": "1950-01-01T23:59:59Z"
},
"discovery_items": [
{
"upload": false,
"cogify": false,
"dry_run": false,
"filename_regex": "(.*)Panhandle_Hooker_(.*).tif$",
"use_multithreading": false,
"discovery": "s3",
"prefix": "Blizzards/",
"bucket": "veda-data-store-staging"
}
],
"sample_files": [
"s3://veda-data-store-staging/Blizzards/Panhandle_Hooker_1950-01-01.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-panhandle-hooker",
"title": "Panhandle Hooker Snowfall Footprint",
"description": "Single value raster displaying the general snowfall footprint of a Panhandle Hooker type of mid-latitude cyclone.",
"time_density": "day",
"datetime_range": "day",
"renders": {
"dashboard": {
"colormap": {
"0": [
22,
158,
242,
255
]
},
"assets": [
"cog_default"
],
"title": "VEDA Dashboard Render Parameters"
}
},
"dashboard:time_density": "day",
"dashboard:is_periodic": false
}