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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: