Skip to content
Draft
Show file tree
Hide file tree
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
91 changes: 91 additions & 0 deletions ingestion-data/staging/collections/landsat-burn-ratio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"type": "Collection",
"id": "landsat-burn-ratio",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json",
"https://stac-extensions.github.io/renders/v1.0.0/schema.json"
],
"title": "Landsat Normalized Burn Ratio",
"description": "Normalized Burn Ratio (NBR) index highlighting burned areas by comparing near-infrared and shortwave infrared bands for fire damage assessment.",
"license": "CC0-1.0",
"keywords": [
"landsat",
"burn-ratio",
"composites"
],
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"2022-01-01T00:00:00Z",
null
]
]
}
},
"item_assets": {
"burn-ratio": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data",
"layer"
],
"title": "Normalized Burn Ratio",
"description": "Normalized Burn Ratio (NBR) index highlighting burned areas by comparing near-infrared and shortwave infrared bands for fire damage assessment."
}
},
"renders": {
"dashboard": {
"assets": [
"burn-ratio"
],
"rescale": [
[
-1,
1
]
],
"nodata": -9999.0,
"colormap_name": "viridis"
},
"burn-ratio": {
"assets": [
"burn-ratio"
],
"rescale": [
[
-1,
1
]
],
"nodata": -9999.0,
"colormap_name": "viridis"
}
},
"links": [],
"providers": [
{
"name": "NASA",
"roles": [
"producer",
"host"
],
"url": "https://www.nasa.gov"
}
],
"product": "burn-ratio",
"sensor": "landsat"
}
85 changes: 85 additions & 0 deletions ingestion-data/staging/collections/landsat-natural-color.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"type": "Collection",
"id": "landsat-natural-color",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json",
"https://stac-extensions.github.io/renders/v1.0.0/schema.json"
],
"title": "Landsat Natural Color Composites",
"description": "Natural color composite using visible bands (Red, Green, Blue) for intuitive visual interpretation of surface features.",
"license": "CC0-1.0",
"keywords": [
"landsat",
"natural-color",
"composites"
],
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"2022-01-01T00:00:00Z",
null
]
]
}
},
"item_assets": {
"natural-color": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data",
"layer"
],
"title": "Natural Color",
"description": "Natural color RGB composite using visible wavelengths for natural-looking imagery of Earth's surface."
}
},
"renders": {
"dashboard": {
"assets": [
"natural-color"
],
"bidx": [
1,
2,
3
]
},
"natural-color": {
"assets": [
"natural-color"
],
"bidx": [
1,
2,
3
]
}
},
"links": [],
"providers": [
{
"name": "NASA",
"roles": [
"producer",
"host"
],
"url": "https://www.nasa.gov"
}
],
"product": "natural-color",
"sensor": "landsat"
}
85 changes: 85 additions & 0 deletions ingestion-data/staging/collections/landsat-true-color.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"type": "Collection",
"id": "landsat-true-color",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json",
"https://stac-extensions.github.io/renders/v1.0.0/schema.json"
],
"title": "Landsat True Color Composites",
"description": "True color composite using visible bands (Red, Green, Blue) for intuitive visual interpretation of surface features.",
"license": "CC0-1.0",
"keywords": [
"landsat",
"true-color",
"composites"
],
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"2022-01-01T00:00:00Z",
null
]
]
}
},
"item_assets": {
"true-color": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data",
"layer"
],
"title": "True Color",
"description": "True color RGB composite using visible wavelengths for natural-looking imagery of Earth's surface."
}
},
"renders": {
"dashboard": {
"assets": [
"true-color"
],
"bidx": [
1,
2,
3
]
},
"true-color": {
"assets": [
"true-color"
],
"bidx": [
1,
2,
3
]
}
},
"links": [],
"providers": [
{
"name": "NASA",
"roles": [
"producer",
"host"
],
"url": "https://www.nasa.gov"
}
],
"product": "true-color",
"sensor": "landsat"
}
91 changes: 91 additions & 0 deletions ingestion-data/staging/collections/sentinel-2-burn-ratio.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"type": "Collection",
"id": "sentinel-2-burn-ratio",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json",
"https://stac-extensions.github.io/renders/v1.0.0/schema.json"
],
"title": "Sentinel-2 Normalized Burn Ratio",
"description": "Normalized Burn Ratio (NBR) index highlighting burned areas by comparing near-infrared and shortwave infrared bands for fire damage assessment. Sentinel-2 is a multispectral optical imaging mission providing high-resolution imagery for disaster monitoring and environmental assessment.",
"license": "CC0-1.0",
"keywords": [
"sentinel-2",
"burn-ratio",
"composites"
],
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
"extent": {
"spatial": {
"bbox": [
[
-180,
-90,
180,
90
]
]
},
"temporal": {
"interval": [
[
"2022-01-01T00:00:00Z",
null
]
]
}
},
"item_assets": {
"burn-ratio": {
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data",
"layer"
],
"title": "Normalized Burn Ratio",
"description": "Normalized Burn Ratio (NBR) index highlighting burned areas by comparing near-infrared and shortwave infrared bands for fire damage assessment."
}
},
"renders": {
"dashboard": {
"assets": [
"burn-ratio"
],
"rescale": [
[
-1,
1
]
],
"colormap_name": "viridis",
"nodata": -9999.0
},
"burn-ratio": {
"assets": [
"burn-ratio"
],
"rescale": [
[
-1,
1
]
],
"colormap_name": "viridis",
"nodata": -9999.0
}
},
"links": [],
"providers": [
{
"name": "NASA",
"roles": [
"producer",
"host"
],
"url": "https://www.nasa.gov"
}
],
"product": "burn-ratio",
"sensor": "sentinel-2"
}
Loading
Loading