Changes between Version 54 and Version 55 of Clients


Ignore:
Timestamp:
May 31, 2018, 9:39:32 AM (6 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Clients

    v54 v55  
    5454}}}
    5555
    56 * `directql` is not strictly a client, but a rasdaman server linked directly with the rasql utility (see above), rather than following the client/server architecture. Main purpose is for simplified debugging of the server by allowing command-line invocation of the server engine. ([http://rasdaman.org/browser/applications/directql source] )
     56* `directql` is not strictly a client, but a rasdaman server linked directly with the rasql utility (see above), rather than following the client/server architecture. Main purpose is simplified debugging of the server by allowing command-line invocation of the server engine. See ([http://rasdaman.org/browser/applications/directql source]).
    5757
    5858=== python ===
    5959
    60 * The [https://pypi.python.org/pypi/rasdapy RasdaPy Python package] allows to connect to rasdaman, send queries, and get back results as python or numpy array. A !RasdaPy tutorial is available at [http://tutorial.rasdaman.org/rasdapy-tutorial/]; a [http://tutorial.rasdaman.org/rasdapy-tutorial/rasdapy.ipynb Jupyter Notebook] can be run on your local system (have a working rasdaman, RasdaPy, and Jupyter Notebook).
     60* The [https://pypi.python.org/pypi/rasdapy rasdapy Python package] (see [http://rasdaman.org/browser/applications/rasdapy rasdapy in rasdaman code base]) allows to connect to rasdaman, send queries, and get back results as python or numpy array. See the [http://tutorial.rasdaman.org/rasdapy-tutorial/ rasdapy tutorial]; a [http://tutorial.rasdaman.org/rasdapy-tutorial/rasdapy.ipynb Jupyter Notebook] can be run on your local system (have a working rasdaman, rasdapy, and Jupyter Notebook).
     61
    6162* An OWSLib fork provides support for WCPS; this [https://github.com/earthserver-eu/geospatial-workflow-with-wcps tutorial] provides examples.
    6263