From d62c20bc1f53789b7af57b7999d2b214111df7ab Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Mon, 30 Apr 2018 13:12:06 -0600 Subject: [PATCH] Add a more explicit note about the dependency on GeoPandas. --- samples/SpatialToGeoPandas.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/SpatialToGeoPandas.py b/samples/SpatialToGeoPandas.py index 4dd5076..49094ad 100644 --- a/samples/SpatialToGeoPandas.py +++ b/samples/SpatialToGeoPandas.py @@ -18,7 +18,8 @@ # is being used to combine and work with geospatial data from numerous # additional sources such as files and web services. # -# This script requires cx_Oracle 5.3 and higher. +# This script requires cx_Oracle (5.3 and higher) as well as GeoPandas and its +# dependencies (see http://geopandas.org/install.html). #------------------------------------------------------------------------------ from __future__ import print_function