-
Notifications
You must be signed in to change notification settings - Fork 1
Ingest Request for ndvi-global-2022 #403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
89 changes: 89 additions & 0 deletions
89
ingestion-data/staging/dataset-config/ndvi-global-2022.json
This file contains hidden or 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,89 @@ | ||
| { | ||
| "collection": "ndvi-global-2022", | ||
| "title": "Bi-Monthly NDVI GIMMS-3G+", | ||
| "description": "This dataset holds the Global Inventory Modeling and Mapping Studies-3rd Generation V1.2 (GIMMS-3G+) data for the Normalized Difference Vegetation Index (NDVI). NDVI was based on corrected and calibrated measurements from Advanced Very High Resolution Radiometer (AVHRR) data with a spatial resolution of 0.0833 degree and global coverage for 1982 to 2022. Maximum NDVI values are reported within twice monthly compositing periods (two values per month). The dataset was assembled from different AVHRR sensors and accounts for various deleterious effects, such as calibration loss, orbital drift, and volcanic eruptions. The data are provided in NetCDF format.", | ||
| "license": "CC0-1.0", | ||
| "stac_version": "1.0.0", | ||
| "dashboard:is_periodic": false, | ||
| "dashboard:time_density": "day", | ||
| "links": [], | ||
| "spatial_extent": { | ||
| "xmin": -180, | ||
| "ymin": 85, | ||
| "xmax": 188, | ||
| "ymax": -85 | ||
| }, | ||
| "temporal_extent": { | ||
| "startdate": "2022-01-08T00:00:00Z", | ||
| "enddate": "2022-06-23T23:59:59Z" | ||
| }, | ||
| "discovery_items": [ | ||
| { | ||
| "discovery": "s3", | ||
| "prefix": "cattle-heat-story/ndvi/", | ||
| "bucket": "veda-data-store-staging", | ||
| "filename_regex": "(.*)ndvi_(.*)\\.tif$", | ||
| "use_multithreading": false, | ||
| "cogify": false, | ||
| "dry_run": false, | ||
| "upload": false | ||
| } | ||
| ], | ||
| "sample_files": [ | ||
| "s3://veda-data-store-staging/cattle-heat-story/ndvi/ndvi/ndvi_20220108_cog.tif" | ||
| ], | ||
| "data_type": "cog", | ||
| "stac_extensions": [ | ||
| "https://stac-extensions.github.io/render/v1.0.0/schema.json", | ||
| "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" | ||
| } | ||
| }, | ||
| "renders": { | ||
| "dashboard": { | ||
| "assets": [ | ||
| "cog_default" | ||
| ], | ||
| "bidx": [ | ||
| 1 | ||
| ], | ||
| "resampling": "nearest", | ||
| "rescale": [ | ||
| [ | ||
| -0.3, | ||
| 0.9 | ||
| ] | ||
| ], | ||
| "title": "VEDA Dashboard Render Parameters" | ||
| } | ||
| }, | ||
| "providers": [ | ||
| { | ||
| "name": "NASA VEDA", | ||
| "roles": [ | ||
| "host" | ||
| ], | ||
| "url": "https://www.earthdata.nasa.gov/dashboard/" | ||
| } | ||
| ], | ||
| "assets": { | ||
| "thumbnail": { | ||
| "title": "Thumbnail", | ||
| "description": "NDVI", | ||
| "href": "https://veda-thumbnails.s3.us-west-2.amazonaws.com/smap-soil-moisture-2to1-compressed.png", | ||
|
aliziel marked this conversation as resolved.
Outdated
aliziel marked this conversation as resolved.
Outdated
|
||
| "type": "image/jpeg", | ||
| "roles": [ | ||
| "thumbnail" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.