Unified DataQuality{Dict,Flag}.query method
This PR implements a new unified DataQuality{Dict,Flag}.query()
method.
The old query()
method is renamed to query_segdb()
, and the new method selects either query_segdb()
or query_dqsegdb
depending on the value of the url
kwarg.
This fixes #54 (closed).