Skip to content

Commit

Permalink
fix: promote hls-ndvi collection used in trilater dashboard to produc…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
anayeaye committed May 30, 2024
1 parent c726e5c commit e24f1d7
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
54 changes: 54 additions & 0 deletions ingestion-data/production/collections/hls-ndvi.json
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"
]
}
]
}
8 changes: 8 additions & 0 deletions ingestion-data/production/discovery-items/hls-ndvi.json
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
}
9 changes: 9 additions & 0 deletions ingestion-data/production/transfer-config/hls-ndvi.json
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$"
}
]

0 comments on commit e24f1d7

Please sign in to comment.