Skip to content

Commit

Permalink
updated submodule pypsa-earth (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre-Yorat89 authored Feb 14, 2024
1 parent 47f3895 commit 0e408e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypsa-earth
Submodule pypsa-earth updated 54 files
+1 −0 .gitignore
+7 −7 .pre-commit-config.yaml
+72 −44 README.md
+17 −16 Snakefile
+40 −15 config.default.yaml
+38 −15 config.tutorial.yaml
+53 −106 configs/bundle_config.yaml
+11 −6 configs/osm_config.yaml
+6 −6 doc/api_reference.rst
+2 −2 doc/conf.py
+0 −1 doc/configtables/build_shape_options.csv
+1 −0 doc/configtables/clean_osm_data_options.csv
+9 −6 doc/configtables/monte-carlo.csv
+12 −13 doc/configtables/opts.csv
+3 −3 doc/data_workflow.rst
+3 −3 doc/how_to_docs.rst
+11 −0 doc/index.rst
+79 −46 doc/installation.rst
+95 −0 doc/monte_carlo.rst
+1 −1 doc/plotting.rst
+1 −1 doc/populate/build_demand_profiles.rst
+25 −1 doc/release_notes.rst
+14 −6 doc/requirements.txt
+13 −8 doc/short_tutorial.rst
+2 −2 doc/solving/solve_operations_network.rst
+5 −12 doc/structure.rst
+6 −8 doc/tutorial.rst
+277 −258 envs/environment.fixed.yaml
+5 −3 envs/environment.yaml
+75 −19 scripts/_helpers.py
+2 −2 scripts/add_electricity.py
+2 −2 scripts/add_extra_components.py
+2 −2 scripts/augmented_line_connections.py
+2 −2 scripts/base_network.py
+2 −2 scripts/build_bus_regions.py
+3 −2 scripts/build_cutout.py
+3 −3 scripts/build_demand_profiles.py
+11 −22 scripts/build_natura_raster.py
+2 −1 scripts/build_osm_network.py
+10 −2 scripts/build_powerplants.py
+3 −2 scripts/build_renewable_profiles.py
+523 −131 scripts/build_shapes.py
+61 −8 scripts/clean_osm_data.py
+4 −3 scripts/cluster_network.py
+3 −3 scripts/download_osm_data.py
+4 −1 scripts/make_statistics.py
+23 −12 scripts/make_summary.py
+252 −59 scripts/monte_carlo.py
+2 −1 scripts/plot_network.py
+2 −2 scripts/plot_summary.py
+2 −2 scripts/prepare_network.py
+283 −68 scripts/retrieve_databundle_light.py
+10 −5 scripts/simplify_network.py
+6 −6 scripts/solve_network.py

0 comments on commit 0e408e6

Please sign in to comment.