-
Notifications
You must be signed in to change notification settings - Fork 5
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
Use OSM data for RES positioning #311
Comments
How close should this be to the eGoDP REA? |
Yes, I'd definitely use the MVGDs since every RES requires a grid connection to HV anyway and I think the developed approach is good. Different from the first post's method, a more recent RES data source could be used:
So, we have 2 possibilities:
In both cases, OSM points which are not covered by dataset 2 (which holds UTM coord) are used for redistribution of older RES without coords. Alternatively: The OPSD project is up to release a new dataset based on those data but I neither know the spatial resolution (will they geocode the adresses?) nor if an update is already scheduled. |
@ulfmueller @wolfbunke @IlkaCu |
We are right now creating a 0.4.4 and 0.4.5 (clean-run of 0.4.4) dp version. Right, that shall be the very last data set generated in the open_eGo project. |
We will try to make this task compatible with the eGoDP. But it will be separated to not mess anything up ;) I need an European OSM version anyway, so I will prepare a new upload from Geofabrik. We can choose between the latest monthly (europe-180801.osm.pbf) or the yearly LTS (europe-180101.osm.pbf). Any wishes? |
I like the approach to make it compatible but without messing up stuff which is working and in use!! I am bit curious, how is your work-flow to separate it? (code-wise and data-wise) I somehow think it might be a good a idea to share this work-flow in a transparent way (upfront) to avoid any possible crashes. |
Good point! @Ludee: We need to know which tables are affected - is the BPMN still valid? |
I prefer an update of the eGo data with the BNetzA dataset only. Although we take along errors from the eGo data, I'd avoid a complete re-evaluation of the vast RES data from the TSOs again (OPSD was created to do this). Concerning licenses of new RES data:
|
An updated proposal which incorporates all aspects from above: Updated types
Current approach, scripts and data
Steps
Questions
@Ludee: If you have comments or amendments, please state here asap. |
Ok, due to available time we agreed on a minimal version:
Part 1
Part 2
|
Just checked and M1-1 for biogas is completed and data is valid! |
M3b is complete and produces valid data. The latest commit includes a readme-file that describes setup, M1-1 and M3b. Hope it helps to understand the sql-snippets. |
Thanks a lot @christian-rli ! The next step is to use the new OPSD dataset by @wolfbunke. I expect some scripts from eGo to be reused. I'll get back to you.. |
(preface: this is not issue to be solved in eGo but is related to the developed methods)
There's some room for improvements in the current RES positioning, especially the raster-based methods (WEC, low voltage PV) are inaccurate. Therefore, I'd like to use OSM data to achieve better results. A short description of the current methods can be found in this paper (p 2ff).
Considered types
OSM data
power:generator
Approach
Use OSM data where available and current methods where data is missing or insufficient.
Steps
Questions
PS: The MaStR may be released soon, but the start has been postponed...and postponed...and postponed...so not sure if we'll ever get it.
The text was updated successfully, but these errors were encountered: