Skip to content

Source interactive tool  #2

Description

@Marie59

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions