pypsa-meets-earth / pypsa-earth-sec

GNU General Public License v3.0
19 stars 16 forks source link

Final_gas_pipelines #251

Closed Eddy-JV closed 5 months ago

Eddy-JV commented 7 months ago

Closes #18 #220 #236 (if applicable).

Changes proposed in this Pull Request

This PR adds a new rule to the workflow to prepare an existing gas network representation between the nodes:

  1. The user is able to choose in the .config file to either:

    • Add a custom gas network .csv file.
    • Choose between two built-in datasets:
      • Global: Global Energy Monitor (GGIT)
      • European: SciGrid (IGGIELGN)
    • Or just use a uniform fictive network between all nodes.
  2. The rule was tested for Voronoi and GADM clustering.

  3. You can see some examples of existing gas network and result below: existing_gas_pipelines_TR_Clustered existing_gas_pipelines_TR_IGGIELGN

Checklist