| | 30 | == WCPS clients == |
| | 31 | |
| | 32 | === QGIS plugin === |
| | 33 | |
| | 34 | This 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 |