Skip to content

Commit 4ffc8dd

Browse files
Create ingestion-data/staging/dataset-config/county_grasslands_pasture_2019-v1.json
1 parent 7c3b110 commit 4ffc8dd

1 file changed

Lines changed: 157 additions & 0 deletions

File tree

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,157 @@
1+
{
2+
"collection": "county_grasslands_pasture_2019-v1",
3+
"title": "County Grasslands and Pasture 2019",
4+
"description": "County-level grasslands and pasture data for 2019",
5+
"license": "CC0-1.0",
6+
"stac_version": "1.0.0",
7+
"dashboard:is_periodic": false,
8+
"dashboard:time_density": "year",
9+
"links": [],
10+
"spatial_extent": {
11+
"xmin": -171.09,
12+
"ymin": -14.55,
13+
"xmax": 145.83,
14+
"ymax": 71.35
15+
},
16+
"temporal_extent": {
17+
"startdate": "2019-01-01T00:00:00Z",
18+
"enddate": "2019-12-31T23:59:59Z"
19+
},
20+
"discovery_items": [
21+
{
22+
"discovery": "s3",
23+
"prefix": "cattle-heat-story/pasture-grassland-CONUS/",
24+
"bucket": "veda-data-store-staging",
25+
"filename_regex": "(.*)county_(.*)\\.tif$",
26+
"id_regex": ".*_(.*).tif$",
27+
"id_template": "county_grasslands_pasture_2019-v1-{}",
28+
"use_multithreading": false,
29+
"cogify": false,
30+
"dry_run": false,
31+
"upload": false,
32+
"assets": {
33+
"grasslands": {
34+
"description": "County-level grasslands data",
35+
"regex": ".*county_grasslands_2019_pastu.*\\.tif$",
36+
"title": "County Grasslands"
37+
},
38+
"pasture": {
39+
"description": "County-level pasture data",
40+
"regex": ".*county_pasture_2019_pastu.*\\.tif$",
41+
"title": "County Pasture"
42+
}
43+
}
44+
}
45+
],
46+
"sample_files": [
47+
"s3://veda-data-store-staging/cattle-heat-story/pasture-grassland-CONUS/county_grasslands_2019_pastu_cog.tif",
48+
"s3://veda-data-store-staging/cattle-heat-story/pasture-grassland-CONUS/county_pasture_2019_pastu_cog.tif"
49+
],
50+
"data_type": "cog",
51+
"stac_extensions": [
52+
"https://stac-extensions.github.io/render/v1.0.0/schema.json",
53+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
54+
],
55+
"item_assets": {
56+
"cog_default": {
57+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
58+
"roles": [
59+
"data",
60+
"layer"
61+
],
62+
"title": "Default COG Layer",
63+
"description": "Cloud optimized default layer to display on map"
64+
},
65+
"grasslands": {
66+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
67+
"roles": [
68+
"data",
69+
"layer"
70+
],
71+
"title": "County Grasslands",
72+
"description": "County-level grasslands data"
73+
},
74+
"pasture": {
75+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
76+
"roles": [
77+
"data",
78+
"layer"
79+
],
80+
"title": "County Pasture",
81+
"description": "County-level pasture data"
82+
}
83+
},
84+
"renders": {
85+
"dashboard": {
86+
"assets": [
87+
"pasture"
88+
],
89+
"bidx": [
90+
1
91+
],
92+
"colormap_name": "viridis",
93+
"resampling": "nearest",
94+
"rescale": [
95+
[
96+
0,
97+
66.06770324707031
98+
]
99+
],
100+
"title": "VEDA Dashboard Render Parameters"
101+
},
102+
"grasslands": {
103+
"assets": [
104+
"grasslands"
105+
],
106+
"bidx": [
107+
1
108+
],
109+
"colormap_name": "viridis",
110+
"resampling": "nearest",
111+
"rescale": [
112+
[
113+
0,
114+
87.22669982910156
115+
]
116+
],
117+
"title": "Grasslands Render Parameters"
118+
},
119+
"pasture": {
120+
"assets": [
121+
"pasture"
122+
],
123+
"bidx": [
124+
1
125+
],
126+
"colormap_name": "viridis",
127+
"resampling": "nearest",
128+
"rescale": [
129+
[
130+
0,
131+
66.06770324707031
132+
]
133+
],
134+
"title": "Pasture Render Parameters"
135+
}
136+
},
137+
"providers": [
138+
{
139+
"name": "NASA VEDA",
140+
"roles": [
141+
"host"
142+
],
143+
"url": "https://www.earthdata.nasa.gov/dashboard/"
144+
}
145+
],
146+
"assets": {
147+
"thumbnail": {
148+
"title": "Thumbnail",
149+
"description": "Cattle grazing in an open field.",
150+
"href": "https://veda-thumbnails.s3.us-west-2.amazonaws.com/cattle_cover_2000x1000.png",
151+
"type": "image/jpeg",
152+
"roles": [
153+
"thumbnail"
154+
]
155+
}
156+
}
157+
}

0 commit comments

Comments
 (0)