ggebbie / TMI.mat

Total Matrix Intercomparison MATLAB
MIT License
0 stars 1 forks source link

`read_TMI_from_google_drive.m` fails to read #1

Open ggebbie opened 3 years ago

ggebbie commented 3 years ago

The escaped wget commands in read_TMI_from_google_drive.m sometimes fail, but the same code in read_TMI_from_google_drive.sh works from a bash shell. The command is complicated to handle Google's spam filter and the large size of the files.

ggebbie commented 2 years ago

Appears that Google Drive applies a strict filter to mat files. In project TMI.jl, I circumvented the issue by gzipping every mat file on Google Drive.