Extension EDC Harvester


Extension Basics

Title
EDC Harvester
Name
ckanext-edc
Type
Public extension
Description
A harvester extension for CKAN that supports harvesting from EDC (Environmental Data Catalogue) sources with support for old and new catalog formats.
CKAN versions
Download-Url (zip)
Last commit
2 years ago (2024-01-28 07:25:21)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

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.

Version
0.1.0
Version release date
2024-01-28
Contact name
kkakui
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Requires ckanext-harvest extension. Add ‘edc_harvester’ to ckan.plugins. Create harvest sources using the EDC Harvester type in CKAN’s harvest management interface.

Plugins to configure (ckan.ini)
edc_harvester
CKAN Settings (ckan.ini)
# No specific configuration options documented
DB migration to be executed
(not set)
<< back to Extensions