Skip to content
Open
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
94 changes: 94 additions & 0 deletions ingestion-data/staging/dataset-config/aviris-rgb-subdaily.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"collection": "aviris-rgb-subdaily",
"title": "AVIRIS Hyperspectral RGB",
"description": "Three-band AVIRIS hyperspectral composite image composite red, green, and blue bands.",
"license": "CC0-1.0",
"stac_version": "1.0.0",
"dashboard:is_periodic": false,
"dashboard:time_interval": "PT1S",
"links": [],
"spatial_extent": {
"xmin": -180,
"ymin": -90,
"xmax": 180,
"ymax": 90
},
"temporal_extent": {
"startdate": "2020-01-01T00:00:00Z",
"enddate": null
},
"discovery_items": [
{
"discovery": "s3",
"prefix": "ProgramData/AVIRIS/EarlyLook",
"bucket": "nasa-disasters-staging",
"filename_regex": ".*\\.tif$",
"id_regex": ".*(\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}Z)\\.tif$",
"id_template": "aviris-earlylook-subdaily-{}",
"disasters:extract_event_name": true,
"disasters:monty": true,
"disasters:add_product": true,
"disasters:add_providers": true,
"cogify": false,
"dry_run": false,
"use_multithreading": false,
"assets": {
"earlylook": {
"title": "AVIRIS earlylook",
"description": "Three-band AVIRIS hyperspectral composite image composite red, green, and blue bands.",
"regex": ".*earlylook.*\\.tif$"
}
},
"collection": "aviris-earlylook-daily"
}
],
"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"
],
"renders": {
"dashboard": {
"assets": [
"earlylook"
],
"bidx": [
1,
2,
3
],
"nodata": 0
},
"earlylook": {
"assets": [
"earlylook"
],
"bidx": [
1,
2,
3
],
"nodata": 0
}
},
"providers": [
{
"name": "NASA VEDA",
"roles": [
"host"
],
"url": "https://www.earthdata.nasa.gov/dashboard/"
}
],
"item_assets": {
"earlylook": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data",
"layer"
],
"title": "AVIRIS earlylook",
"description": "Three-band AVIRIS hyperspectral composite image composite red, green, and blue bands."
}
}
}
Loading