Changes between Version 12 and Version 13 of Clients


Ignore:
Timestamp:
Apr 11, 2015, 9:31:22 AM (9 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Clients

    v12 v13  
    1414 * '''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].
    1515 * '''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] )
    1717
    1818== WCS clients ==
    1919
    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] )
    2121 * mobile clients (contributed by [http://www.consorzio-cometa.it/ COMETA]):
    2222  * native Android app:
    2323    * Google Play: https://play.google.com/store/apps/details?id=it.infn.ct.earthserverSGmobile
    2424    * source: http://sourceforge.net/p/ctsciencegtwys/mobile/14/tree/trunk/Android/EarthServerSGMobile/
    25     * To check out src code:
     25    * To check out the source code:
    2626{{{
    2727svn checkout  svn://svn.code.sf.net/p/ctsciencegtwys/mobile/trunk/Android/EarthServerSGMobile EarthServerSGMobile
     
    4343git clone git://kahlua.eecs.jacobs-university.de/rasdaman.git
    4444}}}
    45 - the plugin is then in directory rasdaman/applications/qgis-wcps
    46 - 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`:
    4747{{{
    4848$ mkdir -p $HOME/.qgis2/python/plugins/