Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 634 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 634 Bytes

CKAN Raster Importer

Description

Extension that allows raster files to be imported into a WCST service. The extension allows any gdal raster formats (GeoTIFF, JPEG2000 etc) and GML raster files.

Configuration

You need to set the ckanext.rasterimport.wcst_base_url variable in your ckan main config file for this plugin to work. The value has to be an url pointing to a working WCST service.

Example: ckanext.rasterimport.wcst_base_url = http://localhost/wcst

Dependencies

This extension requires the following pythong packages:

  • python-magic
  • GDAL (please note that the installation is currently broken)