OWSLib icon indicating copy to clipboard operation
OWSLib copied to clipboard

Request Bounding Box of other CRS than WGS84

Open signedav opened this issue 4 years ago • 0 comments

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.

signedav avatar Apr 14 '20 06:04 signedav