Create check_geodata.py#60
Closed
dchassin wants to merge 14 commits into
Closed
Conversation
Collaborator
Author
|
Need to regenerate load column from total.csv with 1.2 scaling for demand margin to load capacity. |
Collaborator
Author
|
Need to address how multiple busses that share a single geocode share the load, e.g., by fraction of original NREL model load. |
Collaborator
Author
|
There is a possible issue with missing some geodata for some nodes/geocodes, e.g., 9q8yyz. |
Collaborator
Author
As stated in the REGROW Slack channel, the data is associated with the nearby bus at |
Contributor
|
Geodata validation is different for pypower_sim than for Arras |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verify whether load, gen, and powerplant objects have geodata associated with their parent bus. Note that the geodata system in GridLAB-D does not require an exact match, but only a nearby one.
NOTE: Do not review or merge until PR #56 and #59 are merged. The
pv.csvandwt.csvfiles should not be merged from this PR but theirs should be used instead.