cioos-siooc / ckan

CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers datahub.io, catalog.data.gov and europeandataportal.eu/data/en/dataset among many other sites.
http://ckan.org/
Other
2 stars 4 forks source link

EOV switch from camelCase to regular text #147

Closed n-a-t-e closed 2 years ago

n-a-t-e commented 2 years ago

We have been using camelCase for the EOVs in our XML files. if another organization wants to harvest our XML dataset they would expect to receive keywords in plain text with spaces instead of camel case. It would be good to add support for the full EOV titles, if this isn't already supported by CKAN.

See GOOS EOVs list: https://www.goosocean.org/index.php?option=com_content&view=article&layout=edit&id=283&Itemid=441 . Note that Nitrous is misspelled Nitrus in this list.

See https://github.com/cioos-siooc/metadata-entry-form/issues/152

fostermh commented 2 years ago

great. ckan already matches on the title or camelcase value so I think we are good. the match is not case-sensitive. Note the match is on English keywords only as it was decided long ago that 'eov' was not a translated field.

n-a-t-e commented 2 years ago

Great! then I will close this issue on the CKAN side.