Skip to content

Commit 4baa425

Browse files
authored
fix: promote hls-ndvi collection used in trilater dashboard to production (#136)
1 parent c726e5c commit 4baa425

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"id": "hls-ndvi",
3+
"type": "Collection",
4+
"title": "Normalized difference vegetation index from HLS",
5+
"links": [],
6+
"description": "NDVI calculated from Harmonized Landsat and Sentinel-2 Data",
7+
"extent": {
8+
"spatial": {
9+
"bbox": [
10+
[
11+
-82.37631113903603,
12+
26.31173859507485,
13+
-81.9037040761012,
14+
27.035837664631245
15+
]
16+
]
17+
},
18+
"temporal": {
19+
"interval": [
20+
[
21+
"2022-09-05T00:00:00Z",
22+
"2022-09-05T00:00:00Z"
23+
]
24+
]
25+
}
26+
},
27+
"license": "CC0-1.0",
28+
"stac_extensions": [
29+
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
30+
],
31+
"item_assets": {
32+
"cog_default": {
33+
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
34+
"roles": [
35+
"data",
36+
"layer"
37+
],
38+
"title": "Default COG Layer",
39+
"description": "Cloud optimized default layer to display on map"
40+
}
41+
},
42+
"dashboard:is_periodic": false,
43+
"dashboard:time_density": "day",
44+
"stac_version": "1.0.0",
45+
"providers": [
46+
{
47+
"name": "NASA VEDA",
48+
"url": "https://www.earthdata.nasa.gov/dashboard/",
49+
"roles": [
50+
"host"
51+
]
52+
}
53+
]
54+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"collection": "hls-ndvi",
3+
"bucket": "veda-data-store",
4+
"prefix":"hls-ndvi",
5+
"filename_regex":"^(.*)ndvi_cog_2022-09-[0-9]{2}_day.tif$",
6+
"discovery": "s3",
7+
"upload": false
8+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"origin_bucket": "veda-data-store-staging",
4+
"origin_prefix": "hls-ndvi",
5+
"target_bucket": "veda-data-store",
6+
"collection": "hls-ndvi",
7+
"filename_regex": "^(.*)ndvi_cog_2022-09-[0-9]{2}_day.tif$"
8+
}
9+
]

0 commit comments

Comments
 (0)