Skip to content
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

Load Solar Farm Data #136

Open
4 tasks
jacobbieker opened this issue Jan 6, 2023 · 1 comment
Open
4 tasks

Load Solar Farm Data #136

jacobbieker opened this issue Jan 6, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jacobbieker
Copy link
Member

Detailed Description

Solar Farm Data from one provider is saved in a raw format the records changes that exceed a delta amount. So the sampling is variable, and the delta is different per site, and without an easy way to tell what the delta is.

This data will need to be:

  • Loaded from the raw CSV file
  • Resampled to 5-minutely, or 1-minutely, whatever frequency we want
  • Plotted to ensure the sampling and raw data still match closely, and make sense
  • Tested to make sure the resampled data works with the other PV datapipes

Context

Its important to be able to read in more forms of data

Possible Implementation

Another datapipe under load/pv/ for this type of data.

@peterdudfield
Copy link
Contributor

peterdudfield commented Jan 6, 2023

Potential way could be to convert the CSV file into a netcdf file, then the same load/pv could be used. But having a way to load a CSV is still useful. If then its to slow, we could do a conversion script to netcdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants