Skip to content

Commit

Permalink
feat: add covid-19 togo ag collection to production
Browse files Browse the repository at this point in the history
  • Loading branch information
anayeaye committed Jun 28, 2024
1 parent 9ccbe40 commit e2e792e
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
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"]
}
}
}
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
}

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$"
}
]

0 comments on commit e2e792e

Please sign in to comment.