-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support for RTS-GMLC as input format #95
Merged
darrylmelander
merged 10 commits into
grid-parity-exchange:main
from
darrylmelander:rts-gmlc-parser
Jun 4, 2021
Merged
Support for RTS-GMLC as input format #95
darrylmelander
merged 10 commits into
grid-parity-exchange:main
from
darrylmelander:rts-gmlc-parser
Jun 4, 2021
Conversation
This file contains 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
darrylmelander
force-pushed
the
rts-gmlc-parser
branch
from
May 11, 2021 19:33
982d8c8
to
b8b14e5
Compare
bknueven
reviewed
May 20, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still need to test this, but the code itself looks good.
Merged
darrylmelander
force-pushed
the
rts-gmlc-parser
branch
from
May 27, 2021 19:10
fa14d50
to
2824976
Compare
Can be either "dat" (the default) or "rts-gmlc". The option causes the corresponding data_provider to be used.
* If use_next_day_in_ruc, none of the values are inferred (i.e., estimated based on the previous values) * Otherwise, all values after the first 24 hours are inferred. - For wind generators, the inferred values are all repeats of the final value of the non-inferred data - For all other data, the inferred values are copies of the first 24 hours of data * Forecasts that start at midnight are no longer treated as a special case. * For DAT files, all non-inferred values come from the DAT file for the day of the time step. This means a DAT file with more than 24 hours of data will never use the extra hours of data.
…f actuals. If the new batch is smaller than previous batches, it wasn't discarding enough of the old value.
darrylmelander
force-pushed
the
rts-gmlc-parser
branch
from
June 3, 2021 19:52
2824976
to
96244a3
Compare
darrylmelander
force-pushed
the
rts-gmlc-parser
branch
from
June 4, 2021 23:25
e8c784e
to
79e59a1
Compare
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.
Depends on Egret PR grid-parity-exchange/Egret#209