Skip to content

ndi.cloud.download_dataset

 DOWNLOAD_DATASET download the dataset from the server

  [B, MSG] = ndi.cloud.download_dataset(DATASET_ID, OUTPUT_PATH)

  Inputs:
    DATASET_ID - The dataset ID to download
    OUTPUT_PATH - The path to download the dataset to

  Outputs:
    B - did the download work? 0 for no, 1 for yes
    MSG - An error message if the upload failed; otherwise ''