python3-shapely

GPTKB entity

Statements (37)
Predicate Object
gptkbp:instance_of gptkb:Library
gptkbp:bfsLayer 3
gptkbp:bfsParent gptkb:Debian_GIS
gptkbp:dependency gptkb:Numpy
gptkb:GEOS
gptkbp:developed_by Sean Gillies
gptkbp:example from shapely.geometry import Point
line = Line String([(0, 0), (1, 1)])
line.distance(point)
line.length
point = Point(1, 1)
point.buffer(1)
polygon = Point(0, 0).buffer(1)
polygon.area
polygon.contains(point)
polygon.intersects(point)
gptkbp:features Spatial analysis
Coordinate transformations
Geometric predicates
Geometric manipulation
Geometric operations
gptkbp:first_released 2010-01-01
gptkbp:has_documentation https://shapely.readthedocs.io/en/stable/
https://www.w3.org/2000/01/rdf-schema#label python3-shapely
gptkbp:installation pip install Shapely
gptkbp:is_maintained_by gptkb:M._J._Anderson
gptkbp:is_used_for geometric operations
gptkbp:language gptkb:Library
gptkbp:latest_version 1.8.0
gptkbp:license MIT License
gptkbp:platform Cross-platform
gptkbp:release_date gptkb:2010
2021-05-01
gptkbp:repository https://github.com/shapely/shapely
gptkbp:supports 3 D geometries
2 D geometries
gptkbp:type gptkb:project