Skip to content

Commit b8ebf06

Browse files
Create ingestion-data/staging/dataset-config/tx-flood-maxar.json
1 parent e047e80 commit b8ebf06

1 file changed

Lines changed: 94 additions & 0 deletions

File tree

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"collection": "tx-flood-maxar",
3+
"title": "MAXAR Commercial Satellite Imagery (2025 Texas Flood - Post)",
4+
"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.",
5+
"license": "CC0-1.0",
6+
"stac_version": "1.0.0",
7+
"links": [],
8+
"spatial_extent": {
9+
"xmin": -99.45,
10+
"ymin": 29.86,
11+
"xmax": -99,
12+
"ymax": 30.16
13+
},
14+
"temporal_extent": {
15+
"startdate": "2025-07-08T00:00:00Z",
16+
"enddate": "2025-07-08T23:59:59Z"
17+
},
18+
"discovery_items": [
19+
{
20+
"discovery": "s3",
21+
"prefix": "tx-flood/",
22+
"bucket": "veda-data-store-staging",
23+
"filename_regex": "(.*)TX_flood_MAXAR(.*).tif$",
24+
"use_multithreading": false,
25+
"upload": false,
26+
"cogify": false,
27+
"dry_run": false
28+
}
29+
],
30+
"sample_files": [
31+
"s3://veda-data-store-staging/tx-flood/TX_flood_MAXAR1_2025-07-08.tif",
32+
"s3://veda-data-store-staging/tx-flood/TX_flood_MAXAR2_2025-07-08.tif",
33+
"s3://veda-data-store-staging/tx-flood/TX_flood_MAXAR3_2025-07-08.tif",
34+
"s3://veda-data-store-staging/tx-flood/TX_flood_MAXAR4_2025-07-08.tif"
35+
],
36+
"data_type": "cog",
37+
"stac_extensions": [
38+
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
39+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
40+
],
41+
"item_assets": {
42+
"cog_default": {
43+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
44+
"roles": [
45+
"data",
46+
"layer"
47+
],
48+
"title": "Default COG Layer",
49+
"description": "Cloud optimized default layer to display on map"
50+
}
51+
},
52+
"renders": {
53+
"dashboard": {
54+
"bidx": [
55+
4,
56+
3,
57+
1
58+
],
59+
"rescale": [
60+
[
61+
0,
62+
750
63+
]
64+
],
65+
"assets": [
66+
"cog_default"
67+
]
68+
}
69+
},
70+
"providers": [
71+
{
72+
"name": "NASA VEDA",
73+
"roles": [
74+
"host"
75+
],
76+
"url": "https://www.earthdata.nasa.gov/dashboard/"
77+
}
78+
],
79+
"assets": {
80+
"thumbnail": {
81+
"title": "Thumbnail",
82+
"description": "A search and rescue volunteer holds a T-shirt and backpack with the words Camp Mystic on them.",
83+
"href": "https://thumbnails.openveda.cloud/texas-flood-background.jpg",
84+
"type": "image/png",
85+
"roles": [
86+
"thumbnail"
87+
]
88+
}
89+
},
90+
"is_periodic": false,
91+
"time_density": "day",
92+
"datetime_range": "day",
93+
"transfer": true
94+
}

0 commit comments

Comments
 (0)