Browse Source

proj4 formatting update (#146)

mercator_fix
Michaela Sizemore 4 years ago committed by GitHub
parent
commit
22fb45c54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/wrf/projection.py

2
src/wrf/projection.py

@ -824,7 +824,7 @@ class PolarStereographic(WrfProj): @@ -824,7 +824,7 @@ class PolarStereographic(WrfProj):
def _proj4(self):
_proj4 = ("+proj=stere +units=m +a={} +b={} "
"+lat0={} +lon_0={} +lat_ts={} +nadgrids=@null".format(
"+lat_0={} +lon_0={} +lat_ts={} +nadgrids=@null".format(
Constants.WRF_EARTH_RADIUS,
Constants.WRF_EARTH_RADIUS,
self._hemi,

Loading…
Cancel
Save