SaaSHub helps you find the best software and product alternatives Learn more →
Shapely Alternatives
Similar projects and alternatives to Shapely
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
-
gdal
GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
-
-
-
AppSignal
AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
-
-
-
-
-
-
django-countries
A Django application that provides country choices for use with forms, flag icons static files, and a country field for models.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Shapely discussion
Shapely reviews and mentions
-
Scratching the Itch, Paying the Debt: How Community Keeps Legacy Open Source Projects Alive
As FastKML evolved, it depended on Shapely for geometry handling, an excellent library, but one that required C extensions and added installation complexity. That led to the birth of PyGeoIf, a pure Python implementation of basic geospatial objects. PyGeoIf aimed to serve as a lightweight, dependency-free substitute for Shapely when users didn’t need all of its advanced geometry operations. The API mirrored Shapely’s closely, making migration as simple as replacing
-
Object oriented programming in GiS
https://github.com/shapely/shapely First paragraph of readme agrees w/ me
-
I used Python to control a custom stop-motion animation drawing machine
The frames' vector data is generated using a sketch made with my vsketch framework (it involves loading GeoJSON data, processing it with Shapely, and projecting it in 3D with NumPy).
-
GIS Developer career path
As has been said the definition of a GIS dev is far from written in stone, but to chime in from a personal standpoint: most of what I do is data wrangling/analysis with shapely/geopandas for vectors (or pygeos / fiona for performance when data volumes get large, but seeing as Shapely 2.0 just got released one can likely skip this part) + rasterio for rasters as well as parallelising these tasks for performance if needed (ray is great for that) and then performing machine learning learning against the data (mostly with sklearn and torch).
- shapely 2.0b1 released
-
Using QGIS Processing Toolbox in an Independent Application?
geopandas and the underlying geometry library shapely provide an alternative to the majority of the basic GIS functionality of qgis. See e.g. https://autogis-site.readthedocs.io/en/latest/ for a tutorial for the basics of these libraries.
- Shapely 1.8.0 released
- Trouble interpreting traceback from attempting to use DeepLabCut
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Sep 2026
Stats
shapely/shapely is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of Shapely is Python.