-
Notifications
You must be signed in to change notification settings - Fork 25
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
OpenSTEF Integration #585
Closed
Closed
OpenSTEF Integration #585
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
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
* Summary statistics api Signed-off-by: Chloe Ching <chloe.ching@shell.com> * summary statistics api tests Signed-off-by: Chloe Ching <chloe.ching@shell.com> * updates Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix code smells Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix duplications Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix duplications in test summary Signed-off-by: Chloe Ching <chloe.ching@shell.com> --------- Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
* fix standard deviation bug Signed-off-by: Chloe Ching <chloe.ching@shell.com> * update api doc links Signed-off-by: Chloe Ching <chloe.ching@shell.com> --------- Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
* Adding CAISO Sources Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Adding CAISO System Level Forecast Sources with UnitTesting and Docs Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Removing unnecessary code Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Fixing Compatibility issues between Pandas 2.0 and PySpark Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Fixing Black Check Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Fixing DCO and Black issues Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Code cleanups + Pandas backwards compatibility support Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Fixing Sonar Checks Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> --------- Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
* restructure test folder Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix pytest collection error Signed-off-by: Chloe Ching <chloe.ching@shell.com> * update Signed-off-by: Chloe Ching <chloe.ching@shell.com> * move test utils Signed-off-by: Chloe Ching <chloe.ching@shell.com> * Refactored raw and resample unit tests Signed-off-by: Chloe Ching <chloe.ching@shell.com> * remove import from test raw Signed-off-by: Chloe Ching <chloe.ching@shell.com> * refactored interpolate unit test Signed-off-by: Chloe Ching <chloe.ching@shell.com> * refactor unit tests of time series functions Signed-off-by: Chloe Ching <chloe.ching@shell.com> * created a utils folder inside test queries Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix test api errors Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix error Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix errors in metadata and resample imports Signed-off-by: Chloe Ching <chloe.ching@shell.com> * updates Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix unit tests Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix summary and raw unit tests Signed-off-by: Chloe Ching <chloe.ching@shell.com> * added reample query Signed-off-by: Chloe Ching <chloe.ching@shell.com> --------- Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
* Summary statistics api Signed-off-by: Chloe Ching <chloe.ching@shell.com> * summary statistics api tests Signed-off-by: Chloe Ching <chloe.ching@shell.com> * updates Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix code smells Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix duplications Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix duplications in test summary Signed-off-by: Chloe Ching <chloe.ching@shell.com> --------- Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
* fix standard deviation bug Signed-off-by: Chloe Ching <chloe.ching@shell.com> * update api doc links Signed-off-by: Chloe Ching <chloe.ching@shell.com> --------- Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
* Adding CAISO Sources Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Adding CAISO System Level Forecast Sources with UnitTesting and Docs Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Removing unnecessary code Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Fixing Compatibility issues between Pandas 2.0 and PySpark Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Fixing Black Check Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Fixing DCO and Black issues Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Code cleanups + Pandas backwards compatibility support Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Fixing Sonar Checks Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> --------- Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
* restructure test folder Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix pytest collection error Signed-off-by: Chloe Ching <chloe.ching@shell.com> * update Signed-off-by: Chloe Ching <chloe.ching@shell.com> * move test utils Signed-off-by: Chloe Ching <chloe.ching@shell.com> * Refactored raw and resample unit tests Signed-off-by: Chloe Ching <chloe.ching@shell.com> * remove import from test raw Signed-off-by: Chloe Ching <chloe.ching@shell.com> * refactored interpolate unit test Signed-off-by: Chloe Ching <chloe.ching@shell.com> * refactor unit tests of time series functions Signed-off-by: Chloe Ching <chloe.ching@shell.com> * created a utils folder inside test queries Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix test api errors Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix error Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix errors in metadata and resample imports Signed-off-by: Chloe Ching <chloe.ching@shell.com> * updates Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix unit tests Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix summary and raw unit tests Signed-off-by: Chloe Ching <chloe.ching@shell.com> * added reample query Signed-off-by: Chloe Ching <chloe.ching@shell.com> --------- Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
* blog opcua Signed-off-by: S.jhunjhunwala2@shell.com <S.jhunjhunwala2@shell.com> * OPC UA to delta Signed-off-by: S.jhunjhunwala2@shell.com <S.jhunjhunwala2@shell.com> * author update Signed-off-by: S.jhunjhunwala2@shell.com <S.jhunjhunwala2@shell.com> * picture update opc ua blog Signed-off-by: S.jhunjhunwala2@shell.com <S.jhunjhunwala2@shell.com> * updates Signed-off-by: Chloe Ching <chloe.ching@shell.com> * updates Signed-off-by: Chloe Ching <chloe.ching@shell.com> --------- Signed-off-by: S.jhunjhunwala2@shell.com <S.jhunjhunwala2@shell.com> Signed-off-by: Chloe Ching <chloe.ching@shell.com> Co-authored-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
* Adding ERCOT Daily Load Source Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Fixing spaces in components.md Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Fixing spaces in mkdocs.md Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Fixing Pandas Compatibility Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Putting HTML Raw response in the test file for ERCOT Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Fixing Sonar Code Smells Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> * Code cleanups Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> --------- Signed-off-by: Shivam Saxena <shivam.saxena@innowatts.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
* fix standard deviation bug Signed-off-by: Chloe Ching <chloe.ching@shell.com> * update api doc links Signed-off-by: Chloe Ching <chloe.ching@shell.com> --------- Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
* mirico transformer, documentation and unit tests Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix code smells Signed-off-by: Chloe Ching <chloe.ching@shell.com> * update Signed-off-by: Chloe Ching <chloe.ching@shell.com> * fix bug Signed-off-by: Chloe Ching <chloe.ching@shell.com> --------- Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
Signed-off-by: Chloe Ching <chloe.ching@shell.com> Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
…ure/integration_a Signed-off-by: rodalynbarce <Rodalyn.Barce@shell.com>
|
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.
No description provided.