Top "Shapely" questions

PostGIS-ish operations outside a database context for Pythoneers and Pythonistas.

Projection of a point to a line segment Python Shapely

I have a LineString defined by two points, so essentially a straight line segment, and I wanted to project a …

python gis point projection shapely
GeoPandas: How to obtain bounding boxes for every geometry in a geodataframe

I am using GeoPandas in python and have a valid GeoDataframe of polygons. 0 POLYGON Z ((68.70999999999999 623.1 0, 35.71 6... 1 POLYGON Z ((221.33 645.02 0, 185.7 640.33 0, 1... 2 POLYGON Z ((150.3 650 0, 160.9 650 0, 150.58 6... I …

geospatial shapely geopandas
Determine if Shapely point is within a LineString/MultiLineString

I am trying to use Shapely's within function to do a 'spatial join' of a LineString and a Point file (…

python point shapely
Merging a list of Polygons to Multipolygons

I have a list of shapely polygons myList = [[<shapely.geometry.polygon.Polygon object at 0x110e09d90>], [<…

python geospatial shapely
3D Geometry Package for Python

I am trying to find a good 3D geometry library for Python that has similar operations and functionality to Shapely. …

python 3d geometry shapely