We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefb6db commit 82194a7Copy full SHA for 82194a7
lib/mpl_toolkits/basemap/diagnostic.py
@@ -48,7 +48,7 @@ def package_versions():
48
numpy = numpy_version,
49
pyproj = pyproj.__version__,
50
pyshp = pyshp_version,
51
- PROJ4 = pyproj.Proj(init='epsg:4326').proj_version,
+ PROJ4 = round(pyproj.Proj(init='epsg:4326').proj_version, 2),
52
GEOS = _geoslib.__geos_version__,
53
# optional dependencies below
54
OWSLib = OWSLib_version,
0 commit comments