natcap / geometamaker

https://geometamaker.readthedocs.io/en/latest/
Apache License 2.0
2 stars 1 forks source link

Different keyword categories #47

Open empavia opened 6 days ago

empavia commented 6 days ago

Stamen (our UI/UX contractors) have requested that we look into splitting the keywords for locations and other items. For example, have a subset of keywords to represent "place" (global, country names, etc.) vs standard keywords for everything else. It appears there is not an easy way to do this by modifying lists in set_keywords(). I believe this would be similar to keyword themes in the MCF and other metadata formats.

davemfish commented 5 days ago

We could do keyword categories. We could also simply make another section -- not nested within keywords -- called place or geography or something, to hold the placenames.

I'm also curious about the process for determining the placenames to use. Is that something geometamaker ought to help with?

empavia commented 5 days ago

I like the idea of creating another section to hold placenames.

Right now the process is just up to the discretion of the metadata creator. However, I will be reviewing keywords and placenames before uploading data to the catalog. Not sure how geometamaker can help with it directly, unless you have a particular idea?

davemfish commented 4 days ago

I like the idea of creating another section to hold placenames.

Right now the process is just up to the discretion of the metadata creator. However, I will be reviewing keywords and placenames before uploading data to the catalog. Not sure how geometamaker can help with it directly, unless you have a particular idea?

Cool. I don't have any great ideas. Something like reverse-geocoding comes to mind. Since we know the location of the data, we could lookup some placenames associated with it. But that gets very complicated since we're dealing with areas and not simple points. So it's probably best for a human to add the placenames.