Download an objet from Google Cloud Storage
path : str path to the file to download
output_path : str path to store the file
envi.gcloud.GCS.download(path='folder/file.csv', output_path='dataset.csv')
Last updated 1 year ago