slackbuilds_ponce/gis/geopandas/README
isaackwy 743a369c72 gis/geopandas: Update for 1.0.1 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-07-15 10:50:46 +07:00

7 lines
351 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.
geopy is an optional dependency for geocoding support.