Serialtiles files are commonly gzipped, and compress very effectively. So a serialtiles file with 3m tiles in it may compress from 750MB into a 50MB gzipped archive.
We need to gunzip these files and either
continue breaking into parts every 100MB
break into parts based on the number of tiles (i.e. the number of lines) in the file
Serialtiles files are commonly gzipped, and compress very effectively. So a serialtiles file with 3m tiles in it may compress from 750MB into a 50MB gzipped archive.
We need to gunzip these files and either