steingod / mdharvest

Metadata harvesting
GNU General Public License v2.0
2 stars 3 forks source link

add extraction of CF standard names #26

Closed ferrighi closed 2 months ago

ferrighi commented 5 months ago

Add extraction of CF standard names to be added to mmd keywords for CFSTDN vocabulary. It could be done with or without validation. Validation might slow down the process if connection to the vocab API is needed, alternatively we could have a local dump of valid names that can be used to validate. This dump can be updated from command line when needed.

ferrighi commented 2 months ago

This is now included from #27