geopandas 1.1.0


pip install geopandas

  Latest version

Released: Jun 01, 2025

Project Links

Meta
Author: Kelsey Jordahl
Maintainer: GeoPandas contributors
Requires Python: >=3.10

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Science/Research

License
  • OSI Approved :: BSD License

Operating System
  • OS Independent

Programming Language
  • Python :: 3
  • Python :: 3 :: Only

Topic
  • Scientific/Engineering :: GIS

GeoPandas is a project to add support for geographic data to pandas objects.

The goal of GeoPandas is to make working with geospatial data in python easier. It combines the capabilities of pandas and shapely, providing geospatial operations in pandas and a high-level interface to multiple geometries to shapely. GeoPandas enables you to easily do operations in python that would otherwise require a spatial database such as PostGIS.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
numpy (>=1.24)
pyogrio (>=0.7.2)
packaging
pandas (>=2.0.0)
pyproj (>=3.5.0)
shapely (>=2.0.0)