Extension Climate Tagger


Extension Basics

Title
Climate Tagger
Name
ckanext-climate-tagger
Type
Public extension
Description
Provides suggested tags for climate compatible content using the reegle Climate Tagger API with support for multiple languages.
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-03-11 15:20:15)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

ckanext-climate-tagger

The reegle Climate Tagger CKAN Extension provides suggested tags for climate compatible content (for CKAN) by introducing an additional field to the add/edit resource form that displays suggested tags from the Climate Tagger API hosted by reegle.

Make your CKAN open government data more easily searchable by leveraging the standardized taxonomy of tags provided by the Climate Tagger tags.

Current status: beta

Features

  • Climate Tagger tags available in English, French, Spanish, Portuguese and German
  • Ability to configure the relevance threshhold for tags returned by the Climate tagger API
  • Clean separation from existing tags fields allows users to manually input their own tags

Installation

  1. Clone the repository: git clone https://github.com/REEEP/ckanext-climate-tagger.git

  2. Activate your CKAN virtualenv: . /usr/lib/ckan/default/bin/activate

  3. Install the extension: cd /usr/lib/ckan/default/src/ckanext-climate-tagger python setup.py develop

  4. Add climate_tagger to ckan.plugins in your CKAN config file.

Configuration

  1. Create a free account at http://api.reegle.info/register
  2. Register an API token at http://api.reegle.info/dashboard/sources
  3. Configure your API token in the extension’s JavaScript file

More information about the tagging API: http://api.reegle.info/

Version
0.1.0
Version release date
2014-01-29
Contact name
REEEP
Contakt email
Contact Url


Installation Guide

Configuration hints

Requires registration at api.reegle.info for API token. Configure token in ckanext-reegle-tagging.js file.

Plugins to configure (ckan.ini)
climate_tagger
CKAN Settings (ckan.ini)
# Configure API token in ckanext-reegle-tagging.js:
# var reegle = {
#   apiUrl: 'http://api.reegle.info/service/extract',
#   authToken: 'your-auth-token-here!!'
# };
DB migration to be executed
(not set)
<< back to Extensions