OWSLib
OWSLib copied to clipboard
Request Bounding Box of other CRS than WGS84
Hi there
It's a nice feature to get the bounding box defined in the GetCapabilities
according to the CRS WGS84:
>>> wms['global_mosaic'].boundingBoxWGS84
After a quick look into the code it seems to request it only for this CRS, though there would be other information available in the capabilities. Is this implementation planned? Or is it already possible to pass another CRS and I just didn't found the way to do it?
Thanks a lot.