Skip to main content

A ckan extension for showing TIF images as resource preview

Project description

ckanext-tif-imageview

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.

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.9 Yes
earlier NoT Tested

Installation

To install ckanext-tif-imageview:

  1. Activate your CKAN virtual environment and install the extension:

     > . /usr/lib/ckan/default/bin/activate
     > pip install ckanext-tif-imageview
    
  2. 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
    
  3. Add tif_imageview to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).

  4. Restart CKAN. For example if you've deployed CKAN with Nginx on Ubuntu:

     sudo service nginx reload
    

Config settings

Modify ckan.ini (/etc/ckan/default/)

# add the plugin to:
ckan.views.default_views

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ckanext_tif_imageview-1.0.3-py3-none-any.whl (18.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page