The CKAN extension for TIFF images preview.
The plugin tif_imageview converts the target tif image to the jpeg format for showing the preview of the image. It does not change or replace the original tif image.
Compatibility with core CKAN versions:
CKAN version | Compatible? |
---|---|
2.9 | Yes |
earlier | NoT Tested |
To install ckanext-tif-imageview:
-
Activate your CKAN virtual environment and install the extension:
> . /usr/lib/ckan/default/bin/activate > pip install ckanext-tif-imageview
-
OR, Clone the source and install it on the virtualenv
git clone https://github.com/TIBHannover/ckanext-tif-imageview.git cd ckanext-tif-imageview pip install -e . pip install -r requirements.txt
-
Add
tif_imageview
to theckan.plugins
setting in your CKAN config file (by default the config file is located at/etc/ckan/default/ckan.ini
). -
Restart CKAN. For example if you've deployed CKAN with Nginx on Ubuntu:
sudo service nginx reload
Modify ckan.ini (/etc/ckan/default/)
# add the plugin to:
ckan.views.default_views