-
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.
feat: add covid-19 togo ag collection to production
- Loading branch information
Showing
3 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
63 changes: 63 additions & 0 deletions
63
ingestion-data/production/collections/togo-agriculture-covid-19.json
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,63 @@ | ||
{ | ||
"id": "togo-agriculture-covid-19", | ||
"type": "Collection", | ||
"title": "Togo Agriculture", | ||
"links": [], | ||
"description": "NASA Harvest developed a national-level, satellite-derived cropland map for Togo at 10-meter resolution within a 10-day timeframe using data from the European Space Agency’s Copernicus Sentinel 2 satellite, the NASA-USGS Landsat satellites, and with data from commercial partner Planet Inc. Dark purple colors indicate lower probability of cropland while lighter yellow colors indicate higher probability of cropland within each pixel.", | ||
"extent": { | ||
"spatial": { | ||
"bbox": [ | ||
[ | ||
-0.14732, | ||
6.104427298701888, | ||
1.806708805200138, | ||
11.13898 | ||
] | ||
] | ||
}, | ||
"temporal": { | ||
"interval": [ | ||
[ | ||
"2020-01-01T00:00:00Z", | ||
"2020-12-31T23:59:59Z" | ||
] | ||
] | ||
} | ||
}, | ||
"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": null, | ||
"stac_version": "1.0.0", | ||
"providers": [ | ||
{ | ||
"name": "NASA VEDA", | ||
"url": "https://www.earthdata.nasa.gov/dashboard/", | ||
"roles": [ | ||
"host" | ||
] | ||
} | ||
], | ||
"assets": { | ||
"thumbnail": { | ||
"title": "Thumbnail", | ||
"description": "Photo by [NASA](https://nasa.gov/) (NASA Harvest satellite-derived cropland map for Togo)", | ||
"href": "https://thumbnails.openveda.cloud/togo-agriculture-covid-19.png", | ||
"type": "image/png", | ||
"roles": ["thumbnail"] | ||
} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
ingestion-data/production/discovery-items/togo-agriculture-covid-19.json
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,11 @@ | ||
{ | ||
"collection": "togo-agriculture-covid-19", | ||
"discovery": "s3", | ||
"prefix": "togo-agriculture-covid-19/", | ||
"bucket": "veda-data-store", | ||
"filename_regex": "^(.*)togo_cropland_2020(.*).tif$", | ||
"start_datetime": "2020-01-01T00:00:00Z", | ||
"end_datetime": "2020-12-31T23:59:59Z", | ||
"cogify": false | ||
} | ||
|
9 changes: 9 additions & 0 deletions
9
ingestion-data/production/transfer-config/togo-agriculture-covid-19.json
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": "togo-agriculture-covid-19/", | ||
"target_bucket": "veda-data-store", | ||
"collection": "togo-agriculture-covid-19", | ||
"filename_regex": "^(.*)togo_cropland_2020(.*).tif$" | ||
} | ||
] |