Skip to content

Commit

Permalink
Merge pull request #454 from pandrey-fr/patch-1
Browse files Browse the repository at this point in the history
Fixed compatibility issue with pyproj 2.0+
  • Loading branch information
WeatherGod authored Apr 23, 2019
2 parents dce77e4 + 2f9b4fa commit fa8fc4f
Show file tree
Hide file tree
Showing 2 changed files with 11,732 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mpl_toolkits/basemap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
}

# create dictionary that maps epsg codes to Basemap kwargs.
epsgf = open(os.path.join(pyproj.pyproj_datadir,'epsg'))
epsgf = open(os.path.join(basemap_datadir, 'epsg'))
epsg_dict={}
for line in epsgf:
if line.startswith("#"):
Expand Down
Loading

0 comments on commit fa8fc4f

Please sign in to comment.