-
Notifications
You must be signed in to change notification settings - Fork 227
Closed
Labels
installation-issuesIssue related to installation problems.Issue related to installation problems.
Description
Using pyproj version 3.2.1
conda version 4.9.2
geopandas version 0.9.0
When intialising a geopandas GeoDataFrame I started running into the invalid projection error. Followed the debug steps and ran:
python pyproj.datadir.get_data_dir()
yielding:
<rest_of_path>\envs\<myenv>\lib\site-packages\pyproj\proj_dir\share\proj
But this has a typo in it, conda creates ...envs\<your_env>\Lib\..., capital L not lower case l.
p.s. I'm from Australia, we spell in initialise with an 's', not 'z'
Metadata
Metadata
Assignees
Labels
installation-issuesIssue related to installation problems.Issue related to installation problems.