Changes between Version 64 and Version 65 of Clients
- Timestamp:
- Oct 7, 2023, 4:58:34 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clients
v64 v65 93 93 94 94 '''RRasdaman''' is an R package providing a database interface for rasdaman, i.e.: for submitting rasdaman queries from within R. It is submitted to CRAN. 95 See [ https://doc.rasdaman.org/02_inst-guide.html#sec-rrasdaman-install installation/setup guide] and [https://doc.rasdaman.org/07_rrasdaman-guide.html tutorial] for more information.95 See [wiki:RRasdaman installation/setup guide] and [wiki:RRasdamanTutorial tutorial] for more information. 96 96 97 97 === NASA !WebWorldWind (Web-based virtual globe) === … … 113 113 === QGIS WCPS plugin === 114 114 115 QGIS can directly download, process, integrate, and use coverages from an OGC compliant WCPS enabled server via a dedicated plugin, `QgsWcpsClient1`, being part of the official QGIS plugin repository (tested with QGIS v2.14).115 QGIS can directly download, process, integrate, and use coverages from rasdaman via plugins [https://plugins.qgis.org/plugins/QgsWcsClient2/ for WCS] and for [https://plugins.qgis.org/plugins/QgsWcpsClient1/ WCPS] being part of the official QGIS plugin repository. Alternatively, the source code of the WCPS plugin is [browser:applications/qgis-wcps available from rasdaman]. 116 116 117 - The source code of the plugin is available at http://rasdaman.org/browser/applications/qgis-wcps. 118 - To install this plugin in QGIS, select QGIS menu `Plugins` → `Manage and Install Plugins` → Search: `wcps` (it returns the plugin `QgsWcpsClient1`) → click `install`. 119 - Now you can access the `QgsWcpsClient1` plug-in via the `Qgis Menu → Plugins → WcpsClient1 → WCPS 1.0 Client`. 120 - Select `Help` tab from the `QgsWcpsClient1` plug-in window for information about how to connect to a running WCPS endpoint. 117 Check these [https://standards.rasdaman.com/demo_qgis.html step-by-step plugin installation instructions]. In a nutshell: 121 118 122 Check this [http://earthlook.eecs.jacobs-university.de/new_earthlook/index.html?page=demo-apps&group=client&app=qgis demo] for visual step-by-step instructions. 119 - select QGIS menu `Plugins` → `Manage and Install Plugins` → Search: `wcps` (it returns the plugin `QgsWcpsClient1`) → click `install` 120 - now you can access the `QgsWcpsClient1` plug-in via the `Qgis Menu → Plugins → WcpsClient1 → WCPS 1.0 Client` 121 - select `Help` tab from the `QgsWcpsClient1` plug-in window for information about how to connect to a WCPS endpoint. 123 122 124 Another QGIS plugin is [https://github.com/EOX-A/QgsWcsClient2 available on github]. Installing it under Ubuntu is no problem, under Windows there might be an issue with the lxmlmodule used by the plugin; if this occurs follow [https://github.com/EOX-A/QgsWcsClient2/issues/8 these instructions].123 Another QGIS plugin is [https://github.com/EOX-A/QgsWcsClient2 available on github]. Installing it under Ubuntu is no problem, under Windows there might be an issue with the `lxml` module used by the plugin; if this occurs follow [https://github.com/EOX-A/QgsWcsClient2/issues/8 these instructions]. 125 124 126 125 === !MapServer (Web GIS server) ===