Hello all
NOAA has an interesting wiki about ISO 19115 which is worth mentioning:
https://geo-ide.noaa.gov/wiki/index.php?title=Category:ISO_19115
As you can see, ISO 19115 is big. In an effort to help a little bit the
users, I added in every "org.apache.metadata.iso" package two
hierarchical tree. The first one is the classical inheritance tree, but
in the particular case of ISO 19115 it is not always useful. The second
one is an "aggregation tree" showing which class contains other class.
This is often a more helpful view of those metadata objects. However
because the same classes are often referenced in many classes, there is
many different ways we could express the "aggregation tree". I tried to
select what I though may be the "most natural" one for a scientist
trying to describe his data, but I may be wrong. Feedbacks from anyone
having experience in describing geophysics data would be highly appreciated.
Example:
https://builds.apache.org/job/sis-trunk/site/apidocs/org/apache/sis/metadata/iso/spatial/package-summary.html#package_description
Click on "Prev package" or "Next package" at the top of the page for
seeing other trees.
Martin