Update GeoCLEWs workflow - #15
Open
Camilogiu wants to merge 7 commits into
Open
Conversation
Updated the Conda environment to Python 3.10. Refreshed core geospatial and scientific package versions (GDAL, GeoPandas, Rasterio, Shapely, NumPy, Pandas, SciPy, etc.). Simplified environment.yml by removing explicit pins for low-level and transitive dependencies, allowing Conda to resolve compatible versions automatically. Updated the Jupyter environment to current versions (JupyterLab 4, ipykernel, ipywidgets). Retained required PyQt packages through pip for GUI compatibility. Improved reproducibility and compatibility with current Conda ecosystems.
These files were needed for the old GAEZ v4 data
This is the jupyter notebook for extracting and running GAEZ v5 data
|
Looks great! Assigned this to @junohBede as they use it with CLEWs Global and can test out the updated features. Also suggest kkuling would be a good reviewer but not sure she has access to the repo, so adder her but she has to accept the invite. |
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.
This PR updates the GeoCLEWs workflow from version 2.0.0 with the following improvements:
Updated climate change scenarios, from RCPs to SSPs: The workflow now follows the IPCC AR6 scenario framework, using the SSP scenarios that combine socioeconomic pathways with radiative forcing trajectories.
Updated environments: Updated the project environment to Python 3.10 and refreshed key dependencies to improve compatibility with current geospatial and scientific Python libraries.
CLEWs-compatible input files: Added automated generation of CSV input files for CLEWs models for each farming system:
The units and structure remain consistent with version 2.0.0 to facilitate integration with CLEWs models.
If it is ok for the community, I have also added my name in the contributors' list in the README file.