This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Description
The feedinlib as of version 0.0.11 will receive an API breaking overhaul. As version 0.0.11 is dysfunctional when installed as a package, we will release a last version 0.0.12 that is at least working. After that we'll move to 0.1.x and initially focus on developing the following features:
- a standardized/unified 'weather' object containing:
- standardized names for measured variables and
- the ability to convert itself to
pvlib and windpowerlib compatible dataframes;
- easy access to at least one freely available weather dataset and
- if possible a unified interface to access functionality of technically more specialized libraries like
pvlib
and windpowerlib.