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
@david-i-berry@RoryPTB clarify result.code behaviour (currently 0 for success, 1 for failure). Options:
a. keep to same behaviour (consistent with OGC error message structure, for example)
b. change to passed boolean
Currently, wis2box uses a
_meta
object microspecification as returned by data pipelines' upstream tooling (csv2bufr, synop2bufr, bufr2geojson, etc.): https://docs.wis2box.wis.wmo.int/en/1.0b4/reference/extending-wis2box.htmlThe
_meta
object should have aresult
object per https://github.com/wmo-im/csv2bufr/blob/main/csv2bufr/__init__.py#L946C14 which should be consistent across the upstream tools.result.code
behaviour (currently 0 for success, 1 for failure). Options:a. keep to same behaviour (consistent with OGC error message structure, for example)
b. change to
passed
booleanThe text was updated successfully, but these errors were encountered: