ckanext-thesauri
A CKAN harvester extension for importing tags from the German Archaeological Institute (Deutsches Archäologisches Institut - DAI) thesaurus at idai.thesauri.de.
Features
- Harvests tags from the DAI thesaurus (idai.thesauri.de)
- Provides automated tag synchronization for archaeological data
- CLI command for running the harvester
Requirements
- Python 3.7, 3.8, 3.9, 3.10
- CKAN 2.9+
Installation
Install the extension:
pip install -e git+https://github.com/cuprit-gbr/ckanext-thesauri.git#egg=ckanext-thesauri
Add thesauri_harvester to your CKAN plugins:
ckan.plugins = thesauri_harvester
CLI Usage
ckan -c /etc/ckan/default/ckan.ini dai_thesauri_harvester
License
AGPL-3.0