pypsa-eur/scripts
Jonas Hörsch 52e4a1b285 environment: Free pyproj from version constraint (fixes #119) (#120)
* environment: Free pyproj from version constraint (fixes #119)

proj was constrained to 1.9.6, since cartopy was incompatible with
recent proj versions.

* build_renewable_profiles: Import gdal and geokit after forking

GDAL sets up a shared context on module import which seems to contain a
handle to the PROJ database for coordinate reference systems. By forking
these handles seem to become invalidated or at least are not usable in parallel
anymore.

Instead importing gdal only after setting up the different processes fixes
the database disk image is malformed proj error.
2020-01-23 09:55:59 +01:00
..
_helpers.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
add_electricity.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
add_extra_components.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
base_network.py prepare release v0.1.0 (#117) 2020-01-09 14:09:28 +01:00
build_bus_regions.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
build_country_flh.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
build_cutout.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
build_hydro_profile.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
build_natura_raster.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
build_powerplants.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
build_renewable_profiles.py environment: Free pyproj from version constraint (fixes #119) (#120) 2020-01-23 09:55:59 +01:00
build_shapes.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
cluster_network.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
make_summary.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
plot_network.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
plot_p_nom_max.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
plot_summary.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
prepare_links_p_nom.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
prepare_network.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
retrieve_cutout.py prepare release v0.1.0 (#117) 2020-01-09 14:09:28 +01:00
retrieve_databundle.py prepare release v0.1.0 (#117) 2020-01-09 14:09:28 +01:00
retrieve_natura_raster.py prepare release v0.1.0 (#117) 2020-01-09 14:09:28 +01:00
simplify_network.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
solve_network.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
solve_operations_network.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00
trace_solve_network.py Introduce mocksnakemake which acutally parses Snakefile (#107) 2019-12-09 21:29:15 +01:00