mirror of
https://github.com/MeteoSwiss-APN/wdbreduce.old.git
synced 2026-08-25 21:54:16 +00:00
Read-only mirror of https://github.com/MeteoSwiss-APN/wdbreduce.old — MeteoSchweiz. Issues & pull requests at the source.
- Python 76.3%
- Makefile 23.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| docs | ||
| src/wdbreduce | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| AUTHORS.rst | ||
| CONTRIBUTING.rst | ||
| HISTORY.rst | ||
| LICENSE | ||
| Makefile | ||
| MANIFEST.in | ||
| Pipfile | ||
| README.rst | ||
| setup.cfg | ||
| setup.py | ||
| tox.ini | ||
| USAGE.rst | ||
========= wdbreduce ========= Reduces the number of DOF of a polygon using the Ramer-Douglas-Peucker algorithm. Features -------- Looks for txt files in the input directory, processes them and writes a reduced version of it into the output directory. The tolerance epsilon can be set (default value: 0.003) Credits ------- This package was created with Cookiecutter_ and the `MeteoSwiss-APN/mch-python-blueprint`_ project template. .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _`MeteoSwiss-APN/mch-python-blueprint`: https://github.com/MeteoSwiss-APN/mch-python-blueprint