change base_network default to 'osm-prebuilt'
This commit is contained in:
parent
550bda4b44
commit
0c296aa28f
@ -87,7 +87,7 @@ co2_budget:
|
|||||||
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#electricity
|
# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#electricity
|
||||||
electricity:
|
electricity:
|
||||||
voltages: [200., 220., 300., 380., 500., 750.]
|
voltages: [200., 220., 300., 380., 500., 750.]
|
||||||
base_network: entsoegridkit
|
base_network: osm-prebuilt
|
||||||
gaslimit_enable: false
|
gaslimit_enable: false
|
||||||
gaslimit: false
|
gaslimit: false
|
||||||
co2limit_enable: false
|
co2limit_enable: false
|
||||||
|
@ -81,7 +81,7 @@ Upcoming Release
|
|||||||
|
|
||||||
* Enable parallelism in :mod:`determine_availability_matrix_MD_UA.py` and remove plots. This requires the use of temporary files.
|
* Enable parallelism in :mod:`determine_availability_matrix_MD_UA.py` and remove plots. This requires the use of temporary files.
|
||||||
|
|
||||||
* Added new major feature to create the base_network from OpenStreetMap (OSM) data (PR https://github.com/PyPSA/pypsa-eur/pull/1079). Note that a heuristics based cleaning process is used for lines and links where electrical parameters are incomplete, missing, or ambiguous. Through ``electricity["base_network"]``, the base network can be set to "entsoegridkit" (original default setting, deprecated soon), "osm-prebuilt" (which downloads the latest prebuilt snapshot based on OSM data from Zenodo), or "osm-raw" which retrieves (once) and cleans the raw OSM data and subsequently builds the network. Note that this process may take a few minutes.
|
* Added new major feature to create the base_network from OpenStreetMap (OSM) data (PR https://github.com/PyPSA/pypsa-eur/pull/1079). Note that a heuristics based cleaning process is used for lines and links where electrical parameters are incomplete, missing, or ambiguous. Through ``electricity["base_network"]``, the base network can be set to "entsoegridkit" (now deprecated), "osm-prebuilt" (default, downloads the latest prebuilt snapshot based on OSM data from Zenodo), or "osm-raw" which retrieves (once) and cleans the raw OSM data and subsequently builds the network. Note that this process may take a few minutes.
|
||||||
|
|
||||||
* Updated pre-built `weather data cutouts
|
* Updated pre-built `weather data cutouts
|
||||||
<https://zenodo.org/records/12791128>`__. These are now merged cutouts with
|
<https://zenodo.org/records/12791128>`__. These are now merged cutouts with
|
||||||
|
Loading…
Reference in New Issue
Block a user