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 -- ----------------------------------------------------------- Michael Schulz Christoph-Mang-Str. 5 D-79100 Freiburg _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
