Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

removing scaling for gsp, but add capacity #427

Closed
wants to merge 1 commit into from

Conversation

peterdudfield
Copy link
Contributor

@peterdudfield peterdudfield commented Nov 17, 2021

Pull Request

Description

  • dont normalize gsp data
  • put capaicty in saved batched data

Fixes #231

How Has This Been Tested?

unittests

  • No
  • Yes

Checklist:

  • My code follows OCF's coding style guidelines
  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked my code and corrected any misspellings

@@ -11,7 +11,7 @@ class GSP(DataSourceOutput):

__slots__ = ()
_expected_dimensions = ("time", "id")
_expected_data_vars = ("data", "pv_system_row_number", "x_coords", "y_coords")
_expected_data_vars = ("data", "capacity_mwh", "pv_system_row_number", "x_coords", "y_coords")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you think "data" should be change to "power_mw" to make it really clear, @JackKelly @jacobbieker

@peterdudfield
Copy link
Contributor Author

Ill close this for
#428

@peterdudfield peterdudfield deleted the issue/231-normalization-gsp branch December 21, 2021 08:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move all data normalisation to nowcasting_dataloader
1 participant