ioos / pyoos

A Python library for collecting Met/Ocean observations
GNU Lesser General Public License v3.0
34 stars 33 forks source link

Why isn't bbox filtering working in this CO-OPS SOS notebook? #27

Closed rsignell-usgs closed 10 years ago

rsignell-usgs commented 10 years ago

@kwilcox, I'm trying to filter the CO-OPS collection by bounding box, but I"m getting the same number of station IDs before and after filtering, so what am I doing wrong? Check out cell [7] and [8] in this notebook: http://nbviewer.ipython.org/github/rsignell-usgs/notebook/blob/master/CSW/IOOS_NY_Inundation.ipynb

They both report 1015 datasets.

-Rich

daf commented 10 years ago

BBOX filtering is not done for SOS: https://github.com/asascience-open/pyoos/blob/master/pyoos/collectors/ioos/swe_sos.py#L37-L42

birdage commented 10 years ago

@daf we should re-look at this again at some point