# GeoPandas Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/geopandas
> Markdown URL: https://aitinkerers.org/technologies/geopandas.md
> Technology record last updated: 2026-03-25T04:35:43Z
> Generated: 2026-09-21T13:43:46Z

GeoPandas extends Pandas to enable spatial operations on geometric types through Shapely and Fiona integration.

GeoPandas simplifies geospatial analysis in Python by adding a geometry column to the standard DataFrame. It leverages the speed of NumPy and the spatial logic of GEOS (via Shapely) to execute complex operations like spatial joins, coordinate reference system (CRS) transformations, and geometric buffering. By wrapping the Fiona library for file access, it handles industry-standard formats like Shapefiles and GeoJSON with a single read_file() command. This toolkit is the standard for data scientists needing to perform vectorized spatial queries without the overhead of a dedicated GIS database.

- Official technology site: https://geopandas.org
- 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 &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
- [Shapely](https://aitinkerers.org/technologies/shapely) ([Markdown](https://aitinkerers.org/technologies/shapely.md)) — 1 public demo
