From f66308896b2d2fe768cd46022b29dec46c9e0f1c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 14:40:16 -0400 Subject: gis/geopandas: Wrap README at 72 columns. Signed-off-by: B. Watson --- gis/geopandas/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gis/geopandas/README b/gis/geopandas/README index 728f20bca7..89fa9b47f9 100644 --- a/gis/geopandas/README +++ b/gis/geopandas/README @@ -1,4 +1,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. +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. -- cgit v1.2.3