-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
script to make samples #8
Comments
Hi @peterdudfield, |
This would be great, whats needed first is openclimatefix/PVNet#2 thought, so you might want to start there first |
@peterdudfield What exactly needs to be done in this? Can you provide any references, so I can get started on this ? |
We have done something similar in PVnet, for example https://github.com/openclimatefix/PVNet/blob/dev-data-sampler/scripts/save_samples.py |
Notes from our meeting: Flow diagram to show how ocf-data-sampler works: https://github.com/openclimatefix/ocf-data-sampler/tree/main/ocf_data_sampler/torch_datasets The torch dataset in datasampler which can be used for sample creation: The branch on PVNet which supports ocf-data-sampler: The configuration file example which will need to be set to correct values for GFS/other NWPs The script to run to make samples - https://github.com/openclimatefix/PVNet/blob/dev-data-sampler/scripts/save_samples.py
Would be good to commit data configuration in Agree that using |
@alirashidAR I believe you have worked on ocf-data-sampler. I am getting an
It appears we have |
Hello @jcamier , yes i believe the
This script was used to collect the data. |
clear script to make batches, do we need extra compute for this? We might have this already.
Something in https://github.com/openclimatefix/ocf-data-sampler might already be there
The text was updated successfully, but these errors were encountered: