mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
a62cd84489
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
4 lines
295 B
Text
4 lines
295 B
Text
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.
|