| 1 | = Clients = |
| 2 | |
| 3 | == rasdaman clients == |
| 4 | |
| 5 | * rasql is a command-line utility for sending queries and saving results in local files. It is part of the rasdaman package. |
| 6 | * rview is a deprecated visual query interface. It is part of the rasdaman package. |
| 7 | |
| 8 | == WCS clients == |
| 9 | |
| 10 | * WCS Web client: under development, will be part of the rasdaman package. |
| 11 | * mobile clients (written by [http://www.consorzio-cometa.it/ COMETA]): |
| 12 | * native Android app: |
| 13 | * Google Play: https://play.google.com/store/apps/details?id=it.infn.ct.earthserverSGmobile |
| 14 | * source: http://sourceforge.net/p/ctsciencegtwys/mobile/14/tree/trunk/Android/EarthServerSGMobile/ |
| 15 | * To check out src code: |
| 16 | {{{ |
| 17 | svn checkout svn://svn.code.sf.net/p/ctsciencegtwys/mobile/trunk/Android/EarthServerSGMobile EarthServerSGMobile |
| 18 | }}} |
| 19 | * Appcelerator Titanium app built for iOS: |
| 20 | * App Store: https://itunes.apple.com/us/app/earthserver-sg-mobile/id740603213?ls=1&mt=8 |
| 21 | * source: http://sourceforge.net/p/ctsciencegtwys/mobile/15/tree/trunk/iOS/EarthServer-SG-Mobile/ |
| 22 | * To check out src code: |
| 23 | {{{ |
| 24 | svn checkout svn://svn.code.sf.net/p/ctsciencegtwys/mobile/trunk/iOS/EarthServer-SG-Mobile EarthServer-SG-Mobile |
| 25 | }}} |
| 26 | |