roocs / 34e-mngmt

Management of 34e
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Meeting with Ouranos: Nov 2020 #71

Closed agstephens closed 3 years ago

agstephens commented 4 years ago

Proposed agenda for meeting - 04/11/2020

1. Minutes and actions from previous meeting

Previous minutes: https://github.com/roocs/34e-mngmt/issues/59

Previous actions:

2. Project update: c3s_34e [Ag]

3. Project updates: relevant Ouranos/CRIM projects [David/Tom?]

4. c3s_34e experience with Dask [Ag/Elle]

cehbrecht commented 4 years ago

@fmigneault As mentioned in our meeting you wanted to try our rook WPS with weaver. Can you use the load-balanced url:

http://compute.mips.copernicus-climate.eu/wps?service=WPS&version=1.0.0&request=GetCapabilities

You can see the availability of the compute service in the GeoHealthCheck: https://geohealthcheck.cloud.dkrz.de/resources?lang=en&tag=compute

There are example notebooks with http requests and rooki/birdy using the rook WPS: https://nbviewer.jupyter.org/github/roocs/rooki/tree/master/notebooks/demo/

Currently the demo service is using a very limit set of demo data: https://github.com/roocs/mini-esgf-data

fmigneault commented 4 years ago

@cehbrecht I did not test the execution of processes yet, but deployment of the provider worked: https://ogc-ades.crim.ca/ADES/providers/copernicus-rook

All path under this are as per OGC-API Processes eg: REST "GetCapabilities" is https://ogc-ades.crim.ca/ADES/providers/copernicus-rook/processes and so on

The displayed information are dynamic, in the sense that https://ogc-ades.crim.ca/ADES/providers/copernicus-rook/processes/subset will call the corresponding "DescribeProcess" request on the rook WPS and generate the fields on the fly by converting the response to REST OGC API - Processes format.

agstephens commented 4 years ago

@fmigneault the JSON outputs are looking so much easier to read compared to old WPS XML docs. Nice! Thanks