For each major state that has county 185, it seems the image file is too large, so it got split into multiple tiles and exported as multiple different files. This problem has been mentioned in GEE developer's guide here: https://developers.google.com/earth-engine/exporting#large-file-exports
Could you please tell why it was not happening when using fusion tables and suggest any way to get this large image exported as it is without broken into multiple tiles? Or is there any way we could combine these multiple files into a single large file ?
Edit: It's because in the updated "exporting.py" file, the region is filtered by only "county id" but not by "state id" which resulted in a very large file.
For each major state that has county 185, it seems the image file is too large, so it got split into multiple tiles and exported as multiple different files. This problem has been mentioned in GEE developer's guide here: https://developers.google.com/earth-engine/exporting#large-file-exports
Could you please tell why it was not happening when using fusion tables and suggest any way to get this large image exported as it is without broken into multiple tiles? Or is there any way we could combine these multiple files into a single large file ? Edit: It's because in the updated "exporting.py" file, the region is filtered by only "county id" but not by "state id" which resulted in a very large file.