Skip to content

Timeout error when pulling NLDAS data. #42

Answered by cheginit
HenryJohnson26 asked this question in Q&A
Discussion options

You must be logged in to vote

This is a common issue when working with web services for large requests, which in your case it's quite large, considering that you're requesting 20 years of hourly data for many points. It's much more efficient to use batching, let's say 100 coords at a time, then saving the results and then concatenating them. You can pass the indices of your coords to the coords_id argument, to make concatenation easier.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HenryJohnson26
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