Read-only mirror of https://github.com/MeteoSwiss-APN/wdbreduce.old — MeteoSchweiz. Issues & pull requests at the source.
  • Python 76.3%
  • Makefile 23.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2019-06-28 09:57:43 +02:00
.github Initial Commit 2019-06-26 16:06:36 +02:00
docs Initial Commit 2019-06-26 16:06:36 +02:00
src/wdbreduce Added script description 2019-06-28 09:57:43 +02:00
tests Added tests and make conformal to requirements 2019-06-28 09:47:56 +02:00
.editorconfig Initial Commit 2019-06-26 16:06:36 +02:00
.gitignore Initial Commit 2019-06-26 16:06:36 +02:00
AUTHORS.rst Initial Commit 2019-06-26 16:06:36 +02:00
CONTRIBUTING.rst Initial Commit 2019-06-26 16:06:36 +02:00
HISTORY.rst Initial Commit 2019-06-26 16:06:36 +02:00
LICENSE Initial Commit 2019-06-26 16:06:36 +02:00
Makefile Initial Commit 2019-06-26 16:06:36 +02:00
MANIFEST.in Initial Commit 2019-06-26 16:06:36 +02:00
Pipfile Remove editable flag 2019-06-28 09:57:23 +02:00
README.rst Added tests and make conformal to requirements 2019-06-28 09:47:56 +02:00
setup.cfg Initial Commit 2019-06-26 16:06:36 +02:00
setup.py Initial Commit 2019-06-26 16:06:36 +02:00
tox.ini Initial Commit 2019-06-26 16:06:36 +02:00
USAGE.rst Initial Commit 2019-06-26 16:06:36 +02:00

=========
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