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
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"collection": "tx-flood-10-yr-recurrence",
"title": "Texas Water Development Board Cursory Floodplain Dataset (10 Year Recurrence)- 2025 Texas Flood AOI",
"description": "10 Year Flood recurrence probability frequency over the 2025 Texas Flood area of interest.",
"license": "CC0-1.0",
"stac_version": "1.0.0",
"links": [],
"spatial_extent": {
"xmin": -100,
"ymin": 29,
"xmax": -99,
"ymax": 31
},
"temporal_extent": {
"startdate": "2021-12-31T00:00:00Z",
"enddate": "2021-12-31T23:59:59Z"
},
"discovery_items": [
{
"discovery": "s3",
"prefix": "tx-flood/",
"bucket": "veda-data-store-staging",
"filename_regex": "(.*)TX_flood_10_yr_(.*).tif$",
"use_multithreading": false,
"upload": false,
"cogify": false,
"dry_run": false
}
],
"sample_files": [
"s3://veda-data-store-staging/tx-flood/TX_flood_10_yr_tile1_2021-12-31.tif",
"s3://veda-data-store-staging/tx-flood/TX_flood_10_yr_tile2_2021-12-31.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
],
"rescale": [
[
0,
50
]
],
"colormap_name": "blues_r",
"nodata": "0",
"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"
]
}
},
"dashboard:is_periodic": false,
"dashboard:time_density": "day",
"datetime_range": "day",
"transfer": true
}
Loading