Skip to content

Downloading using ee_to_csv slow/breaks #484

Answered by giswqs
Akramz asked this question in Q&A
Discussion options

You must be logged in to vote

This is more likely a computation issue rather than a download issue. It seems you are doing some computationally intensive analysis at the global scale. If the year_aggregates() function fails to generate the resulting FeatureCollection for a certain year, the ee_to_csv function will certainly fail to download it. One way to test this is to add the resulting FeatureCollection to the map. If it can't be added to the map or used with .getInfo(), it can't be downloaded either. If this is the case, consider reducing the computation by using a larger scale value and simpler geometries. FAO countries and US Census data are complicated geometries with numerous vertices, which can often cause co…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@giswqs
Comment options

Answer selected by giswqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants