Metadata-Version: 2.1
Name: dwdhandler
Version: 0.2.0
Summary: Package to handle data from German Weather Service and some simple plotting routines
Home-page: https://github.com/MrTscha/dwdhandler
Author: Tobias Schad
Author-email: tobias.schad@googlemail.com
License: GPL version 3
Project-URL: Bug Tracker, https://github.com/MrTscha/dwdhandler/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pysqlite3
Requires-Dist: seaborn
Requires-Dist: matplotlib
Requires-Dist: folium
Requires-Dist: plotly
Requires-Dist: scipy

# dwdhandler
Handles DWD data which is derived from https://opendata.dwd.de/

Station data is stored in a SQLite database.

Raster data is momentarily stored as ASCII. 
Storing as netCDF is planned.

## Examples

Find some examples in the examples subdirectory.

## Some remarks

The package ```pyproj``` is used in some functions, but is not needed.
If desired install the package ```pyproj```.

This mainly concerns the raster data functions, not the download of raster data. 
