Extension UBDC Schema


Extension Basics

Title
UBDC Schema
Name
ckanext-ubdcschema
Type
Public extension
Description
CKAN extension implementing a custom DCAT metadata schema for the Urban Big Data Centre (UBDC) at the University of Glasgow.
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2014-11-26 15:55:23)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

ckanext-ubdcschema

A CKAN extension implementing a custom DCAT metadata schema for the Urban Big Data Centre (UBDC) at the University of Glasgow.

Features

  • Custom DCAT schema for urban big data datasets
  • IDatasetForm implementation for custom metadata fields
  • Tailored for UBDC research data management

Installation

Install the extension:

pip install -e git+https://github.com/ubdc-IT/ckanext-ubdcschema.git#egg=ckanext-ubdcschema

Add ubdc_dcatSchema to your CKAN plugins:

ckan.plugins = ubdc_dcatSchema

Author

Michael Comerford, University of Glasgow

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


Installation Guide

Configuration hints

Implements IDatasetForm for custom DCAT metadata schema. Plugin name is ‘ubdc_dcatSchema’ (note camelCase).

Plugins to configure (ckan.ini)
ubdc_dcatSchema
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions