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
Thank you for this great project!
I'm trying to use the command line to replicate the results from: https://epsg.io/transform#s_srs=32617&t_srs=4326&x=632519.9000000&y=4834621.3000000
But nothing seems to work:
(base) ➜ proj git:(master) ✗ go run proj.go +proj=utm +zone=17 +datum=WGS84 +units=m +no_defs 79.38 43.65 +Inf +Inf unexpected newline exit status 1 (base) ➜ proj git:(master) ✗ go run proj.go +proj=utm +zone=17 +datum=WGS84 +units=m +no_defs 43.65 79.38 +Inf +Inf unexpected newline exit status 1 (base) ➜ proj git:(master) ✗ go run proj.go +proj=utm +zone=17 +datum=WGS84 +units=m +no_defs -inverse 79.38 43.65 +Inf +Inf unexpected newline exit status 1 (base) ➜ proj git:(master) ✗ go run proj.go +proj=utm +zone=17 +datum=WGS84 +units=m +no_defs -inverse 43.65 79.38 +Inf +Inf unexpected newline exit status 1 (base) ➜ proj git:(master) ✗ go run proj.go +proj=utm +zone=17 +datum=WGS84 +units=m +no_defs -inverse -79.38 43.65 +Inf +Inf ^Csignal: interrupt (base) ➜ proj git:(master) ✗ go run proj.go +proj=utm +zone=17 +datum=WGS84 +units=m +no_defs -79.38 43.65 +Inf +Inf unexpected newline exit status 1 (base) ➜ proj git:(master) ✗ go run proj.go +proj=utm +zone=17 +datum=WGS84 +units=m +no_defs 43.65 -79.38 +Inf -Inf unexpected newline exit status 1 (base) ➜ proj git:(master) ✗ go run proj.go +proj=utm +zone=17 +datum=WGS84 +units=m +no_defs -inverse 43.65 -79.38 +Inf -Inf unexpected newline exit status 1 (base) ➜ proj git:(master) ✗ go run proj.go +proj=utm +zone=17 +datum=WGS84 +units=m +no_defs -inverse 632519.9 4834621.3 lat or lon limit exceeded exit status 1 (base) ➜ proj git:(master) ✗ go run proj.go +proj=utm +zone=17 +datum=WGS84 +units=m +no_defs 632519.9 4834621.3 lat or lon limit exceeded exit status 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for this great project!
I'm trying to use the command line to replicate the results from:
https://epsg.io/transform#s_srs=32617&t_srs=4326&x=632519.9000000&y=4834621.3000000
But nothing seems to work:
The text was updated successfully, but these errors were encountered: