You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sis.apache.org by "Martin Desruisseaux (Jira)" <ji...@apache.org> on 2022/12/07 18:58:00 UTC

[jira] [Updated] (SIS-394) Implement data quality (ISO 19157) in metadata package

     [ https://issues.apache.org/jira/browse/SIS-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Desruisseaux updated SIS-394:
------------------------------------
    Issue Type: New Feature  (was: Task)

> Implement data quality (ISO 19157) in metadata package
> ------------------------------------------------------
>
>                 Key: SIS-394
>                 URL: https://issues.apache.org/jira/browse/SIS-394
>             Project: Spatial Information Systems
>          Issue Type: New Feature
>          Components: Metadata
>    Affects Versions: 0.5, 0.6, 0.7, 0.8, 1.0, 1.1, 1.2
>            Reporter: Martin Desruisseaux
>            Assignee: Martin Desruisseaux
>            Priority: Major
>             Fix For: 1.3
>
>
> Interfaces in the following packages were used to be defined in ISO 19115 standard published in 2003:
> * {{org.opengis.metadata.quality}}
> * {{org.apache.sis.metadata.iso.quality}} (as a consequence of above {{….opengis.…}} interfaces)
> But in the revision published in 2014, most types about data quality have been removed from ISO 19115 and moved to another standard, ISO 19157. This standard upgraded the data quality model with new classes and properties, but those changes are not yet reflected in our Java API. We should update the {{….quality}} packages with this new model, otherwise our upgrade to the new ISO 19115:2014 model is not complete.
> The fact that quality part is missing can be seen by looking at classes in the above-cited Apache SIS quality metadata package, for example {{AbstractElement}}, {{DefaultDataQuality}} and {{DefaultQuantitativeResult}} classes: all getter methods with the following annotation annotation are properties that were removed or moved elsewhere, but for which we have not yet determined the replacement. Those methods are not yet deprecated for that reason, but would be deprecated once this SIS-394 task is done.
> {code:java}
> @XmlElement(…, namespace = LegacyNamespaces.GMD)
> public Foo getFoo() {…}
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)