diff options
Diffstat (limited to 'gis/geopandas/README')
-rw-r--r-- | gis/geopandas/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gis/geopandas/README b/gis/geopandas/README new file mode 100644 index 000000000000..728f20bca7b3 --- /dev/null +++ b/gis/geopandas/README @@ -0,0 +1,4 @@ +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. |