ocf-data-sampler 0.0.54__py3-none-any.whl → 0.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ocf-data-sampler might be problematic. Click here for more details.
- ocf_data_sampler/constants.py +1 -0
- {ocf_data_sampler-0.0.54.dist-info → ocf_data_sampler-0.1.0.dist-info}/METADATA +2 -3
- {ocf_data_sampler-0.0.54.dist-info → ocf_data_sampler-0.1.0.dist-info}/RECORD +6 -6
- {ocf_data_sampler-0.0.54.dist-info → ocf_data_sampler-0.1.0.dist-info}/LICENSE +0 -0
- {ocf_data_sampler-0.0.54.dist-info → ocf_data_sampler-0.1.0.dist-info}/WHEEL +0 -0
- {ocf_data_sampler-0.0.54.dist-info → ocf_data_sampler-0.1.0.dist-info}/top_level.txt +0 -0
ocf_data_sampler/constants.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: ocf_data_sampler
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: Sample from weather data for renewable energy prediction
|
|
5
5
|
Author: James Fulton, Peter Dudfield, and the Open Climate Fix team
|
|
6
6
|
Author-email: info@openclimatefix.org
|
|
@@ -70,8 +70,7 @@ Requires-Dist: matplotlib; extra == "plot"
|
|
|
70
70
|
We are currently migrating to this repo from [ocf_datapipes](https://github.com/openclimatefix/ocf_datapipes/), which performs the same functions but is built around `PyTorch DataPipes`, which are quite cumbersome to work with and are no longer maintained by PyTorch. **ocf-data-sampler** uses `PyTorch Datasets`, and we've taken the opportunity to make the code much cleaner and more manageable.
|
|
71
71
|
|
|
72
72
|
> [!Note]
|
|
73
|
-
> This repository is
|
|
74
|
-
> functionality of its predecessor, [ocf_datapipes](https://github.com/openclimatefix/ocf_datapipes/).
|
|
73
|
+
> This repository is in development and is replacing [ocf_datapipes](https://github.com/openclimatefix/ocf_datapipes/).
|
|
75
74
|
> It might not be ready for use out of the box! We would really appreciate any help to let us make the transition faster.
|
|
76
75
|
|
|
77
76
|
## Documentation
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
ocf_data_sampler/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
2
|
-
ocf_data_sampler/constants.py,sha256=
|
|
2
|
+
ocf_data_sampler/constants.py,sha256=ClteRIgp7EPlUPqIbkel83BfIaD7_VIDjUeHzUfyhnM,5079
|
|
3
3
|
ocf_data_sampler/utils.py,sha256=rKA0BHAyAG4f90zEcgxp25EEYrXS-aOVNzttZ6Mzv2k,250
|
|
4
4
|
ocf_data_sampler/config/__init__.py,sha256=YXnAkgHViHB26hSsjiv32b6EbpG-A1kKTkARJf0_RkY,212
|
|
5
5
|
ocf_data_sampler/config/load.py,sha256=4f7vPHAIAmd-55tPxoIzn7F_TI_ue4NxkDcLPoVWl0g,943
|
|
@@ -73,8 +73,8 @@ tests/torch_datasets/conftest.py,sha256=eRCzHE7cxS4AoskExkCGFDBeqItktAYNAdkfpMoF
|
|
|
73
73
|
tests/torch_datasets/test_merge_and_fill_utils.py,sha256=ueA0A7gZaWEgNdsU8p3CnKuvSnlleTUjEhSw2HUUROM,1229
|
|
74
74
|
tests/torch_datasets/test_pvnet_uk_regional.py,sha256=FCiFueeFqrsXe7gWguSjBz5ZeUrvyhGbGw81gaVvkHM,5087
|
|
75
75
|
tests/torch_datasets/test_site.py,sha256=J1ZDE5V5MRlq7EuZ1zUu-aFRGTDJIiO-ZZzkOXvDdWA,6757
|
|
76
|
-
ocf_data_sampler-0.0.
|
|
77
|
-
ocf_data_sampler-0.0.
|
|
78
|
-
ocf_data_sampler-0.0.
|
|
79
|
-
ocf_data_sampler-0.0.
|
|
80
|
-
ocf_data_sampler-0.0.
|
|
76
|
+
ocf_data_sampler-0.1.0.dist-info/LICENSE,sha256=F-Q3UFCR-BECSocV55BFDpn4YKxve9PKrm-lTt6o_Tg,1073
|
|
77
|
+
ocf_data_sampler-0.1.0.dist-info/METADATA,sha256=9hgn-WJMx51JmLEiZmd5oiEwjZtcutfZObTtnwxUT2k,12173
|
|
78
|
+
ocf_data_sampler-0.1.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
79
|
+
ocf_data_sampler-0.1.0.dist-info/top_level.txt,sha256=Faob6N6cFdPc5eUpCTYcXgCaNhi4XLLteUL5W5ayYmg,31
|
|
80
|
+
ocf_data_sampler-0.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|