Closed cehbrecht closed 3 years ago
tests have troubles with gdal installation ...
Test CI was using ubuntu-latest
with is now using gdal=3. As workaround I'm using ubuntu-18.04
.
I open an issue for gdal to solve separately ... well, already there #398.
The cause for FileSizeExceeded
was probably an unwanted download when using metalink with URL items. So I can remove the new parameter maxsingleoutputsize
... is is not necessary. See #581.
@huard @Zeitsperre merged. Need a patch release on monday. Please complain ... we can fix it with another patch release :)
Overview
This PR fixes the file size check for outputs.
The creation of an output with metalink failed when the output file exceeded the
maxsingleinputsize
value.FileSizeExceeded
The root cause for this error is fixed in the PR #581.
Related Issue / Discussion
Fix #571
Additional Information
Contribution Agreement
(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)