ua-snap / rasdaman-ingest

Collection of ingredients/configurations + docs for ingesting data into Rasdaman
MIT License
3 stars 0 forks source link

Iem alfresco relative vegetation change and relative flammability #18

Closed kyleredilla closed 2 years ago

kyleredilla commented 2 years ago

This PR adds ingest and processing scripts for post-processed ALFRESCO data. These processing scripts make use of the ua-snap/alfresco_postprocessing codebase, as they create products from ALFRESCO outputs, namely vegetation data and fire scar data. Currently, the datasets derived represent relative flammability and relative vegetation change for future and historical eras, and they are organized as separate ingests to avoid the issue of bloat from, and inability to specify nodata values for, non-existent combinations of scenarios and models (e.g. historical GFDL-CM3).

No testing is required for this PR, as the datasets have ingested successfully using the code here and are currently working in the live API. A simple code review should suffice! But of course feel free to test anything out.

Closes #16 #17