From: W. Trevor King Date: Sat, 3 Mar 2012 17:32:44 +0000 (-0500) Subject: Fix typo 'lcc -> 'lcc' in pyproj post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5621c9e956991635e3cc59065e79e4c6e66634c;p=mw2txt.git Fix typo 'lcc -> 'lcc' in pyproj post. --- diff --git a/posts/pyproj.mdwn b/posts/pyproj.mdwn index a533fd1..ce32848 100644 --- a/posts/pyproj.mdwn +++ b/posts/pyproj.mdwn @@ -58,7 +58,7 @@ To plot the above New York to Vancouver route on a flat map, we need a #llcrnrlon,llcrnrlat are lon and lat (in degrees) of lower # left hand corner of projection region. -where `proj='lcc` selects the [Lambert conformal conic][lcc] +where `proj='lcc'` selects the [Lambert conformal conic][lcc] projection for the x/y points, and `ellps='clrk66'` selects the reference ellipsoid for the lat/lng coordinates. The other coordinates are LCC parameters that select the [AWIPS 221][awips221]