5 lines
295 B
Plaintext
5 lines
295 B
Plaintext
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.
|