gabrieltseng / pycrop-yield-prediction

A PyTorch Implementation of Jiaxuan You's Deep Gaussian Process for Crop Yield Prediction
MIT License
175 stars 61 forks source link

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

Open SaiDeepthiYeddula opened 4 years ago

SaiDeepthiYeddula commented 4 years ago

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.

rongtongxueya commented 1 year ago

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