Ouranosinc / pavics-sdi

Power Analytics and Visualization for Climate Science - Spatial Data Infrastructure
https://pavics-sdi.readthedocs.io
7 stars 2 forks source link

Implement bias-correction service #24

Closed huard closed 6 years ago

huard commented 6 years ago

Here is a branch: https://github.com/huard/flyingpigeon/tree/kddm_bc

What I haven't checked so far is whether or not it installs correctly, ie all dependencies are listed.

Zeitsperre commented 6 years ago

@huard, I just tried to install this in an Ubuntu LTS vm. In a fresh system, installation fails. Errors and warnings:

It then publishes a stacktrace for zc.buildout recipe errors and the install fails. Snappy, Anaconda, Java, and eggs seem to install fine. Is your PyWPS where I can find ".wps_kddm_bc"

Zeitsperre commented 6 years ago

It also demands 'curl' before the install can get off the ground, but that's more of a system-specific library that should be installed already. Should it be included in requirements?

huard commented 6 years ago

Well, that's me going too fast... I had forgotten to add the actual core files to git. How about now ?

Zeitsperre commented 6 years ago

Ran a clean install. All errors resolved and GetCapabilities returns functions that include KDDM wps definitions. Looks good.