# Shapely Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/shapely
> Markdown URL: https://aitinkerers.org/technologies/shapely.md
> Technology record last updated: 2026-06-11T12:37:19Z
> Generated: 2026-09-22T15:45:57Z

Shapely is a BSD-licensed Python library designed for the precise manipulation and analysis of planar geometric objects.

Built on the C++ GEOS library (the engine powering PostGIS), Shapely provides Python developers with a clean API to perform deterministic spatial analysis without the overhead of a full geographic information system. It handles core Cartesian operations: building buffers, calculating centroids, and executing set-theoretic queries like intersections or unions across points, lines, and polygons. Because Shapely focuses strictly on geometry rather than data formats or coordinate reference systems, it integrates cleanly with broader data science tools like NumPy and GeoPandas to anchor modern geospatial pipelines.

- Official technology site: https://shapely.readthedocs.io
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Geospatial perspective on business data](https://poland.aitinkerers.org/talks/rsvp_5LV47mbsR8o)

A geospatial data pipeline that ingests and enriches US business location data from Overture Maps, combining with H3 and additional data sources to generate actionable business intelligence.

- Event context: AI Tinkerers Warsaw: GTM Engineering Track — 2026-06-24 — Poland
- Public talk page: https://poland.aitinkerers.org/talks/rsvp_5LV47mbsR8o

## Related Technologies

- [DuckDB](https://aitinkerers.org/technologies/duckdb) ([Markdown](https://aitinkerers.org/technologies/duckdb.md)) — 9 public demos
- [GeoPandas](https://aitinkerers.org/technologies/geopandas) ([Markdown](https://aitinkerers.org/technologies/geopandas.md)) — 1 public demo
- [GeoPandas &amp; Shapely](https://aitinkerers.org/technologies/geopandas-shapely) ([Markdown](https://aitinkerers.org/technologies/geopandas-shapely.md)) — 1 public demo
- [H3](https://aitinkerers.org/technologies/h3) ([Markdown](https://aitinkerers.org/technologies/h3.md)) — 2 public demos
- [Overture Maps](https://aitinkerers.org/technologies/overture-maps) ([Markdown](https://aitinkerers.org/technologies/overture-maps.md)) — 1 public demo
- [Python](https://aitinkerers.org/technologies/python) ([Markdown](https://aitinkerers.org/technologies/python.md)) — 662 public demos
