ckanext-tif-imageview
A CKAN extension that provides a resource view for TIF/TIFF image files. It converts TIF images to JPEG format for browser preview, enabling inline visualization of geospatial raster data directly within the CKAN interface.
Features
- Automatic conversion of TIF/TIFF images to JPEG for browser display
- Resource view integration for inline image preview
- Support for geospatial raster data visualization
Requirements
- CKAN 2.9+
- Python image processing libraries for TIF to JPEG conversion
Installation
Install the extension:
pip install -e git+https://github.com/TIBHannover/ckanext-tif-imageview.git#egg=ckanext-tif-imageview
Add tif_imageview to your CKAN plugins:
ckan.plugins = tif_imageview
Author
Developed by TIB Hannover (Technische Informationsbibliothek).
License
AGPL-3.0