Recent Releases of centerline

centerline -

- Python
Published by fitodic over 2 years ago

centerline - 0.5

Added

  • MultiPolygon support

- Python
Published by fitodic over 7 years ago

centerline -

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

- Python
Published by fitodic over 7 years ago

centerline -

Fixed

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

- Python
Published by fitodic over 8 years ago

centerline -

Added

  • Sphinx documentation

Fixed

  • Add a comma to the list of development requirements

- Python
Published by fitodic over 8 years ago

centerline - 0.3

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

- Python
Published by fitodic over 8 years ago