diff options
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 728f20bca7b3d..89fa9b47f9f37 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. |