Replies: 3 comments 3 replies
|
@euronion not for our prototype but maybe smt for later? |
1 reply
|
0 replies
|
If someone is interested in tackling this: Slope can also be generated from GEBCO data using https://github.com/euronion/trace/blob/replace-gegis/rules/renewables.smk and here https://github.com/euronion/trace/blob/replace-gegis/actions/build_potentials_and_profiles.py.ipynb Slope values to restrict RES expansion to can be found e.g. in this IRENA report: https://www.irena.org/-/media/Files/IRENA/Agency/Publication/2015/IRENA-LBNL_Africa-RE-_CEC_2015.pdf or in the IRENA MSR repository directly: https://github.com/bhussain89/Model-Supply-Regions-MSR-Toolset |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Context:
Atlite can exclude i.e. offshore wind potentials through looking at bathymetry data (deepness of the sea). Similar excluded are also areas that are currently under protection.
Idea:
What about excluding also areas for certain technologies based on the slope/ or terrain profile on land? This could for instance lead to exclusion of wind potentials around mountains/steep hills or the exclusion of solar potentials on the north/south slope of mountains/hills (depending on the location -> south or north of the equator)
Tool:
GemGIS seems to be a useful Python-based open-source tool for that purpose. It is described as spatial data processing for geological modelling. Check out GemGIS.
All reactions