OWSLib icon indicating copy to clipboard operation
OWSLib copied to clipboard

don't use strip for inline data in xml response/request?

Open cehbrecht opened this issue 6 years ago • 0 comments

In a pywps PR (https://github.com/geopython/pywps/pull/444) the following question was raised

In owslib.wps https://github.com/geopython/OWSLib/blob/dcbc8db9a8eafa715a0469317bf23ea07de17326/owslib/wps.py#L1331 there is a strip method applied on the ComplexData content. Is that necessary ? I think it would be best not to temper with the content.

@LucaCinquini the code is originally by you. Do you see any reason to keep the strip?

cehbrecht avatar Jan 10 '19 17:01 cehbrecht