-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
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
CRS.srs attribute is not documented #253
Comments
You are correct that it is the original "source" string for how the CRS was created. It might be good to add it to the documentation. |
To take a step back: does this need to be public? (internally it is also only used for the repr and pickling, as far as I can see) |
|
Ah, that's a good reason (if starting fresh, I would rather go with something more descriptive such as |
But with a good documentation entry, it maybe shouldn't be that confusing. Because as I see, the transformer is actually using this as the actual CRS definition to create the proj pipeline? |
I agree with you on the name. But, since it is there, for backwards compatibility, I think a documentation entry would be the way to go.
Yes, it has been the most stable method for creating the proj pipeline. |
The
srs
attribute is not documented on the API page: https://pyproj4.github.io/pyproj/html/api/crs.htmlFrom looking at the code, it seems this attribute is keeping the original "source" string how the CRS was created (which is then used in eg the repr) ?
The text was updated successfully, but these errors were encountered: