Unidata / siphon

Siphon - A collection of Python utilities for retrieving atmospheric and oceanic data from remote sources, focusing on being able to retrieve data from Unidata data technologies, such as the THREDDS data server.

Home Page:https://unidata.github.io/siphon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client side NCSS query validation

dopplershift opened this issue · comments

We have validate_query(). It might be nice to call this on the query before sending it to the server. This would allow us to give better error messages.

We could consider tying it a validate kwarg-only argument to get_query(), though right now I think I'd want it to default to True. There's not a lot of point in sending a query we know will fail (except for testing maybe).