AWS Sagemaker Classic Studio - "//data/VV : No such file or directory" #509
Replies: 2 comments 7 replies
-
Hmm I actually hadn't heard of Sagemaker until now. How does the environment installation work? One likely reason is from GDAL changing how the driver installation works when you install through conda. To read those SLC files, you also need https://anaconda.org/conda-forge/libgdal-netcdf (and possibly https://anaconda.org/conda-forge/libgdal-hdf5 ) to be installed |
Beta Was this translation helpful? Give feedback.
-
Sagemaker is a Jupyter Lab environment which all dependencies are setup using a Dockerfile. Right now i'm using a python-gdal-hf5 (https://hub.docker.com/r/donmichael/python-gdal-hdf5) as my base and installing the remainder python requirements using pip. I think all the requirements might be fine since i can open an read data when importing gdal from osgeo or using gdalinfo. I'm gonna try using a conda base image to setup the environment with the dependencies you mentioned and try again. |
Beta Was this translation helpful? Give feedback.
-
Hello all,
I'm trying to run the basic walkthrough in AWS Sagemaker Classic Studio but i'm facing some issues while trying to execute the dolphin "run" command.
When checking the files with gdalinfo or even importing gdal from osgeo, i can see the metadata for the files and the subdatasets associated with it:
When executing the dolphin "run", i get a RuntimeError stating that gdal was not able to find the subdataset "//data/VV".
Did anyone had this error before or anything related to AWS Sagemaker Classic Studio?
Thanks!
** Here is how the environment is setup:
Beta Was this translation helpful? Give feedback.
All reactions