slackbuilds_ponce/gis/geopandas/README
B. Watson f66308896b gis/geopandas: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 14:40:16 -04:00

5 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.