This is a package to work with and to create the Weather Database which handles, checks, fills and corrects DWD Weather Station data.
Project description
WeatherDB - module
Author: Max Schmit
The weather-DB module offers an API to interact with the automatically filled weather Database.
Depending on the Database user privileges you can use more or less methods of the classes.
There are 3 different sub modules with their corresponding classes.
- station: Has a class for every type of station. E.g. PrecipitationStation (or StationP). One object represents one Station with one parameter. This object can get used to get the corresponding timeserie. There is also a GroupStation class that groups the three parameters precipitation, temperature and evapotranspiration together for one station. If one parameter is not available this one won't get grouped.
- stations: Is a grouping class for all the stations of one measurement parameter. E.G. PrecipitationStations (or StationsP). Can get used to do actions on all the stations.
- broker: This submodule has only one class Broker. This one is used to do actions on all the stations together. Mainly only used for updating the Database.
Install
To install the package use PIP to install the Github repository:
pip install git+https://gitlab.uni-freiburg.de/hydrology/weatherDB.git
Or to upgrade use:
pip install git+https://gitlab.uni-freiburg.de/hydrology/weatherDB.git --upgrade
Configuration
To start using this package you first need to setup the database. For further information please have a look at the documentation for a detailed Configuration Guide
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file weatherDB-1.0.0.tar.gz
.
File metadata
- Download URL: weatherDB-1.0.0.tar.gz
- Upload date:
- Size: 133.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13d9ce7358f56ae15e6cfd1e18d699e81f5b55e79d62aa33a220c87290e39523 |
|
MD5 | 4b99373c2ce759410c4999013e29b551 |
|
BLAKE2b-256 | 1e71040cfdbc591eb7e001ecb015e5f838ab208db612a4ab4510100e593463cf |
File details
Details for the file weatherDB-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: weatherDB-1.0.0-py3-none-any.whl
- Upload date:
- Size: 137.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0796fd53eecb5226ba0c6af6bff717371c02b03ef3645994bcdc43bb311a6a1c |
|
MD5 | 4be52167af0bb92b445845987fbc002f |
|
BLAKE2b-256 | 58a8a46ee70e247df85526482cafc8302820d0873b971245f5a8d7624f22104f |