Python ModulesΒΆ
For analyzing weather data to estimate residuals and the effect on energy storages, especially Carnot Batteries.
- rws_py package
- Submodules
- rws_py.analysis_universal module
- rws_py.analyze_weather_load_storage module
- rws_py.dwd_analyze_store_second_threshold module
- rws_py.hm_plot module
- rws_py.load_curve_simple module
- rws_py.residual_analyse module
- rws_py.run_residual_store module
- rws_py.run_weather_load_store module
- rws_py.rws_py module
- rws_py.tasks module
- rws_py.test_wind_load_power module
- Module contents
- rws_py.utils module
- rws_py.utils.folder_to_hdf5 module
This gives you some idea of the interconnections of the different modules. especially the scripts starting with run are a good starting point, as well as the things in the examples folder.