mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
gis/geopandas: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
78c0f8e860
commit
f66308896b
1 changed files with 5 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue