Skip to content
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

Cmd returns +Inf #40

Open
tartavull opened this issue Mar 14, 2021 · 0 comments
Open

Cmd returns +Inf #40

tartavull opened this issue Mar 14, 2021 · 0 comments

Comments

@tartavull
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant