You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we've recently discussed during an earthaccess hack day, I'm going to create an issue in the python_cmr library for implementing this functionality upstream, so we don't duplicate the functionality here.
If we are querying hundred of thousands of granules, we need to handle them in a more efficient way, perhaps implementing an iterator like
This idea is that we'll only load the current page into memory instead of the whole number of granules in a collection query.
The text was updated successfully, but these errors were encountered: