-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: promote hls-ndvi collection used in trilater dashboard to produc…
…tion
- Loading branch information
Showing
3 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"id": "hls-ndvi", | ||
"type": "Collection", | ||
"title": "Normalized difference vegetation index from HLS", | ||
"links": [], | ||
"description": "NDVI calculated from Harmonized Landsat and Sentinel-2 Data", | ||
"extent": { | ||
"spatial": { | ||
"bbox": [ | ||
[ | ||
-82.37631113903603, | ||
26.31173859507485, | ||
-81.9037040761012, | ||
27.035837664631245 | ||
] | ||
] | ||
}, | ||
"temporal": { | ||
"interval": [ | ||
[ | ||
"2022-09-05T00:00:00Z", | ||
"2022-09-05T00:00:00Z" | ||
] | ||
] | ||
} | ||
}, | ||
"license": "CC0-1.0", | ||
"stac_extensions": [ | ||
"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" | ||
} | ||
}, | ||
"dashboard:is_periodic": false, | ||
"dashboard:time_density": "day", | ||
"stac_version": "1.0.0", | ||
"providers": [ | ||
{ | ||
"name": "NASA VEDA", | ||
"url": "https://www.earthdata.nasa.gov/dashboard/", | ||
"roles": [ | ||
"host" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"collection": "hls-ndvi", | ||
"bucket": "veda-data-store", | ||
"prefix":"hls-ndvi", | ||
"filename_regex":"^(.*)ndvi_cog_2022-09-[0-9]{2}_day.tif$", | ||
"discovery": "s3", | ||
"upload": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{ | ||
"origin_bucket": "veda-data-store-staging", | ||
"origin_prefix": "hls-ndvi", | ||
"target_bucket": "veda-data-store", | ||
"collection": "hls-ndvi", | ||
"filename_regex": "^(.*)ndvi_cog_2022-09-[0-9]{2}_day.tif$" | ||
} | ||
] |