shapely
Package — GeospatialPython 3.7+Advanced
Geometric objects and operations (points, lines, polygons)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy (GEOS C library bundled)
- Install
pip install shapely
Learn by Difficulty
Quick Example
python
# Install: pip install shapely import shapely # Basic shapely usage print(f"Using shapely") # See documentation for detailed examples
shapely is a third-party package. Geometric objects and operations (points, lines, polygons). Install with: pip install shapely
Try in PlaygroundTags
packagegeospatialmappinggis