Extension TIF Image View


Extension Basics

Title
TIF Image View
Name
ckanext-tif-imageview
Type
Public extension
Description
CKAN extension providing a resource view that converts TIF/TIFF images to JPEG for browser preview, enabling inline visualization of geospatial raster data.
CKAN versions
Download-Url (zip)
Last commit
a year ago (2025-01-23 09:53:20)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

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

Version
1.1.0
Version release date
(not set)
Contact name
Pooya Oladazimi
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Requires CKAN 2.9+. Provides resource view for TIF/TIFF image files by converting them to JPEG for browser display.

Plugins to configure (ckan.ini)
tif_imageview
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions