The following parts are (major) revised:
- Gaps: There are no missing observations anymore. All that is missing, is considered a gap.
- gap filling: Multiple methods with different complexity for filling with modeldata
- Template: Templates are now stored as JSON files, and in a dedicated class.
- Modeldata: Modeldata has a specific class for static and dynamic datasets
- Documentation: The API now has examples for all user-accessible functions and methods.
What's Changed
* Split Dataset over multiple thematic modules by vergauwenthomas in https://github.com/vergauwenthomas/MetObs_toolkit/pull/466
* Gap refactor v0.3.0 by vergauwenthomas in https://github.com/vergauwenthomas/MetObs_toolkit/pull/467
**Full Changelog**: https://github.com/vergauwenthomas/MetObs_toolkit/compare/v0.2.1...v0.3.0