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

Compatibility with pyproj 2 #458

Closed
sscherfke opened this issue Apr 11, 2019 · 2 comments
Closed

Compatibility with pyproj 2 #458

sscherfke opened this issue Apr 11, 2019 · 2 comments

Comments

@sscherfke
Copy link

basemap is not yet compatible with pyproj 2.* (which uses proj.4 v6):

...
    from mpl_toolkits.basemap import Basemap, Polygon
.../lib/python3.7/site-packages/mpl_toolkits/basemap/__init__.py:152: in <module>
    epsgf = open(os.path.join(pyproj.pyproj_datadir,'epsg'))
E   AttributeError: module 'pyproj' has no attribute 'pyproj_datadir'
@huisaddison
Copy link

Yes, it looks like some people are working on a fix at #454

I was able to continue using basemap by reverting pyproj to version 1.9.6

@WeatherGod
Copy link
Member

closed by #454

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

3 participants