hydroshare / hydroshare-jupyterhub

The HydroShare Jupyterhub Notebook Server is an environment designed provide added value to existing HydroShare resources via interactive computational notebooks.
4 stars 6 forks source link

GDAL libraries not importing #97

Closed dtarb closed 6 years ago

dtarb commented 7 years ago

Do the following

  1. Open JupyterHub NCSA from any HydroShare Resource
  2. From the welcome notebook open the first example notebook "Raster Processing using TauDEM"
  3. Execute the first computable cell in this notebook

The line

from utilities import hydroshare, taudem

fails due to a GDAL library problem.

I believe this may be due to an update to the Anaconda environment that broke this functionality.

Castronova commented 6 years ago

resolved in #95