Skip to content

Commit b4fb9e5

Browse files
committed
fix: add test file
1 parent 3b8666c commit b4fb9e5

File tree

1 file changed

+78
-0
lines changed
  • ingestion-data/staging/dataset-config

1 file changed

+78
-0
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"collection": "campfire-nlcd-TEST-HASH",
3+
"title": "Camp Fire Domain: Land Cover TEST HASH",
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.*_cog.tif$",
25+
"discovery": "s3",
26+
"upload": false,
27+
"cogify": false,
28+
"dry_run": false
29+
}
30+
],
31+
"providers": [
32+
{
33+
"name": "NASA VEDA",
34+
"url": "https://www.earthdata.nasa.gov/dashboard/",
35+
"roles": [
36+
"host"
37+
]
38+
}
39+
],
40+
"item_assets": {
41+
"cog_default": {
42+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
43+
"roles": [
44+
"data",
45+
"layer"
46+
],
47+
"title": "Default COG Layer",
48+
"description": "Cloud optimized default layer to display on map"
49+
}
50+
},
51+
"assets": {
52+
"thumbnail": {
53+
"title": "Thumbnail",
54+
"description": "Photo by [Mike Newbry](https://unsplash.com/photos/DwtX9mMHBJ0) (Engulfed hillside in California, 2021)",
55+
"href": "https://thumbnails.openveda.cloud/camp-fire-background.jpg",
56+
"type": "image/jpeg",
57+
"roles": [
58+
"thumbnail"
59+
]
60+
}
61+
},
62+
"renders": {
63+
"dashboard": {
64+
"resampling": "nearest",
65+
"bidx": [
66+
1
67+
],
68+
"colormap_name": "nlcd",
69+
"nodata": 0,
70+
"assets": [
71+
"cog_default"
72+
],
73+
"title": "VEDA Dashboard Render Parameters"
74+
}
75+
},
76+
"dashboard:is_periodic": false,
77+
"dashboard:time_density": "year"
78+
}

0 commit comments

Comments
 (0)