Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codelijsten via uitwissel formaat zijn niet consistent met catalogus #113

Open
sjaakd opened this issue Jun 10, 2020 · 1 comment
Open

Comments

@sjaakd
Copy link

sjaakd commented Jun 10, 2020

Type issue

Implementatie

Waar

Berichtencatalogus vs Catalogus

Samenvatting

Afwijkingen tussen het aangeboden brondocument en het opgeslagen registratie object leidt tot verwarring in foutboodschappen en de inhoud van de refcode service.

Bijvoorbeeld, aangeboden:
http://www.opengis.net/def/nil/OGC/0/AboveDetectionRange
De business validatie geeft als fout: groterDanLimietwaarde, waarde is niet correct: komt niet voor in de codelijst.

Beschrijving

Oplossingsrichting

Trek waardes gelijk.

@weeginkjw
Copy link

Een soortgelijke bevinding: typfouten in de href-verwijzing:

Een typo in een href-verwijzing resulteert - terecht - in een foutmeldingen, maar de formulering is niet voldoende to-the-point.

Fouten en foutmeldingen zijn b.v.

Casus 1:

  • <wml2:processType xlink:href="http://www.opengis.net/def/waterml/2.0/**ProcessType**/Algorithm"/> (moet zijn processType dus met lower case)
  • response: Observatieproces.procestype (ObservationProcess.processType) = Algorithm waarde is niet correct: komt niet voor in de codelijst.
  • opmerking: "Algorithm" is wel correct, de response is verwarrend

Casus 2:

  • wml2:MeasurementTVP.... swe:codeSpace xlink:href="urn:bro:gld:statusQualityControl"/> (moet zijn StatusQualityControl dus met upper case)
  • response: Metadata tijdmeetwaardepaar.status kwaliteitscontrole (TVPMeasurementMetadata.statusQualityControl) gegeven ontbreekt.
  • opmerking: het gegeven is niet echt afwezig, de response is verwarrend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants