ckanext-thredds
A CKAN extension for integrating THREDDS Data Server capabilities into CKAN instances. Developed for the Climate Change Centre Austria (CCCA) data portal.
Features
- Integration with THREDDS Data Server for serving scientific datasets
- NetCDF subset creation with spatial and temporal filtering
- Support for climate and environmental data management
- Custom resource views for THREDDS-served data
Requirements
- CKAN
- Access to a THREDDS Data Server instance
Installation
Install the extension:
pip install -e git+https://github.com/ccca-dc/ckanext-thredds.git#egg=ckanext-thredds
Add thredds to your CKAN plugins:
ckan.plugins = thredds
Release
License
GPL-3.0