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
pyproj.exceptions.ProjError: Error creating CRS to CRS.: (Internal Proj Error: proj_create_operations: Source and target ellipsoid do not belong to the same celestial body)
When searching for this issue I found some links saying that a verification has recently been added to pyproj to avoid mapping CRS to wrong planets (project Earth CRS to the Moon for example).
But this is not what I'm doing (maybe I'm misusing geopandas).
I tried downgrading to pyproj 1.9.6 and it perfectly works.
The text was updated successfully, but these errors were encountered:
Versions :
geopandas : 0.6.2
pyproj : 2.3.1
(I am using conda)
When doing
I have :
When searching for this issue I found some links saying that a verification has recently been added to pyproj to avoid mapping CRS to wrong planets (project Earth CRS to the Moon for example).
But this is not what I'm doing (maybe I'm misusing geopandas).
I tried downgrading to pyproj 1.9.6 and it perfectly works.
The text was updated successfully, but these errors were encountered: