diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:40:16 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 14:40:16 -0400 |
commit | f66308896b2d2fe768cd46022b29dec46c9e0f1c (patch) | |
tree | 942ab19267dcdf91199b03c76eeb976c2b5923b7 /gis | |
parent | 78c0f8e8600f23aa3b43fbfd5362066670dfaa9a (diff) |
gis/geopandas: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'gis')
-rw-r--r-- | gis/geopandas/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gis/geopandas/README b/gis/geopandas/README index 728f20bca7b3..89fa9b47f9f3 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. |