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
When using the earthdata module in Python, the code will warn the user when the maximum number of resources is reached and the results are truncated. But with the server side code, that message never reaches the user, and the results are silently truncated.
The code needs to be fixed to return an alert to the user that the number of resources has been truncated.
The text was updated successfully, but these errors were encountered:
When using the
earthdata
module in Python, the code will warn the user when the maximum number of resources is reached and the results are truncated. But with the server side code, that message never reaches the user, and the results are silently truncated.The code needs to be fixed to return an alert to the user that the number of resources has been truncated.
The text was updated successfully, but these errors were encountered: