summaryrefslogtreecommitdiffstats
path: root/gis/geopandas/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/geopandas/README')
-rw-r--r--gis/geopandas/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/gis/geopandas/README b/gis/geopandas/README
new file mode 100644
index 0000000000..728f20bca7
--- /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.