Skip to content

Commit 40ee3d7

Browse files
committed
fix: assets for campfire-nlcd, and add dataset-config files
1 parent 3a1fc58 commit 40ee3d7

File tree

3 files changed

+63
-1
lines changed

3 files changed

+63
-1
lines changed

ingestion-data/staging/collections/campfire-nlcd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"colormap_name": "nlcd",
6161
"nodata": 0,
6262
"assets": [
63-
"landcover"
63+
"cog_default"
6464
],
6565
"title": "VEDA Dashboard Render Parameters"
6666
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"collection": "campfire-nlcd",
3+
"title": "Camp Fire Domain: Land Cover",
4+
"description": "NLCD-derived land use-land cover for 2016 over the Camp Fire burn scar domain. Displays colors 0-255 from a lookup table for land cover type (ex: reds = urbanized).",
5+
"type": "Collection",
6+
"spatial_extent": {
7+
"xmin": -125,
8+
"ymin": 40,
9+
"xmax": -122,
10+
"ymax": 45
11+
},
12+
"temporal_extent": {
13+
"startdate": "2016-01-01T00:00:00Z",
14+
"enddate": "2019-12-31T00:00:00Z"
15+
},
16+
"license": "CC0-1.0",
17+
"is_periodic": false,
18+
"time_density": "year",
19+
"stac_version": "1.0.0",
20+
"discovery_items": [
21+
{
22+
"prefix": "campfire-data/",
23+
"bucket": "veda-data-store-staging",
24+
"filename_regex": "^(.*)NLCD_20\\d\\d_cog.tif$",
25+
"discovery": "s3",
26+
"upload": false,
27+
"cogify": false,
28+
"dry_run": false
29+
}
30+
]
31+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"collection": "houston-landcover",
3+
"title": "Houston Land Cover",
4+
"description": "MODIS-derived land use-land cover over the Houston metro area (zoomed-in extent). Displays colors 0-255 from a lookup table for land cover type (ex: reds = urbanized).",
5+
"type": "Collection",
6+
"spatial_extent": {
7+
"xmin": -97,
8+
"ymin": 32,
9+
"xmax": -96,
10+
"ymax": 32
11+
},
12+
"temporal_extent": {
13+
"startdate": "2001-01-01T00:00:00Z",
14+
"enddate": "2019-01-01T00:00:00Z"
15+
},
16+
"license": "CC0-1.0",
17+
"is_periodic": false,
18+
"time_density": "year",
19+
"stac_version": "1.0.0",
20+
"discovery_items": [
21+
{
22+
"prefix": "houston-landcover/",
23+
"bucket": "veda-data-store-staging",
24+
"filename_regex": "landcover_Z_\\d\\d\\d\\d_cog.tif",
25+
"discovery": "s3",
26+
"upload": false,
27+
"cogify": false,
28+
"dry_run": false
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)