Centerline Versions Save

Calculate the polygon's centerline

1.0.1

4 months ago

0.5

5 years ago

Added

  • MultiPolygon support

0.4.2

5 years ago

Added

  • GDAL 2.3.1 to the CI configuration

Changed

  • Moved the coverage configuration to setup.cfg
  • Moved the package's metadata to setup.cfg

Fixed

  • Error when MultiLineString degenerates into LineString (#14). Thanks mxwell!

Removed

  • MANIFEST.in
  • Centerline from the centerline namespace. To import the Centerline class, use from centerline.main import Centerline

0.4.1

6 years ago

Fixed

  • Ignore the osgeo package when building the documentation on readthedocs.org

0.4

6 years ago

Added

  • Sphinx documentation

Fixed

  • Add a comma to the list of development requirements

v0.3

6 years ago

Added

  • pylama and isort configuration
  • pylama and isort checks in the Travis build
  • utils and io modules
  • create_centerlines script and function for creating centerlines that is format agnotic. All OGR vector file formats should be supported.

Changed

  • The Centerline class extends Shapely's MultiLineString class
  • Replaced the shp2centerline script with create_centerlines

Removed

  • Support for GDAL<2.0
  • Support for Fiona<1.7
  • shp2centerline script