-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
This is a low priority.
For the first integration iteration of the new coverage model, ERDDAP is doing selectors at the application layer and it's a bit inefficient but still ok.
PyDAP gets a list of selectors in the OPeNDAP query which look like:
('time', '>=', '0.0')
('time', '<=', '3.1556736E9')
('temp', '>', '5')
('temp', '<', '7')
References:
http://www.opendap.org/pdf/ESE-RFC-004v1.1.pdf