geopandas 0.10.1


pip install geopandas==0.10.1

Project Links

Meta
Author: GeoPandas contributors
Requires Python: >=3.7

Classifiers

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 2 Python 3
any

Files in release

Extras: None
Dependencies:
pandas (>=0.25.0)
shapely (>=1.6)
fiona (>=1.8)
pyproj (>=2.2.0)