summaryrefslogtreecommitdiffstats
path: root/gis/geopandas/README
diff options
context:
space:
mode:
Diffstat (limited to 'gis/geopandas/README')
-rw-r--r--gis/geopandas/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/gis/geopandas/README b/gis/geopandas/README
new file mode 100644
index 0000000000..89fa9b47f9
--- /dev/null
+++ b/gis/geopandas/README
@@ -0,0 +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.