Diese Instanz von GitLab ist Pre-Release und noch nicht offiziell als Dienst freigeschaltet.

This GitLab instance is pre-release and not an officially announced service.

Skip to content

new Version 1.0.0

Max Schmit requested to merge working_tree into master

completly reworked WeatherDB to become Version 1.0.0 to now have:

  • clean user configuration, no more secrets_weatehrDB.py file
  • password storage in keyring
  • implement sqlalchemy models to create and maintain database structure
    • add methods to create database schema
    • add alembic for migration management
    • add stations multiannual mean values as table and a view combining all possible combinations as quotients
  • add testing infrastructure
  • add functions to download raster files like DEM and multi annual regionalisation rasters
  • add docker image
  • reworked documentation
  • use new version of pET from DWD, version_2:"VPGFAO"
  • fix multiple errors
  • add GitHub workflows
  • add Gitlab-ci pipeline
  • make module work with sqlalchemy 2.0
  • colorfull logs
  • configure logging through weatherDB.config
  • ...

Merge request reports