python-Shapely
Shapely is a Python package for manipulation and analysis of 2D geospatial geometries. It is based on GEOS http://geos.refractions.net). Shapely 1.0 is not concerned with data formats or coordinate reference systems. esponsibility for reading and writing data and projecting coordinates is left to other packages like WorldMill and pyproj.
- Devel package for openSUSE:Factory
-
6
derived packages
- Links to openSUSE:Factory / python-Shapely
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Application:Geo/python-Shapely && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000149 149 Bytes | |
python-Shapely.changes | 0000022914 22.4 KB | |
python-Shapely.spec | 0000002926 2.86 KB | |
shapely-2.0.1.tar.gz | 0000275535 269 KB |
Revision 32 (latest revision is 47)
Benjamin Greiner (bnavigator)
committed
(revision 32)
- Update to 2.0.1 ## Bug fixes: * Fix regression in the Polygon() constructor taking a sequence of Points (#1662). * Fix regression in the geometry constructors when passing decimal.Decimal coordinate values (#1707). * Fix STRtree() to not make the passed geometry array immutable as side-effect of the constructor (#1714). * Fix the directed keyword in shapely.ops.linemerge() (#1695). ## Improvements: * Expose the function to get a matplotlib Patch object from a (Multi)Polygon (without already plotting it) publicly as :func:shapely.plotting.patch_from_polygon (#1704). - Release 2.0.0 * Shapely version 2.0.0 is a major release featuring a complete refactor of the internals and new vectorized (element-wise) array operations providing considerable performance improvements (based on the developments in the PyGEOS package), along with several breaking API changes and many feature improvements. - Full release notes and detailed description: * https://shapely.readthedocs.io/en/latest/release/2.x.html
Comments 0