-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi Claudia ! I am testing the notebook locally through a docker image with a jupyterlab and I noticed some small issues that need fixing.
3. Download the index files
Run the next cell to download the index files:
user=getpass.getuser()
Local_dir='Users'+user+'/INPUT_DATA/data/index_files'
if not os.path.exists(Local_dir):
os.makedirs(Local_dir)
getIndexFiles(CMEMS_user,CMEMS_password,Local_dir,dataset)
Here the function getIndexFiles needs only 3 arguments.
info = getIndexFilesInfo(CMEMS_user, CMEMS_password, dataset, Local_dir, targeted_bbox)
Here getIndexFilesInfo needs only 4 arguments.
Maybe there's a wrong copy paste. I did not continue further down the notebook maybe this error is present afterwards also.
I suggest that concerning source interactive tool we exchange here. Does it seem okay for you ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels