-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add optional rule for updating network topology from entsoe map #55
Comments
Need to also update heuristic for reading line tags (e.g. multiple circuit types). |
To make some headway here, there are 4 steps this entails:
All steps have to be run on the https://github.com/PyPSA/GridKit repo in the Step 1: Getting the raw GeoJSON dataThis is in principle accomplished by running the The problem is, that the underlying I found it is possible to get it to run anyway with the help of an ancient docker image for node: docker run -it -v $PWD:/app:rw -w /app node:8.16.0-alpine sh download.sh Steps 2-4: Import, running and exportAre governed in order by the shell-scripts These depend on a postgres database server with the PostGIS extension and a python installation with several packages. It's probably possible with the correct docker image again, but previously I just installed the postgres things with Once postgres is running, you must create a new database (maybe install the PostGIS extension there?) and set the environment variables The python environment (don't know whether python3 works or you'll have to go back to 2.7) should contain:
Then, you should (brace for impact) be able to execute the shell scripts in order and finally get all the Note that the ids and oids differ from the version in pypsa now, so that you will have to re-write the I'll try watching this thread, if you need further instructions. |
make the script running with pandas 1.0, colors for some network plot…
Merged in feature/tgi-slides (pull request PyPSA#55) Feature/tgi slides * Remove unused function * Improve overall experience in app * Improve import export display * Add page to compare production and consumption profiles * Add switch between production and consumption to profiles * Add more comments
closing as we will phase-out the use of the ENTSO-E map in favor of OSM data (#1079) |
Merged in feature/tgi-slides (pull request PyPSA#55) Feature/tgi slides * Remove unused function * Improve overall experience in app * Improve import export display * Add page to compare production and consumption profiles * Add switch between production and consumption to profiles * Add more comments
Must be optional, since it is based on GridKit and requires a working Postgres database with PostGIS. Based on https://github.com/PyPSA/GridKit/tree/master/entsoe and https://rustyb.github.io/ee_transmap/.
The text was updated successfully, but these errors were encountered: