.dockerignore
.gitignore
.gitlab-ci.yml
.readthedocs.yaml
CHANGES.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/cleanup-cache.yml
.github/workflows/python-publish.yml
.github/workflows/python-test.yml
docker/Dockerfile
docker/docker-compose.yaml
docker/docker-compose_test.yaml
docker/start-docker-test.sh
docs/requirements.txt
docs/source/Changelog.md
docs/source/License.rst
docs/source/Methode.md
docs/source/conf.py
docs/source/index.rst
docs/source/_static/custom.css
docs/source/_static/favicon.ico
docs/source/_static/logo.png
docs/source/api/api.rst
docs/source/api/cli.rst
docs/source/api/weatherDB.broker.rst
docs/source/api/weatherDB.config.rst
docs/source/api/weatherDB.db.rst
docs/source/api/weatherDB.rst
docs/source/api/weatherDB.station.rst
docs/source/api/weatherDB.stations.rst
docs/source/api/weatherDB.utils.rst
docs/source/setup/Configuration.md
docs/source/setup/Hosting.md
docs/source/setup/Install.md
docs/source/setup/Quickstart.md
docs/source/setup/setup.rst
weatherDB/__init__.py
weatherDB/_version.py
weatherDB/broker.py
weatherDB/cli.py
weatherDB.egg-info/PKG-INFO
weatherDB.egg-info/SOURCES.txt
weatherDB.egg-info/dependency_links.txt
weatherDB.egg-info/entry_points.txt
weatherDB.egg-info/requires.txt
weatherDB.egg-info/top_level.txt
weatherDB/alembic/README.md
weatherDB/alembic/alembic.ini
weatherDB/alembic/env.py
weatherDB/alembic/script.py.mako
weatherDB/alembic/versions/V1.0.0_initial_database_creation.py
weatherDB/config/ConfigParser.py
weatherDB/config/__init__.py
weatherDB/config/config_default.ini
weatherDB/db/__init__.py
weatherDB/db/connections.py
weatherDB/db/models.py
weatherDB/db/views.py
weatherDB/db/fixtures/RichterParameters.json
weatherDB/station/GroupStation.py
weatherDB/station/StationBases.py
weatherDB/station/StationET.py
weatherDB/station/StationP.py
weatherDB/station/StationPD.py
weatherDB/station/StationT.py
weatherDB/station/__init__.py
weatherDB/station/constants.py
weatherDB/stations/GroupStations.py
weatherDB/stations/StationsBase.py
weatherDB/stations/StationsBaseTET.py
weatherDB/stations/StationsET.py
weatherDB/stations/StationsP.py
weatherDB/stations/StationsPD.py
weatherDB/stations/StationsT.py
weatherDB/stations/__init__.py
weatherDB/utils/TimestampPeriod.py
weatherDB/utils/__init__.py
weatherDB/utils/dwd.py
weatherDB/utils/geometry.py
weatherDB/utils/get_data.py
weatherDB/utils/logging.py