MODIS time series extraction hitting rate limit? #231
ethanshafron
started this conversation in
General
Replies: 1 comment
-
Thanks for opening up this discussion. Do you happen to have a stacktrace available that shows the rate limiting? As for getting around that, I think you have a couple options:
Let me know if you have any follow-up questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks!
I am working on a project that involves getting moving window sums of MODIS GPP for around 1500 small bounding boxes across the globe. So far I have been getting this data by going through the STAC endpoint for a given bounding box, and iterating through each item returned by an item search. This is quite slow and difficult to scale up without hitting rate limits extremely quickly. I have access to a computing cluster as well, and have been trying to parallelize this process, but it seems like the bottleneck for that is still rate limits. Currently I'm going through the STAC endpoint. I have recently been looking more into using GeoParquet assets to bulk-extract data, but haven't found any concrete examples online of what that might look like. Any suggestions or guidance for how to scale this up would be greatly appreciated!
So far I've really enjoyed working with the platform, and truly appreciate all the open-source contributions you all have made!
Beta Was this translation helpful? Give feedback.
All reactions