Skip to content

Commit 8ef508c

Browse files
Ingest Request for tx-flood-500-yr-recurrence (#392)
* Create ingestion-data/staging/dataset-config/tx-flood-500-yr-recurrence.json --------- Co-authored-by: veda-github-actor[bot] <192275278+veda-github-actor[bot]@users.noreply.github.com> Co-authored-by: Stephen Kilbourn <stephenkilbourn@gmail.com>
1 parent f0d6ce0 commit 8ef508c

1 file changed

Lines changed: 92 additions & 0 deletions

File tree

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
"collection": "tx-flood-500-yr-recurrence",
3+
"title": "Texas Water Development Board Cursory Floodplain Dataset (500 Year Recurrence)- 2025 Texas Flood AOI",
4+
"description": "500 Year Flood recurrence probability frequency over the 2025 Texas Flood area of interest.",
5+
"license": "CC0-1.0",
6+
"stac_version": "1.0.0",
7+
"links": [],
8+
"spatial_extent": {
9+
"xmin": -100,
10+
"ymin": 29,
11+
"xmax": -99,
12+
"ymax": 31
13+
},
14+
"temporal_extent": {
15+
"startdate": "2021-12-31T00:00:00Z",
16+
"enddate": "2021-12-31T23: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_500_yr_tile(.*).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_500_yr_tile1_2021-12-31.tif",
32+
"s3://veda-data-store-staging/tx-flood/TX_flood_500_yr_tile2_2021-12-31.tif"
33+
],
34+
"data_type": "cog",
35+
"stac_extensions": [
36+
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
37+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
38+
],
39+
"item_assets": {
40+
"cog_default": {
41+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
42+
"roles": [
43+
"data",
44+
"layer"
45+
],
46+
"title": "Default COG Layer",
47+
"description": "Cloud optimized default layer to display on map"
48+
}
49+
},
50+
"renders": {
51+
"dashboard": {
52+
"bidx": [
53+
1
54+
],
55+
"rescale": [
56+
[
57+
0,
58+
50
59+
]
60+
],
61+
"colormap_name": "blues",
62+
"nodata": "0",
63+
"assets": [
64+
"cog_default"
65+
]
66+
}
67+
},
68+
"providers": [
69+
{
70+
"name": "NASA VEDA",
71+
"roles": [
72+
"host"
73+
],
74+
"url": "https://www.earthdata.nasa.gov/dashboard/"
75+
}
76+
],
77+
"assets": {
78+
"thumbnail": {
79+
"title": "Thumbnail",
80+
"description": "A search and rescue volunteer holds a T-shirt and backpack with the words Camp Mystic on them.",
81+
"href": "https://thumbnails.openveda.cloud/texas-flood-background.jpg",
82+
"type": "image/png",
83+
"roles": [
84+
"thumbnail"
85+
]
86+
}
87+
},
88+
"dashboard:is_periodic": false,
89+
"dashboard:time_density": "day",
90+
"datetime_range": "day",
91+
"transfer": true
92+
}

0 commit comments

Comments
 (0)