Version 9 (modified by 10 years ago) ( diff ) | ,
---|
Clients
rasdaman clients
- rasql is a command-line utility for sending queries and saving results in local files. It is part of the rasdaman package.
- rview is a deprecated visual query interface. It is part of the rasdaman package.
- 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 standards.rasdaman.org.
WCS clients
- WCS Web client: under development, will be part of the rasdaman package.
- mobile clients (written by COMETA):
- native Android app:
- Google Play: https://play.google.com/store/apps/details?id=it.infn.ct.earthserverSGmobile
- source: http://sourceforge.net/p/ctsciencegtwys/mobile/14/tree/trunk/Android/EarthServerSGMobile/
- To check out src code:
svn checkout svn://svn.code.sf.net/p/ctsciencegtwys/mobile/trunk/Android/EarthServerSGMobile EarthServerSGMobile
- Appcelerator Titanium app built for iOS:
- App Store: https://itunes.apple.com/us/app/earthserver-sg-mobile/id740603213?ls=1&mt=8
- source: http://sourceforge.net/p/ctsciencegtwys/mobile/15/tree/trunk/iOS/EarthServer-SG-Mobile/
- To check out src code:
svn checkout svn://svn.code.sf.net/p/ctsciencegtwys/mobile/trunk/iOS/EarthServer-SG-Mobile EarthServer-SG-Mobile
- native Android app:
WCPS clients
QGIS plugin
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:
- get the rasdaman source tree:
git clone git://kahlua.eecs.jacobs-university.de/rasdaman.git
- the plugin is then in directory rasdaman/applications/qgis-wcps
- copy the qgis-wcps/QgsWcpsClient1 directory to your 'qgis-python-plugin directory', usually located at $HOME/.qgis2/python/plugins:
$ mkdir -p $HOME/.qgis2/python/plugins/ $ cp -r rasdaman/applications/qgis-wcps/QgsWcpsClient1 HOME/.qgis2/python/plugins/
- now you can start QGIS and access the
QgsWcpsClient1
plug-in via theQgis Menu → Plugins → WcpsClient1 → WCPS 1.0 Client
Note:
See TracWiki
for help on using the wiki.