GisForWeb
All tools
GeoPandas logo

GeoPandas

Open Source

Python library extending pandas to allow spatial operations on geometric types.

Alternative to ArcGIS

Stars

5.3k

Last commit

today

License

BSD-3-Clause

Founded

2013

About

GeoPandas is an open source project that makes working with geospatial data in Python easier. It extends pandas datatypes to allow spatial operations on geometric types, combining the capabilities of pandas and shapely.

Features

  • GeoDataFrame extends pandas DataFrame
  • Spatial joins and overlay operations
  • Read and write many vector formats
  • Coordinate reference system transformations
  • Geometry operations powered by Shapely
  • Integrated plotting with Matplotlib