ckanext-timeline
Status: ARCHIVED (April 25, 2022)
A CKAN extension that provides a timeline visualization for displaying the temporal coverage of datasets. Developed for the EUDAT B2FIND metadata service.
Features
- Timeline visualization of dataset temporal coverage
- Integration with HighCharts for interactive chart rendering
- Uses Moment.js for date handling
- Visual display of dataset time ranges
Requirements
- CKAN
- HighCharts (licensed under CC BY-NC 3.0)
- Moment.js
Installation
Install the extension:
pip install -e git+https://github.com/EUDAT-B2FIND/ckanext-timeline.git#egg=ckanext-timeline
Add timeline to your CKAN plugins:
ckan.plugins = timeline
License
AGPL-3.0
Note: HighCharts is licensed separately under CC BY-NC 3.0.