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
right now erddap_query.get_coordinates only looks to see if there is data or not. It would be nice to collect a set amount of coordinates if they are available.
say if df_coords.shape[0] < 10,000. If we have less than 10,000 coordinates, keep searching for more data.
The text was updated successfully, but these errors were encountered:
right now erddap_query.get_coordinates only looks to see if there is data or not. It would be nice to collect a set amount of coordinates if they are available.
say if df_coords.shape[0] < 10,000. If we have less than 10,000 coordinates, keep searching for more data.
The text was updated successfully, but these errors were encountered: