-
Hi, everyone. Thanks for these great creature. I would like to implement Korea's ESS expansion model through PyPSA - earth.
Is this really possible? Or does PyPSA-earth already have Korean data? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello @RogerKwak :D PyPSA-Earth already provides you with a representative model of Korea, built with our standard assumptions. On how to do that, the first step would be to run pypsa-earth for Korea :) Then with also the notebooks in our documentation package, you can explore the output model and see if changes are necessary: If you have local data, you can definitely include your own data while building the model by using the options in the option "clean_osm_data_options" in the config file, where you see the suboptions custom_path_{object} and use_custom_{object}. At the following link, you can get an idea of the network topology you can get (maps about 1y old) for any UN country worldwide: :) |
Beta Was this translation helpful? Give feedback.
Hello @RogerKwak :D
It is great to have you posting here :)
PyPSA-Earth already provides you with a representative model of Korea, built with our standard assumptions.
A validation for each country is however appropriate to check the validity of the model.
On how to do that, the first step would be to run pypsa-earth for Korea :)
After the installation and the short tutorial, the procedure is explained here:
https://pypsa-earth.readthedocs.io/en/latest/tutorial.html
Then with also the notebooks in our documentation package, you can explore the output model and see if changes are necessary:
https://pypsa-earth.readthedocs.io/en/latest/notebooks.html
If you have local data, you can definite…