geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
178 stars 117 forks source link

Question: How does JobLauncher is expected to work ? #666

Open gschwind opened 2 years ago

gschwind commented 2 years ago

I'm puzzled but how does JobLauncher can actually run the process handler defined by the user while those hander cannot be dump in json ?

Best regards