-
Notifications
You must be signed in to change notification settings - Fork 28
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
Improve transmission coverage of HIFLD dataset when source data are missing #234
Comments
New York City is especially tough because so much of the electrical network is underground, so the location of substation and any transmission lines that connect them is unknown. On the data side, we may be able to use subway stations as a proxy, since their locations are more well-known and station density should roughly correlate with density of electrical consumption. |
Currently within #267, we add the ability to add arbitrary substations to the source data. In the same way, I believe we can add arbitrary transmission lines, once we determine which substations and transmission lines we can use as a proxy. |
@danielolsen Does it imply the real lines connecting those real substations are actually underground? |
Probably. The HIFLD transmission line dataset has some underground lines, but the coverage seems much spottier than the overhead ones, either due to data availability or some strategic decision about which data should be shared (or something else entirely). |
I'm going to use this Texas example to build a framework where user-supplied proxy lines can get added to the known lines from the HIFLD dataset. I think this design should be flexible enough to be able to intake proxy lines that are a combination of user inputs and algorithmically-defined proxies. |
#289 adds the ability for manually-defined lines which get added to the existing lines, using the following information for each line:
Before the new |
🚀
Describe the workflow you want to enable
I wish we had a way to add transmission lines to areas where there it is known to be missing.
Describe your proposed implementation
One relatively simple way to achieve this could be a user-supplied list of substation coordinates and transmission lines connecting them, which would get appended to the original HIFLD data before further processing. An algorithm to create synthetic information would be nice, but much more difficult.
Additional context
See New York City:
The text was updated successfully, but these errors were encountered: