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
92 changes: 92 additions & 0 deletions ingestion-data/staging/dataset-config/burma-eq-planet-pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"license": "CC0-1.0",
"stac_version": "1.0.0",
"links": [],
"spatial_extent": {
"xmin": -95.94,
"ymin": 21.76,
"xmax": -96.32,
"ymax": 11.14
},
"temporal_extent": {
"startdate": "2025-03-28T00:00:00Z",
"enddate": "2025-03-28T23:59:59Z"
},
"discovery_items": [
{
"upload": false,
"cogify": false,
"dry_run": false,
"filename_regex": "(.*)Planet_(.*)-28.tif$",
"use_multithreading": false,
"discovery": "s3",
"prefix": "burma_eq/",
"bucket": "veda-data-store-staging"
}
],
"sample_files": [
"s3://veda-data-store-staging/burma_eq/Planet_Burma_EQ1_2025-03-28.tif",
"s3://veda-data-store-staging/burma_eq/Planet_Burma_EQ2_2025-03-28.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"
}
},
"renders": {
"dashboard": {
"bidx": [
1,
2,
3
],
"rescale": [
[
0,
255
]
],
"assets": [
"cog_default"
]
}
},
"providers": [
{
"name": "NASA VEDA",
"roles": [
"host"
],
"url": "https://www.earthdata.nasa.gov/dashboard/"
}
],
"assets": {
"thumbnail": {
"title": "Thumbnail",
"type": "image/png",
"roles": [
"thumbnail"
],
"description": "Collapsed high-rise in Mandalay, Burma.",
"href": "https://thumbnails.openveda.cloud/burma_eq_background.jpg"
}
},
"collection": "burma-eq-planet-pre",
"title": "PlanetScope Satellite Imagery (2025 Burma Earthquake - Pre)",
"description": "TrueColor RGB commercial satellite imagery from Planet Labs of the Mandalay, Burma area from before the 2025 earthquake. This data was made available through the NASA Commercial Satellite Data Acquisition (CSDA) Program.",
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
"datetime_range": "day",
"transfer": true
}
Loading