OWSLib icon indicating copy to clipboard operation
OWSLib copied to clipboard

[WFS 2.0.0] getfeature argument to specify SRS/CRS?

Open digital-idiot opened this issue 1 year ago • 2 comments

As of version '0.29.2' there is no way to specify CRS/SRS when calling WebFeatureService_2_0_0.getfeature . See:

https://github.com/geopython/OWSLib/blob/f8e3ff65ad70d72a640e2b7883459b8aa8fcb4b6/owslib/feature/wfs200.py#L220-L287)

However both in WebFeatureService_1_1_0 and WebFeatureService_1_0_0 have the following parameter to specify SRS:

srsname: string 
             EPSG code to request the data in 

https://github.com/geopython/OWSLib/blob/f8e3ff65ad70d72a640e2b7883459b8aa8fcb4b6/owslib/feature/wfs110.py#L216-L269

https://github.com/geopython/OWSLib/blob/f8e3ff65ad70d72a640e2b7883459b8aa8fcb4b6/owslib/feature/wfs100.py#L208-L255

digital-idiot avatar Mar 09 '24 18:03 digital-idiot

ditto #905

jnicho02 avatar Apr 16 '24 08:04 jnicho02

I would also be interested in an answer to that question

lukas-paulun avatar Jul 26 '24 13:07 lukas-paulun