Centerline

Latest version: v1.1.0

Safety actively analyzes 613568 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.1

0.5

Added

- `MultiPolygon` support

0.4.2

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](https://github.com/fitodic/centerline/issues/14)). Thanks [mxwell](https://github.com/mxwell)!

Removed

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

0.4.1

Fixed

- Ignore the `osgeo` package when building the documentation on [readthedocs.org](https://readthedocs.org/)

0.4

Added

- Sphinx documentation

Fixed

- Add a comma to the list of development requirements

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

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.