Changes between Version 57 and Version 58 of Clients
- Timestamp:
- Nov 11, 2018, 10:13:44 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Clients
v57 v58 58 58 === python === 59 59 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). 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). Github hosts more [https://jupyter.eofrom.space/hub/home Jupyter examples]. 61 61 62 62 * An OWSLib fork provides support for WCPS; this [https://github.com/earthserver-eu/geospatial-workflow-with-wcps tutorial] provides examples.