Closed huard closed 2 years ago
@cehbrecht Any idea about the GDAL error. Shouldn't it be updated to version 3 ?
@huard Does this create dir fix for server.outputpath
also apply for server.workdir
and server.temp_path
in wps.cfg
? If not then we should also ensure these dir are created in not exist, see https://github.com/geopython/pywps/issues/635#issuecomment-956551246.
Otherwise, PR LGTM, thanks !
I don't think so. I haven't added a test yet to the PR. I could try to check that at the same time.
I added a test confirming that nested directory creation for stored objects work. Thanks @cehbrecht for the GDAL fix.
@huard looks good :) Feel free to merge.
Overview
For file storage, the available space on device is computed before directory is created. This fails when the output path requires creating multi-level directories.
Related Issue / Discussion
Fix #635
Additional Information
Contribution Agreement
(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)