Changes between Version 11 and Version 12 of Clients
- Timestamp:
- Apr 11, 2015, 9:28:25 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clients
v11 v12 5 5 rasdaman can interface with a large and increasing number of tools. Some clients allow direct query submission, such as rasql and directql. For rapid development of browser clients the raswct toolkit is provided. 6 6 7 Geo tools supported include OpenLayers, QGIS, ncWMS, GDAL, MapServer, ArcGIS; soon:GeoServer.8 Geo standards supported are OGC WMS, WCS, WCPS, and WPS; hence, all clients conforming to these standards can additionally be used for interfacing. 7 Geo tools supported include !OpenLayers, QGIS, ncWMS, THREDDS, GDAL, !MapServer, !ArcGIS; soon: !GeoServer. 8 Geo standards supported are OGC WMS, WCS, WCPS, and WPS; hence, all clients conforming to these standards can additionally be used for interfacing. All geo semantics is implemented through the petascope component ([http://rasdaman.org/browser/applications/petascope source]) which is implemented as a Java application layer offering OGC Web services. 9 9 10 10 … … 14 14 * '''raswct''' is the rasdaman Web Client Toolkit which allows, by way of input and output widgets, to easily compose a Web client. Simple versions need only HTML, but advanced interfaces can be created. One example for the use of raswct is [http://standards.rasdaman.org standards.rasdaman.org]. 15 15 * '''rview''' is a deprecated visual query interface for desktop use (executable). It is still part of the rasdaman package, but not maintained any longer. [executable: ] 16 * '''directql''' is not strictly a client, but a rasdaman server linked directly with the rasql utility (see above). This simplifies debugging for developers. [source: [http://rasdaman.org/browser/applications/directql applications/directql] ]16 * '''directql''' is not strictly a client, but a rasdaman server linked directly with the rasql utility (see above). This simplifies debugging for developers. (source: [http://rasdaman.org/browser/applications/directql applications/directql] ) 17 17 18 18 == WCS clients == 19 19 20 * WCS Web client: a generic Web client which allows for convenient forms-based input of WCS parameters for WCS Core and Extensions; all WCS extensions are supported, but the client presents only those extensions which are supported by the server addressed. Results can be displayed graphically where feasible. [source: [http://rasdaman.org/browser/applications/wcs-client applications/wcs-client] ]20 * WCS Web client: a generic Web client which allows for convenient forms-based input of WCS parameters for WCS Core and Extensions; all WCS extensions are supported, but the client presents only those extensions which are supported by the server addressed. Results can be displayed graphically where feasible. (source: [http://rasdaman.org/browser/applications/wcs-client applications/wcs-client] ) 21 21 * mobile clients (contributed by [http://www.consorzio-cometa.it/ COMETA]): 22 22 * native Android app: … … 35 35 }}} 36 36 37 == WCPS clients == 38 39 === QGIS plugin === 37 == QGIS == 40 38 41 39 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 (v2.0+ supported). The plugin has been submitted to the official QGIS plugin repository and is pending approval; in the meantime it can be installed manually: … … 52 50 }}} 53 51 - now you can start QGIS and access the `QgsWcpsClient1` plug-in via the `Qgis Menu → Plugins → WcpsClient1 → WCPS 1.0 Client` 52 53 == !OpenLayers == 54 55 documentation tbd 56 57 == ncWMS == 58 59 documentation tbd 60 61 == THREDDS == 62 63 documentation tbd 64 65 == GDAL == 66 67 documentation tbd 68 69 == !ArcGIS == 70 71 documentation tbd 72 73 == !GeoServer == 74 75 documentation tbd