Skip to content

Commit

Permalink
minor edits hls entropy and ndvi diff configs
Browse files Browse the repository at this point in the history
  • Loading branch information
anayeaye committed Jul 16, 2024
1 parent c75be4c commit 256d129
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"temporal": {
"interval": [
[
"2022-01-01T00:00:00+00:00",
"2022-10-03T00:00:00+00:00"
"2022-10-03T00:00:00+00:00",
"2022-10-03T23:59:59+00:00"
]
]
}
Expand Down
17 changes: 14 additions & 3 deletions ingestion-data/production/collections/hls-entropy-difference.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"temporal": {
"interval": [
[
"2022-09-30 00:00:00+00",
"2022-09-30 00:00:00+00"
"2022-09-30T00:00:00Z",
"2022-09-30T23:59:59Z"
]
]
}
Expand Down Expand Up @@ -62,5 +62,16 @@
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"dashboard:is_periodic": false,
"dashboard:time_density": "day"
"dashboard:time_density": "day",
"assets": {
"thumbnail": {
"href": "https://thumbnails.openveda.cloud/ian_goes_cover.jpg",
"type": "image/jpeg",
"roles": [
"thumbnail"
],
"title": "Thumbnail",
"description": "Photo by [Joshua Stevens, using GOES 16 imagery courtesy of NESDIS](https://visibleearth.nasa.gov/images/150408/hurricane-ian-reaches-florida) (Hurricane Ian as seen from space as it makes landfall with the state of Florida. NASA Earth Observatory image.)"
}
}
}
17 changes: 14 additions & 3 deletions ingestion-data/production/collections/hls-ndvi-difference.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"temporal": {
"interval": [
[
"2022-09-30 00:00:00+00",
"2022-09-30 00:00:00+00"
"2022-09-30T00:00:00Z",
"2022-09-30T23:59:59Z"
]
]
}
Expand Down Expand Up @@ -61,5 +61,16 @@
"https://stac-extensions.github.io/item-assets/v1.0.0/schema.json"
],
"dashboard:is_periodic": false,
"dashboard:time_density": "day"
"dashboard:time_density": "day",
"assets": {
"thumbnail": {
"href": "https://thumbnails.openveda.cloud/ian_goes_cover.jpg",
"type": "image/jpeg",
"roles": [
"thumbnail"
],
"title": "Thumbnail",
"description": "Photo by [Joshua Stevens, using GOES 16 imagery courtesy of NESDIS](https://visibleearth.nasa.gov/images/150408/hurricane-ian-reaches-florida) (Hurricane Ian as seen from space as it makes landfall with the state of Florida. NASA Earth Observatory image.)"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"prefix": "damage_probability_2022-10-03",
"bucket": "veda-data-store",
"filename_regex": "^(.*)damage_probability_2022-10-03.tif$",
"discovery": "s3"
"discovery": "s3",
"datetime_range": "day"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"collection": "hls-entropy-difference",
"prefix": "hls-entropy",
"prefix": "hls-entropy-difference",
"bucket": "veda-data-store",
"filename_regex": "^(.*)entropy_difference_2022-09-30.tif$",
"discovery": "s3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"collection": "hls-ndvi-difference",
"prefix": "hls-ndvi",
"prefix": "hls-ndvi-difference",
"bucket": "veda-data-store",
"filename_regex": "^(.*)ndvi_diff_ian_2022-09-30.tif$",
"discovery": "s3",
Expand Down

0 comments on commit 256d129

Please sign in to comment.