Area potentials

This module performs geospatial analyses to determine the available land area for specific technologies, on a by-pixel basis and aggregated to given geographic boundaries.

Classification
core conventionv1
License
Apache-2.0
Authors
Linh Ho-Tran, Stefan Pfenninger-Lee
Maintainers
Stefan Pfenninger-Lee
Version
v1.0.0 @ 1298286
Repository
https://github.com/modelblocks-org/module_area_potentials

This module performs geospatial analyses to determine the available land area for specific technologies, on a by-pixel basis and aggregated to given geographic boundaries.

Contributors

Paths

results

area_potential
<results>/{shape}/area_potential_{tech}.tif Area potential GeoTIFF raster for the specified technology across all subunits.

snakemake_defaults

logs
<logs> location of snakemake log files.
resources
<resources> location of module resource (input) files.
results
<results> location of module result (output) files.

user_resources

shapes
<resources>/user/shapes/{shape}.parquet Region geometries in parquet format. These should conform to the schema defined in https://github.com/calliope-project/module_geo_boundaries/blob/main/workflow/internal/shape.schema.yaml.
wdpa
<resources>/user/wdpa.gdb WDPA protected areas database from https://www.protectedplanet.net/ in GeoDB format (choose 'File Geodatabase' when downloading).

Wildcards

shape
Name of the shape to be processed, e.g., 'world', 'europe', 'MEX'.
tech
Name of the technology, e.g., 'pv_rooftop' or 'wind_offshore'. Available technologies are defined in the module configuration.