projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bec2fdf
)
Fix typo 'lcc -> 'lcc' in pyproj post.
author
W. Trevor King
<wking@drexel.edu>
Sat, 3 Mar 2012 17:32:44 +0000
(12:32 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 3 Mar 2012 17:32:44 +0000
(12:32 -0500)
posts/pyproj.mdwn
patch
|
blob
|
history
diff --git
a/posts/pyproj.mdwn
b/posts/pyproj.mdwn
index a533fd1f67769428a6f2ed7967f97ccb137cec86..ce328484b84b1e4a5b741cdf68152367ca25cb54 100644
(file)
--- 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]