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
+proj=krovak
Calling proj4rs::proj::Proj::from_proj_string(crs_definitions::EPSG_5514.proj4) fails with Err(ProjectionNotFound).
proj4rs::proj::Proj::from_proj_string(crs_definitions::EPSG_5514.proj4)
Err(ProjectionNotFound)
It looks like the +proj=krovak is not supported.
(The goal is to convert points from 4326 to 5514)
The text was updated successfully, but these errors were encountered:
No, krovak has not been implemented yet. this is still in a todo list.
Sorry, something went wrong.
No branches or pull requests
Calling
proj4rs::proj::Proj::from_proj_string(crs_definitions::EPSG_5514.proj4)
fails withErr(ProjectionNotFound)
.It looks like the
+proj=krovak
is not supported.(The goal is to convert points from 4326 to 5514)
The text was updated successfully, but these errors were encountered: