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.
You need to set the ckan.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:
ckan.rasterimport.wcst_base_url = http://localhost/wcst
This extension requires the following pythong packages:
- python-magic
- GDAL (please note that the installation )