Skip to content

Advanced Selectors #166

@lukecampbell

Description

@lukecampbell

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions