Metadata-Version: 2.4
Name: geovizir
Version: 2.5.3
Summary: Support package for geo visuals.
License: MIT
License-File: LICENSE
Author: Pascal Burkhard
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: geopandas (>=0.14.1,<0.15.0)
Requires-Dist: pandas (>=2.1.4,<3.0.0)
Requires-Dist: pyproj (>=3.7.0,<4.0.0)
Requires-Dist: wbgapi (>=1.0.12,<2.0.0)
Description-Content-Type: text/markdown

# geovizir

[![pypi](https://img.shields.io/pypi/v/geovizir)](https://pypi.org/project/geovizir/) [![GitHub actions status](https://github.com/Nenuial/geovizir/workflows/ci-cd/badge.svg)](https://github.com/Nenuial/geovizir/actions?query=workflow%3Aci-cd) [![codecov](https://codecov.io/gh/Nenuial/geovizir/graph/badge.svg?token=QT0BMO1GE7)](https://codecov.io/gh/Nenuial/geovizir)
[![DOI](https://zenodo.org/badge/733636014.svg)](https://zenodo.org/doi/10.5281/zenodo.12790445)

Support package to teach computer science. This package is a collection of various functions.

## Installation

```bash
$ pip install geovizir
```

## Documentation

Documentation is available at [https://geovizir.nenuial.org/](https://geovizir.nenuial.org).

## License

`geovizir` was created by Pascal Burkhard. It is licensed under the terms of the MIT license.

## Credits

`geovizir` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

