[WFS 2.0.0] getfeature argument to specify SRS/CRS?
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
ditto #905
I would also be interested in an answer to that question