Metadata-Version: 2.4
Name: austaltools
Version: 2.8.7
Summary: Tools for use with the Lagrangian atmospheric pollutant dispersion model AUSTAL (AUSbreitungsmodell nach TA-Luft).
Author-email: Clemens Drüe <druee@uni-trier.de>
License-Expression: EUPL-1.2
Project-URL: Homepage, https://github.com/cdruee/austaltools
Project-URL: Repository, https://github.com/cdruee/austaltools
Project-URL: Issues, https://github.com/cdruee/austaltools/issues
Project-URL: Documentation, https://austaltools.readthedocs.io
Keywords: meteorology,air quality,modeling
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: cdsapi
Requires-Dist: gdal
Requires-Dist: matplotlib
Requires-Dist: meteolib
Requires-Dist: netcdf4
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyyaml
Requires-Dist: readmet
Requires-Dist: requests
Requires-Dist: setuptools
Requires-Dist: tqdm
Requires-Dist: urllib3
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-argparse; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: scipy; extra == "test"
Provides-Extra: dev
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: scipy; extra == "dev"
Requires-Dist: tox; extra == "dev"
Dynamic: license-file

austaltools
===========

This module conatins tools for use with Langrangian dispersion 
model AUSTAL (AUSbreitungsmodell nach TA Luft)

### Full documentation:
https://druee.gitlab-pages.uni-trier.de/austaltools/

Installation:
=============

Essential requirements:

     gdal meteolib numpy pandas readmet requests

Optional requirements (deneding upon intended use) 

    matplotlib netCDF4 tqdm 

AustalTools can be installed from PyPi:

    pip install austaltools

Please find detailed instructions - in particular
concerning Ubuntu / Debian Linux - in the full documentation.

The module contains the following scripts : 
===========================================

``austaltools``
    The main application. I suports subcommands like
    ``eap``, ``fill-timeseries``, ``widfield``, ...

``configure-austaltools``
    Application to prepare local datasources for ``austaltools``.

``austal-input``
    Convenience command for easy creation of AUSTAL input data

Licenses
========

This package is licensed under the EUROPEAN UNION PUBLIC LICENCE v. 1.2.
See ``LICENSE`` for the license text or navigate to https://eupl.eu/1.2/en/

Some auxiliary files in the folder ``data`` are licensed under
various other licenses:

| file                  | provider                                                                        | license               |
|-----------------------|---------------------------------------------------------------------------------|-----------------------|
| DGM10-HE.LICENSE.txt  | Hessian state law (https://www.rv.hessenrecht.hessen.de/perma?a=VermGeoInfG_HE) | none (PD)             |
| dwd_stationlist.json  | Deutscher Wetterdienst (DWD) open data portal                                   | CC BY 4.0             |
| wmo_stationlist.json  | World Meteorological Organization (WMO) and its members                         | CC BY 4.0             |


<!-- note to self: &#8209; = non-breaking hyphen -->

See files containing "LICENSE" in the name for the individual licence texts.
