bird-house / flyingpigeon

WPS processes for climate model data, indices and extreme events
http://flyingpigeon.readthedocs.io/en/latest/
Apache License 2.0
19 stars 15 forks source link

analog process writes data into the etc/pywps folder #51

Closed cehbrecht closed 8 years ago

cehbrecht commented 8 years ago

... this happens for the archive and simulation file (produced by the ocgis_module).

They should be written to the pywps temp folder which is generated by pywps for each process and is the "current dir" in the process call.

Can't see why this happens ...

See also #48

nilshempelmann commented 8 years ago

set the default output folder for ocgis call from None to current directory

nilshempelmann commented 8 years ago

fixed by pinning the output_dir to curdir in ocgis call. All ocgis calles were writing into etc/pywps by default. the compute providers need to clean up etc/pywps :-)