Extension Locationgroup


Extension Basics

Title
Locationgroup
Name
ckanext-locationgroup
Type
Public extension
Description
CKAN plugin for grouping datasets into countries. Forked from https://github.com/aptivate/ckanext-mapactionevent
CKAN versions
Download-Url (zip)
Last commit
6 years ago (2019-12-04 12:59:55)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: https://travis-ci.org/aptivate/ckanext-locationgroup.svg?branch=master :target: https://travis-ci.org/aptivate/ckanext-locationgroup

.. image:: https://coveralls.io/repos/aptivate/ckanext-locationgroup/badge.svg :target: https://coveralls.io/r/aptivate/ckanext-locationgroup

.. image:: https://pypip.in/download/ckanext-locationgroup/badge.svg :target: https://pypi.python.org/pypi//ckanext-locationgroup/ :alt: Downloads

.. image:: https://pypip.in/version/ckanext-locationgroup/badge.svg :target: https://pypi.python.org/pypi/ckanext-locationgroup/ :alt: Latest Version

.. image:: https://pypip.in/py_versions/ckanext-locationgroup/badge.svg :target: https://pypi.python.org/pypi/ckanext-locationgroup/ :alt: Supported Python versions

.. image:: https://pypip.in/status/ckanext-locationgroup/badge.svg :target: https://pypi.python.org/pypi/ckanext-locationgroup/ :alt: Development Status

.. image:: https://pypip.in/license/ckanext-locationgroup/badge.svg :target: https://pypi.python.org/pypi/ckanext-locationgroup/ :alt: License

=============

ckanext-locationgroup

.. Put a description of your extension here: What does it do? What features does it have? Consider including some screenshots or embedding a video!

API usage examples, query by group_type using the ‘type’ parameter:

List all location groups:

$ curl -q ‘http://ckan.localdomain/api/3/action/group_list?limit=10&type=location’

Note that group IDs must be unique across all types due to default CKAN schema.


Requirements

For example, you might want to mention here which versions of CKAN this extension works with.


Installation

.. Add any additional install steps to the list below. For example installin

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
locationgroup
CKAN Settings (ckan.ini)
# ckanext.locationgroup.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions