-
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 recovery proxy collection to production
- Loading branch information
Showing
4 changed files
with
95 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
75 changes: 75 additions & 0 deletions
75
ingestion-data/production/collections/recovery-proxy-maps-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,75 @@ | ||
{ | ||
"id": "recovery-proxy-maps-covid-19", | ||
"type": "Collection", | ||
"title": "Recovery Proxy Maps", | ||
"links": [], | ||
"description": "Recovery Proxy Maps show areas with the greatest increase in car activity shaded in orange. Darker orange indicates areas of greater change.", | ||
"extent": { | ||
"spatial": { | ||
"bbox": [ | ||
[ | ||
-122.95334866499998, | ||
-7.335621996172708, | ||
140.8197117750449, | ||
51.424290027 | ||
] | ||
] | ||
}, | ||
"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" | ||
] | ||
} | ||
], | ||
"renders": { | ||
"dashboard": { | ||
"resampling": "bilinear", | ||
"bidx": [ | ||
1, 2, 3 | ||
], | ||
"assets": [ | ||
"cog_default" | ||
], | ||
"title": "VEDA Dashboard Render Parameters" | ||
} | ||
}, | ||
"assets": { | ||
"thumbnail": { | ||
"title": "Thumbnail", | ||
"description": "Photo by [NASA](https://nasa.gov/) (New York recovery proxy maps show areas with the greatest increase in car activity shaded in orange. Darker orange indicates areas of greater change.)", | ||
"href": "https://thumbnails.openveda.cloud/recovery-proxy-maps-covid-19.png", | ||
"type": "image/png", | ||
"roles": ["thumbnail"] | ||
} | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
ingestion-data/production/discovery-items/recovery-proxy-maps-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": "recovery-proxy-maps-covid-19", | ||
"discovery": "s3", | ||
"prefix": "recovery-proxy-maps-covid-19/", | ||
"bucket": "veda-data-store", | ||
"filename_regex": "^(.*)RPM_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/recovery-proxy-maps-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": "recovery-proxy-maps-covid-19/", | ||
"target_bucket": "veda-data-store", | ||
"collection": "recovery-proxy-maps-covid-19", | ||
"filename_regex": "^(.*)RPM_2020(.*).tif$" | ||
} | ||
] |