OpenGeoMetadata / metadata-issues

Working space for metadata issues, development, and discussions
Apache License 2.0
2 stars 0 forks source link

Refine Theme values #19

Closed kgjenkins closed 2 years ago

kgjenkins commented 2 years ago

Currently, the Aardvark schema uses ISO Topic Categories with only a minor change: "that the terms are capitalized and spaced for better readability." The suggested values are listed here

I would like to propose going just a bit further to improve the user experience:

We've been happily using these modified topic categories for many years in CUGIR (listed on the home page) and https://geolode.org/

If we were to use such modified terms, I'd suggest simply calling them "Categories" or "Topics" rather than "ISO Topic Categories", since they have been altered.

kgjenkins commented 2 years ago

I just added D2 above (to keep the whole proposal together)

karenmajewicz commented 2 years ago

I agree that these changes would improve user experience, but might not be straightforward for everyone to implement in their current ISO or FGDC to GBL workflows?

Maybe this is an opportunity to use a linked data strategy. We could have the dcat_theme_sm field values be selected from a code list that correspond to the ISO topic categories. Then, a configuration file would determine the spelling and display. There are so many different ways people write out the ISO categories, especially across continents. And, I don't know that users find them all that helpful anyways...

kgjenkins commented 2 years ago

Putting the full originial ISO term like "climatologyMeteorologyAtmosphere" in the GBL metadata and then using GBL config to show a nice label could work except in the case of D/D2 splitting "imageryBaseMapsEarthCover" into 3 separate categories, which I acknowledge would be tricky to automate.

It's unfortunate that that category was defined by ISO to conflate 3 very different types of data. If I'm looking for imagery, I certainly don't want a cartographic base map or landcover polygons...

kgjenkins commented 2 years ago

And if we want searching to work, then having "imageryBaseMapsEarthCover" in the solr record isn't going to match a search for "basemaps".

rmseifried commented 2 years ago

FYI the Aardvark documentation has been migrated to this page: ISO Topic Category

rmseifried commented 2 years ago

In the Metadata Interest Group meeting today (11/4/21) we agreed:

Some topics that were raised, but not decided:

Still to do:

rmseifried commented 2 years ago

Resumed discussion in the Metadata Interest Group meeting today (12/2/21). See the proposed changes for the newly renamed Theme field here:

We couldn't think of any particular items that would be orphaned by the changes we made to the controlled vocab; however, items tagged as "imageryBaseMapsEarthCover" will need to be parsed out into either "Imagery" or "Land Cover" (or another field as appropriate). Base maps can be described using the Resource Type field (see the related issue here).

The proposed changes are ready to be brought to the GB community for discussion before implementing on the OpenGeoMetadata website.

rmseifried commented 2 years ago

Re: whether to rename field as "theme", code in v.4.0.0.alpha of GeoBlacklight references the field as "ISO_TOPIC_CATEGORY" in several files (settings.yml, _home_text.html.erb, catalog_controller.rb)

karenmajewicz commented 2 years ago

This has been implemented into the official documentation on opengeometadata