Changes between Version 3 and Version 4 of Clients


Ignore:
Timestamp:
Nov 15, 2014, 1:43:07 PM (9 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Clients

    v3 v4  
    2828}}}
    2929
     30== WCPS clients ==
     31
     32=== QGIS plugin ===
     33
     34This plugin enables the direct download, processing, integration and usage of Coverages from an OGC compliant WCPS 1.0 enabled servers within the QGIS software.
     35
     36- git clone git://kahlua.eecs.jacobs-university.de/rasdaman.git
     37- the plugin is then in directory rasdaman/applications/qgis-wcps
     38- copy the qgis-wcps/QgsWcpsClient1 directory to the  'qgis-python-plugin directory', usually located at $HOME/.qgis2/python/plugins:
     39 - $ mkdir -p $HOME/.qgis2/python/plugins/
     40 - $ cp -r rasdaman/applications/qgis-wcps/QgsWcpsClient1 HOME/.qgis2/python/plugins/
     41- now you can start QGIS and access the 'QgsWcpsClient1' plug-in via the Qgis Menu → Plugins → WcpsClient1 → WCPS 1.0 Client