ckanext-custom-dataset-metadata
Note: This plugin is no longer used and has been merged into ckanext-crc1153.
Plugin custom_dataset_type:
Added custom dataset types to CKAN datasets. Also adds a new facet section for filtering based on dataset type.
Requirements
Compatibility with core CKAN versions:
| CKAN version |
Compatible |
| 2.8 and earlier |
not tested |
| 2.9 |
Yes |
Installation
- Activate your CKAN virtual environment
- Clone and install:
git clone https://github.com/TIBHannover/ckanext-custom-dataset-metadata.git
cd ckanext-custom-dataset-metadata
pip install -e .
pip install -r requirements.txt
- Add
custom_dataset_type to ckan.plugins
- Restart CKAN
License
AGPL-3.0