You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancements of wof/wofpy_config.py, as described in #72: wofpy_config.py will take two additional arguments (it already takes the copy-to file path): the "example" to be copied; and the deployment type (test vs "production" or test vs "server"). This also involves copying files into a "base" folder that could be hard-wired to be named wofpy, or be user-selectable. Was addressed wholly/partly in Enhancement to wof/wofpy_config.py #132?
GetSites has an empty seriesCatalog element. I don't remember if it's supposed to be there at all, or if it should be populated. But it's been like that for some time.
In GetSiteInfo* responses, VariableTimeUnits and TimeSupport are not populated, b/c they would involve querying TimeSeriesResultValues, which is not currently done in get_series_by_sitecode and get_series_by_sitecode_and_varcode
In GetValues response, check and ensure correspondence between each attribute in <value> elements and the reference attribute or element value elsewhere under the <values> element (ie, its children). For example, qualityControlLevelID. Also double check what the WaterML 1.1 specs say about this, as there were changes relative to 1.0.
In no particular order. We can open new issues as needed, as we start addressing these.
NOT DONE YET, OR IN PROGRESS
wofpy_config.py
will take two additional arguments (it already takes the copy-to file path): the "example" to be copied; and the deployment type (test vs "production" or test vs "server"). This also involves copying files into a "base" folder that could be hard-wired to be namedwofpy
, or be user-selectable. Was addressed wholly/partly in Enhancement to wof/wofpy_config.py #132?GetSites
has an emptyseriesCatalog
element. I don't remember if it's supposed to be there at all, or if it should be populated. But it's been like that for some time.DONE (as of 2017/11/18)
GetSiteInfo*
responses,Variable
TimeUnits
andTimeSupport
are not populated, b/c they would involve queryingTimeSeriesResultValues
, which is not currently done inget_series_by_sitecode
andget_series_by_sitecode_and_varcode
unit/unitCode
in some casesGetValues
response, check and ensure correspondence between each attribute in<value>
elements and the reference attribute or element value elsewhere under the<values>
element (ie, its children). For example,qualityControlLevelID
. Also double check what the WaterML 1.1 specs say about this, as there were changes relative to 1.0.The text was updated successfully, but these errors were encountered: