We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of version '0.29.2' there is no way to specify CRS/SRS when calling WebFeatureService_2_0_0.getfeature . See:
'0.29.2'
WebFeatureService_2_0_0.getfeature
OWSLib/owslib/feature/wfs200.py
Lines 220 to 287 in f8e3ff6
However both in WebFeatureService_1_1_0 and WebFeatureService_1_0_0 have the following parameter to specify SRS:
WebFeatureService_1_1_0
WebFeatureService_1_0_0
srsname: string EPSG code to request the data in
OWSLib/owslib/feature/wfs110.py
Lines 216 to 269 in f8e3ff6
OWSLib/owslib/feature/wfs100.py
Lines 208 to 255 in f8e3ff6
The text was updated successfully, but these errors were encountered:
ditto #905
Sorry, something went wrong.
I would also be interested in an answer to that question
Fixed with #945
No branches or pull requests
As of version
'0.29.2'
there is no way to specify CRS/SRS when callingWebFeatureService_2_0_0.getfeature
.See:
OWSLib/owslib/feature/wfs200.py
Lines 220 to 287 in f8e3ff6
However both in
WebFeatureService_1_1_0
andWebFeatureService_1_0_0
have the following parameter to specify SRS:OWSLib/owslib/feature/wfs110.py
Lines 216 to 269 in f8e3ff6
OWSLib/owslib/feature/wfs100.py
Lines 208 to 255 in f8e3ff6
The text was updated successfully, but these errors were encountered: