Refactor Pipeline-Flow: Aggregate administrative levels by shapefiles#97
Open
Refactor Pipeline-Flow: Aggregate administrative levels by shapefiles#97
Conversation
…dergoing maintanance
…y by reading downsampled directly during report generation.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR introduces the functionality to provide a variable number of shapefiles/geojsons for aggregating the pixel level results at different administrative units.
The setup-wizard now provides a field for uploading these aggregation-level shapefiles.
Once the simulation-level results are computed, these are scaled to pixel level results based on the regional conversion factor. The pixel level results per simulation region are then merged into a global map of the complete study region, which is re-projected to equal area as defined by the user.
The pipeline internally uses exact-extract to then compute zonal statistics per geometry in the each admin-level shapefile and saves the results in the form that is expected by our downstream jobs.
Discussion
While this adds some computational overhead to the previous version in which we computed weighted means from already aggregated regions, this implementation significantly simplifies the flow for the end-user and allows specifying overlapping areas / non-complete areas.