gabrieltseng / pycrop-yield-prediction

A PyTorch Implementation of Jiaxuan You's Deep Gaussian Process for Crop Yield Prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIGER/2018/Counties: When exporting, county '185' image file splitted into multiple tiles due to its large size

SaiDeepthiYeddula opened this issue · comments

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.

same question.I also encountered this problem when downloading images before. If you have any good suggestions on this problem, please let me know