ckanext-edc
A CKAN harvester extension for Environmental Data Catalogue (EDC) sources. This extension provides harvesting capabilities to import data from EDC catalog systems into CKAN.
Features
- EDC Harvester plugin for ckanext-harvest
- Support for old and new EDC catalog formats
- Python-based implementation
Installation
Install the extension in your CKAN virtual environment:
pip install -e git+https://github.com/kkakui/ckanext-edc.git#egg=ckanext-edc
pip install -r requirements.txt
Add the harvester to your CKAN configuration:
ckan.plugins = ... edc_harvester
Requirements
This extension requires ckanext-harvest to be installed and configured.
Usage
Create a new harvest source in CKAN’s harvest management interface and select ‘EDC Harvester’ as the source type.
Note: This is a relatively new extension (2024) with limited documentation. Check the source code for implementation details.