Add a more explicit note about the dependency on GeoPandas.

This commit is contained in:
Anthony Tuininga 2018-04-30 13:12:06 -06:00
parent a883ff0f7d
commit d62c20bc1f
1 changed files with 2 additions and 1 deletions

View File

@ -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