Changes between Version 12 and Version 13 of Clients
- Timestamp:
- Apr 11, 2015, 9:31:22 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clients
v12 v13 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. ([http://rasdaman.org/browser/applications/directql source] ) 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. ([http://rasdaman.org/browser/applications/wcs-client source] ) 21 21 * mobile clients (contributed by [http://www.consorzio-cometa.it/ COMETA]): 22 22 * native Android app: 23 23 * Google Play: https://play.google.com/store/apps/details?id=it.infn.ct.earthserverSGmobile 24 24 * source: http://sourceforge.net/p/ctsciencegtwys/mobile/14/tree/trunk/Android/EarthServerSGMobile/ 25 * To check out srccode:25 * To check out the source code: 26 26 {{{ 27 27 svn checkout svn://svn.code.sf.net/p/ctsciencegtwys/mobile/trunk/Android/EarthServerSGMobile EarthServerSGMobile … … 43 43 git clone git://kahlua.eecs.jacobs-university.de/rasdaman.git 44 44 }}} 45 - the plugin is thenin directory rasdaman/applications/qgis-wcps46 - copy the qgis-wcps/QgsWcpsClient1 directory to your 'qgis-python-plugin directory', usually located at $HOME/.qgis2/python/plugins:45 - the plugin can be found in directory rasdaman/applications/qgis-wcps 46 - copy the `qgis-wcps/QgsWcpsClient1` directory to your 'qgis-python-plugin directory', usually located in `$HOME/.qgis2/python/plugins`: 47 47 {{{ 48 48 $ mkdir -p $HOME/.qgis2/python/plugins/