ioos / colocate

Co-locate oceanographic data by establishing constraints
MIT License
5 stars 9 forks source link

expand erddap_query.py to collect a set amount of coordinates #3

Open MathewBiddle opened 4 years ago

MathewBiddle commented 4 years ago

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.