Metadata-Version: 2.1
Name: metobs-toolkit
Version: 0.0.1
Summary: A Meteorological observations toolkit for scientists
License: LICENSE
Keywords: meteorology,observations,urban climate
Author: Thomas Vergauwen
Author-email: thomas.vergauwen@meteo.be
Maintainer: Thomas Vergauwen
Maintainer-email: thomas.vergauwen@meteo.be
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: earthengine-api (>=0.1.340,<0.2.0)
Requires-Dist: geopandas (>=0.9.0,<0.10.0)
Requires-Dist: mapclassify (>=2.4.0,<3.0.0)
Requires-Dist: matplotlib (>=3.0.0,<4.0.0)
Requires-Dist: mysql-connector-python (>=8.0.6,<9.0.0)
Requires-Dist: numpy (>=1.17.3,<2.0.0)
Requires-Dist: pandas (>=1.3.0,<2.0.0)
Requires-Dist: pyproj (>=3.4,<3.5)
Project-URL: Documentation, https://python-poetry.org/docs/
Description-Content-Type: text/markdown

# MetObs-toolkit

This repo contains all the software for the [metobs_toolkit](https://test.pypi.org/project/metobs-toolkit/).
The MetObs-toolkit is a package for scientists who make use meteorological observations.
## Documentation ##
Documentation can be found [here](https://vergauwenthomas.github.io/vlinder_toolkit/).

## Installing the package
Install the package by:

`pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple metobs_toolkit --upgrade`


### Using the database
In order to use the database for importing data, you need to have an active VPN connection with the UGent network or working from within the UGent network.
In addition you need a specific **USER** and **PASSWORD** to connect with the database. (Contact thomas.vergauwen@meteo.be for this account).

To give the user and password to the vlinder toolkit, you need to set them as envrionment variables:
(on linux execute in terminal (or better add them in  `.bashrc`:)

 `     export VLINDER_DB_USER_NAME="...."` (no spaces, fill in the username for the Database)


 `     export VLINDER_DB_USER_PASW="...."` (no spaces, fill in the password for the Database)


 # Overview
 ![alt text](https://github.com/vergauwenthomas/vlinder_toolkit/blob/master/examples/overview_fig.png?raw=true)

