Metadata-Version: 2.1
Name: centerline
Version: 0.5.2
Summary: Calculate the centerline of a polygon
Home-page: https://github.com/fitodic/centerline
Author: Filip Todic
Author-email: todic.filip@gmail.com
License: MIT License
Download-URL: https://pypi.org/project/centerline/
Keywords: polygon,centerline,Voronoi
Platform: POSIX
Platform: Microsoft
Platform: MacOS
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: GDAL (>=2.3.3)
Requires-Dist: Fiona (>=1.7.0)
Requires-Dist: Shapely (>=1.5.13)
Requires-Dist: numpy (>=1.10.4)
Requires-Dist: scipy (>=0.16.1)
Provides-Extra: dev
Requires-Dist: ipdb ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: lint
Requires-Dist: pylama ; extra == 'lint'
Requires-Dist: isort ; extra == 'lint'
Requires-Dist: yapf ; extra == 'lint'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pytest (>=4.0.0) ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-sugar ; extra == 'test'
Requires-Dist: pytest-runner ; extra == 'test'

Centerline
==========

.. image:: https://travis-ci.org/fitodic/centerline.svg?branch=master
    :target: https://travis-ci.org/fitodic/centerline
    :alt: Build

.. image:: https://coveralls.io/repos/github/fitodic/centerline/badge.svg?branch=master
    :target: https://coveralls.io/github/fitodic/centerline?branch=master
    :alt: Coverage

.. image:: https://img.shields.io/pypi/v/centerline.svg
    :target: https://pypi.python.org/pypi/centerline
    :alt: Version

.. image:: https://readthedocs.org/projects/centerline/badge/?version=latest
    :target: http://centerline.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. figure::  docs/source/images/example.png
   :align:   center

Roads, rivers and similar linear structures are often represented by
long and complex polygons. Since one of the most important attributes of
a linear structure is its length, extracting that attribute from a
polygon can prove to be more or less difficult.

For more info, see the `official documentation <http://centerline.readthedocs.io/>`_.


