Metadata-Version: 2.4
Name: domutils
Version: 2.3.1
Summary: dominik's tools for custom color mappings and geographical projections
Author-email: Dominik Jacques <dominik.jacques@gmail.com>
License: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/dja001/domutils
Project-URL: Repository, https://github.com/dja001/domutils.git
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.20
Requires-Dist: scipy
Requires-Dist: attrdict
Requires-Dist: cartopy
Requires-Dist: matplotlib
Requires-Dist: dask[complete]
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: domcmc; extra == "test"
Requires-Dist: pysteps; extra == "test"
Requires-Dist: h5py; extra == "test"
Requires-Dist: pygrib; extra == "test"
Requires-Dist: cairosvg; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinx-gallery; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: sphinx-argparse; extra == "docs"
Provides-Extra: build
Requires-Dist: packaging; extra == "build"
Requires-Dist: twine; extra == "build"
Dynamic: license-file


# Documentation:

https://domutils.readthedocs.io

# Contents:

* legs

A class for easy custom color mappings.

* geo_tools

A class for handling the geographical projection of data.

* radar_tools

Functions for reading radar mosaics and making accumulations on the fly.


