Extension Harvester Data Qld Geoscience


Extension Basics

Title
Harvester Data Qld Geoscience
Name
ckanext-harvester-data-qld-geoscience
Type
Public extension
Description
A CKAN extension for custom harvesting implementations for Data.Qld
CKAN versions
Download-Url (zip)
Last commit
11 months ago (2025-02-20 04:46:06)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-harvester-data-qld-geoscience

A CKAN extension to implement custom harvesting requirements for Data.Qld.

Installation

  • Activate your virtual environment
. /usr/lib/ckan/default/bin/activate
  • Install the extension
pip install 'git+https://github.com/qld-gov-au/ckanext-harvester-data-qld-geoscience.git#egg=ckanext-harvester-data-qld-geoscience'

Note: If you prefer, you can download the source code as well and install in ‘develop’ mode for easy editing. To do so, use the ‘-e’ fla g:

pip install -e 'git+https://github.com/qld-gov-au/ckanext-harvester-data-qld-geoscience.git#egg=ckanext-harvester-data-qld-geoscience'
  • Modify your configuration file (generally in /etc/ckan/default/production.ini) and add harvest and harvester_data_qld_geoscience in the ckan.plugins property.
ckan.plugins = <OTHER_PLUGINS> harvest harvester_data_qld_geoscience

Tests

  • Make sure that you have latest versions of all required software installed:

  • Build the test container:

CKAN_VERSION=2.10 bin/build.sh
  • Run tests:
bin/test.sh
bin/test.sh
Version
0.1.0
Version release date
2024-12-16
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
  • Activate your virtual environment
. /usr/lib/ckan/default/bin/activate
  • Install the extension
pip install 'git+https://github.com/qld-gov-au/ckanext-harvester-data-qld-geoscience.git#egg=ckanext-harvester-data-qld-geoscience'

Note: If you prefer, you can download the source code as well and install in ‘develop’ mode for easy editing. To do so, use the ‘-e’ fla g: “` pip install -e ‘git+https://github.com/qld-gov-au/ckanext-harvester-data-qld-geoscience.git#egg=ckane

Plugins to configure (ckan.ini)
OTHER_PLUGINS
CKAN Settings (ckan.ini)
# CKAN_VERSION=2.10 bin/build.sh
# ckan.plugins = <OTHER_PLUGINS> harvest harvester_data_qld_geoscience
DB migration to be executed
(not set)
<< back to Extensions