You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's the same for target SRID 4324 or 4322, all of which should be able to cover the entire globe. Can someone please explain whether I'm doing something wrong or if this is a bug? Thanks in advance!
I see now that print(transform(57.1473954556774, 167.4859809375065)) does work, so I think I have to interchange latitude and longitude compared to PostGIS - where longitude comes before latitude
Code Sample
Problem description
The given code returns infinity for both values, even though the following PostGIS code does work:
It's the same for target SRID 4324 or 4322, all of which should be able to cover the entire globe. Can someone please explain whether I'm doing something wrong or if this is a bug? Thanks in advance!
Environment Information
Output from:
python -c "import pyproj; pyproj.show_versions()"
Python deps:
pyproj: 2.2.1
pip: 19.2.1
setuptools: 41.0.1
Cython: None
aenum: None
Installation method
pipenv
The text was updated successfully, but these errors were encountered: