Skip to content
Merged
Changes from 2 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/tx-flood-maxar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"collection": "tx-flood-maxar",
"title": "MAXAR Commercial Satellite Imagery (2025 Texas Flood - Post)",
"description": "TrueColor commercial satellite imagery from MAXAR taken on July 8, 2025 of the Guadalupe River in central Texas after a devastating flash flood on July 4, 2025. This data was made available through the NASA Commercial Satellite Data Acquisition (CSDA) Program.",
"license": "CC0-1.0",
"stac_version": "1.0.0",
"links": [],
"spatial_extent": {
"xmin": -99.45,
"ymin": 29.86,
"xmax": -99,
"ymax": 30.16
},
"temporal_extent": {
"startdate": "2025-07-08T00:00:00Z",
"enddate": "2025-07-08T23:59:59Z"
},
"discovery_items": [
{
"discovery": "s3",
"prefix": "tx-flood/",
"bucket": "veda-data-store-staging",
"filename_regex": "(.*)TX_flood_MAXAR(.*).tif$",
Comment thread
anayeaye marked this conversation as resolved.
Outdated
"use_multithreading": false,
"upload": false,
"cogify": false,
"dry_run": false
}
],
"sample_files": [
"s3://veda-data-store-staging/tx-flood/TX_flood_MAXAR1_2025-07-08.tif",
"s3://veda-data-store-staging/tx-flood/TX_flood_MAXAR2_2025-07-08.tif",
"s3://veda-data-store-staging/tx-flood/TX_flood_MAXAR3_2025-07-08.tif",
"s3://veda-data-store-staging/tx-flood/TX_flood_MAXAR4_2025-07-08.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": [
4,
3,
1
],
"rescale": [
[
0,
500
]
],
"assets": [
"cog_default"
]
}
},
"providers": [
{
"name": "NASA VEDA",
"roles": [
"host"
],
"url": "https://www.earthdata.nasa.gov/dashboard/"
}
],
"assets": {
"thumbnail": {
"title": "Thumbnail",
"description": "A search and rescue volunteer holds a T-shirt and backpack with the words Camp Mystic on them.",
"href": "https://thumbnails.openveda.cloud/texas-flood-background.jpg",
"type": "image/png",
"roles": [
"thumbnail"
]
}
},
"is_periodic": false,
"time_density": "day",
Comment thread
anayeaye marked this conversation as resolved.
Outdated
"datetime_range": "day",
"transfer": true
}
Loading