Extension Custom Harvest


Extension Basics

Title
Custom Harvest
Name
ckanext-custom_harvest
Type
Public extension
Description
Provides customized data harvesting capabilities for CKAN with spatial query support.
CKAN versions
Download-Url (zip)
Last commit
10 months ago (2025-05-01 16:31:45)
Url to repo
Category
Cloud Infrastructure & Storage


Background Infos

Description (long)
Show details

ckanext-custom_harvest

Custom harvesting extension for CKAN that provides enhanced data harvesting capabilities.

Supports ext_bbox parameter for spatial queries.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible
2.9 yes

Installation

  1. Activate your CKAN virtual environment:

    . /usr/lib/ckan/default/bin/activate
    
  2. Clone and install:

    git clone https://github.com/OpenGov-OpenData/ckanext-custom_harvest.git
    cd ckanext-custom_harvest
    pip install -e .
    pip install -r requirements.txt
    
  3. Add custom_harvest to ckan.plugins in your CKAN config file.

  4. Restart CKAN.

License

AGPL-3.0

Version
0.1.0
Version release date
2025-01-29
Contact name
OpenGov
Contakt email
(not set)
Contact Url


Installation Guide

Configuration hints

Custom harvesting plugin with spatial query support (ext_bbox).

Plugins to configure (ckan.ini)
custom_harvest
CKAN Settings (ckan.ini)
# No additional environment variables required
DB migration to be executed
(not set)
<< back to Extensions