Closed huard closed 3 years ago
Also, why is the FileSizeExceeded exception in the try statement replaced by NoApplicableCode?
I run into the same issue: https://github.com/roocs/rook/issues/139#issuecomment-797554832
should be fixed by PRs #580 and #581.
Description
The
file
property of theURLHandler
object checks if the data size is larger than the maximum data size. When it exceeds the maximum value, it raises an error: https://github.com/geopython/pywps/blob/20e1e254a3f7914e555fa89f363d1f6eb5f3895c/pywps/inout/basic.py#L458The value is in units of bytes, but the message says megabytes.
Also, it would be useful if the message included the actual size of the data.
Environment
Steps to Reproduce
Additional Information