summaryrefslogtreecommitdiffstats
path: root/gis/geopandas/README
blob: 89fa9b47f9f3703c0116467e6593da52f2e54f4c (plain)
1
2
3
4
5
GeoPandas is a project to add support for geographic data to
pandas objects. It currently implements GeoSeries and GeoDataFrame
types which are subclasses of pandas.Series and pandas.DataFrame
respectively. GeoPandas objects can act on shapely geometry objects
and perform geometric operations.