You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've splitted zip file into multiple via split to fit kaggle limit of 20Gb. You can use cat to merge all of them, e.g. cat train_tier_1_tiles_1024_z19.zip.parta* > train_tier_1_tiles_1024_z19.zip. Try both, merge downloaded files into one and then unzip or unzip and then merge.
Hi
Are the zip files downloaded from Kaggle meant to be extracted with a simple
unzip
command?Following the instructions in the README, three zip files are downloaded with:
I then ran
unzip '*.zip'
but this only produced three files, with which I don't know what to do with:file train_tier_1_tiles_1024_z19.zip.partaa
gives:I've also tried
zip -FF
in case the data is corrupted, as well as extracting withjar
, but have not been able to go beyond these*.parta*
files.Any ideas? Thanks
The text was updated successfully, but these errors were encountered: