Changes between Version 64 and Version 65 of Clients


Ignore:
Timestamp:
Oct 7, 2023, 4:58:34 PM (7 months ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Clients

    v64 v65  
    9393
    9494'''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.
     95See [wiki:RRasdaman installation/setup guide] and [wiki:RRasdamanTutorial tutorial] for more information.
    9696
    9797=== NASA !WebWorldWind (Web-based virtual globe) ===
     
    113113=== QGIS WCPS plugin ===
    114114
    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).
     115QGIS 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].
    116116
    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.
     117Check these [https://standards.rasdaman.com/demo_qgis.html step-by-step plugin installation instructions]. In a nutshell:
    121118
    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.
    123122
    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 lxml module used by the plugin; if this occurs follow [https://github.com/EOX-A/QgsWcsClient2/issues/8 these instructions].
     123Another 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].
    125124
    126125=== !MapServer (Web GIS server) ===