-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtx-flood-100-yr-recurrence.json
More file actions
92 lines (92 loc) · 2.32 KB
/
Copy pathtx-flood-100-yr-recurrence.json
File metadata and controls
92 lines (92 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"collection": "tx-flood-100-yr-recurrence",
"title": "Texas Water Development Board Cursory Floodplain Dataset (100 Year Recurrence)- 2025 Texas Flood AOI",
"description": "100 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_100_yr_tile(.*).tif$",
"use_multithreading": false,
"upload": false,
"cogify": false,
"dry_run": false
}
],
"sample_files": [
"s3://veda-data-store-staging/tx-flood/TX_flood_100_yr_tile1_2021-12-31.tif",
"s3://veda-data-store-staging/tx-flood/TX_flood_100_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",
"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
}