Luke LashleyHow to Efficiently use Shapely in Python for spatial operations such as intersectionsShapely is the largest Python package for spatial operations. It used to share that title with a few other packages such as PyGeos, but as…Sep 8
Gamze Ç.Spatial Data Analysis: ShapelyI introduce the python shapely library for manipulating polygons.Dec 4, 20231
Justin SwansburgA New Way To Visualize Lift Charts with Shapely ValuesInventive new technique to combine Shapely value explanations with your lift charts to enhance model explainabilityMar 26, 2023Mar 26, 2023
Koyel ChakrabortyCreate Geospatial Data using Vector Geometries: An Introduction to Python ShapelyIt’s 2023, should we still depend on GIS softwares for vector data? Let’s learn Shapely to create instant geometries using Python.Feb 8, 2023Feb 8, 2023
InTowards Data SciencebyJohannes BeetzHow to generate Roman style mosaics with PythonAncient mosaics are assembled from small pieces of hard material like marble, glass or limestone. This choice of material results in…Apr 11, 20215Apr 11, 20215
Luke LashleyHow to Efficiently use Shapely in Python for spatial operations such as intersectionsShapely is the largest Python package for spatial operations. It used to share that title with a few other packages such as PyGeos, but as…Sep 8
Gamze Ç.Spatial Data Analysis: ShapelyI introduce the python shapely library for manipulating polygons.Dec 4, 20231
Justin SwansburgA New Way To Visualize Lift Charts with Shapely ValuesInventive new technique to combine Shapely value explanations with your lift charts to enhance model explainabilityMar 26, 2023
Koyel ChakrabortyCreate Geospatial Data using Vector Geometries: An Introduction to Python ShapelyIt’s 2023, should we still depend on GIS softwares for vector data? Let’s learn Shapely to create instant geometries using Python.Feb 8, 2023
InTowards Data SciencebyJohannes BeetzHow to generate Roman style mosaics with PythonAncient mosaics are assembled from small pieces of hard material like marble, glass or limestone. This choice of material results in…Apr 11, 20215
Gabriel Isaac RamoleteUnlocking location intelligence through geospatial analysis: an introductory guide (Part 1)Special thanks to Adnan Dehghani and Dustin Reyes for their help in writing this post.Dec 26, 20221
InLevel Up CodingbyMatic LubejSolving the Broken Chessboard Puzzle with a Genetic AlgorithmA Python implementation for the curious kindApr 26, 2020
Agustí Pere Figueras RomeroInstalling Shapely (with PROJ 8.0.0) and Openoffice on a Docker ContainerHere is a simple example how to incorporate Shapely (including PRJ 8.0.0) as well as OpenOffice on a Jupyter-lab container via Dockerfile…Jun 28, 2022