Michael,

It turns out that using repr() caused some problems with string conversions in other contexts. I've added in a new fix in: http://trac.gispython.org/lab/changeset/1733 which uses repr only if the value to be converted is not already a string.

If you get a chance to confirm this still works for you that would be good.

Cheers,
Dom

On 29/04/11 14:01, [email protected] wrote:
Hi,

while testing some WCS services and requests from OWSLib, I found (at
least on my machine) that in wcs110.py when iterating over the bbox
tuple and creating a string, the use of str() leads to a truncation of
the bbox values after ten decimal places. using repr() at line 148
instead solves the issue.

Cheers, Michael



--
Scanned by iCritical.
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to