openclimatefix / pv-solar-farm-forecasting

Forecasting for individual solar farms
MIT License
0 stars 0 forks source link

Plot raw data and resampled data #5

Open vrym2 opened 1 year ago

vrym2 commented 1 year ago

Pull Request

Description

This PR's is concerned with plotting raw and resampled data from the solar PV farms.

Fixes #

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

If your changes affect data processing, have you plotted any changes? i.e. have you done a quick sanity check?

Checklist:

jacobbieker commented 1 year ago

Also, could you move this under ukpn folder? So that it stays more with the type of solar farm data we get? Just added it, so should just need to pull the changes from main.

vrym2 commented 1 year ago

Also, could you move this under ukpn folder? So that it stays more with the type of solar farm data we get? Just added it, so should just need to pull the changes from main.

Brilliant, I'll pull them right away and merge them to my branch!

jacobbieker commented 1 year ago

I'd also still create a test to ensure it downloads a file as well, then the tests will pass, currently they fail because there is no tests

vrym2 commented 1 year ago

I'd also still create a test to ensure it downloads a file as well, then the tests will pass, currently they fail because there is no tests

That's true, I'll add the test folder now!