<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cat brain.log &#124; less &#187; proj4</title>
	<atom:link href="http://log.largevoid.com/tag/proj4/feed/" rel="self" type="application/rss+xml" />
	<link>http://log.largevoid.com</link>
	<description>Getting it down on `paper`</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Proj4 Parameter List</title>
		<link>http://log.largevoid.com/2009/11/proj4-parameter-list/</link>
		<comments>http://log.largevoid.com/2009/11/proj4-parameter-list/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 05:10:44 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[datum]]></category>
		<category><![CDATA[easting]]></category>
		<category><![CDATA[ellps]]></category>
		<category><![CDATA[northing]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[proj4]]></category>
		<category><![CDATA[wkt]]></category>

		<guid isPermaLink="false">http://log.largevoid.com/?p=129</guid>
		<description><![CDATA[Copied from http://trac.osgeo.org/proj/wiki/GenParms. The contents of this page have been replicated here for future reference, preservation, and to provide search context. Parameter list Common parameters: +a Semimajor radius of the ellipsoid axis +alpha ? Used with Oblique Mercator and possibly a few others +b Semiminor radius of the ellipsoid axis +datum Datum name (see `proj [...]]]></description>
			<content:encoded><![CDATA[<p>Copied from <a href="http://trac.osgeo.org/proj/wiki/GenParms">http://trac.osgeo.org/proj/wiki/GenParms</a>.  The contents of this page have been replicated here for future reference, preservation, and to provide search context.</p>
<h3>Parameter list</h3>
<h4>Common parameters:</h4>
<pre>
+a         Semimajor radius of the ellipsoid axis
+alpha     ? Used with Oblique Mercator and possibly a few others
+b         Semiminor radius of the ellipsoid axis
+datum     Datum name (see `proj -ld`)
+ellps     Ellipsoid name (see `proj -le`)
+k         Scaling factor (old name)
+k_0       Scaling factor (new name)
+lat_0     Latitude of origin
+lat_1     Latitude of first standard parallel
+lat_2     Latitude of second standard parallel
+lat_ts    Latitude of true scale
+lon_0     Central meridian
+lonc      ? Longitude used with Oblique Mercator and possibly a few others
+nadgrids  Filename of NTv2 grid file to use for datum transforms
+no_defs   Don't use the /usr/share/proj/proj_def.dat defaults file
+pm        Alternate prime meridian (typically a city name)
+proj      Projection name (see `proj -l`)
+south     Denotes southern hemisphere UTM zone
+to_meter  Multiplier to convert map units to 1.0m
+towgs84   3 or 7 term datum transform parameters
+units     meters, US survey feet, etc.
+x_0       False easting
+y_0       False northing
+zone      UTM zone
</pre>
<p><span id="more-129"></span></p>
<h4>Extended list provided by Gerald Evenden &#8220;grepped out of the RCS directory&#8221;.</h4>
<pre>
+a         Semimajor radius of the ellipsoid axis
+alpha     ? Used with Oblique Mercator and possibly a few others
+azi
+b         Semiminor radius of the ellipsoid axis
+belgium
+beta
+czech
+e         Eccentricity of ellipsoid = sqrt(1 - b^2/a^2) = sqrt( f*(2-f) )
+ellps     Ellipsoid name (see `proj -le`)
+es        Eccentricity of the ellipsoid squared
+f         Flattening of the ellipsoid (often presented as an inverse, e.g. 1/298)
+gamma
+geoc
+guam
+h
+k         Scaling factor (old name)
+K
+k_0       Scaling factor (new name)
+lat_0     Latitude of origin
+lat_1     Latitude of first standard parallel
+lat_2     Latitude of second standard parallel
+lat_b
+lat_t
+lat_ts    Latitude of true scale
+lon_0     Central meridian
+lon_1
+lon_2
+lonc      ? Longitude used with Oblique Mercator and possibly a few others
+lsat
+m
+M
+n
+no_cut
+no_off
+no_rot
+ns
+o_alpha
+o_lat_1
+o_lat_2
+o_lat_c
+o_lat_p
+o_lon_1
+o_lon_2
+o_lon_c
+o_lon_p
+o_proj
+over
+p
+path
+proj      Projection name (see `proj -l`)
+q
+R
+R_a
+R_A
+rf        Reciprocal of the ellipsoid flattening term (e.g. 298)
+R_g
+R_h
+R_lat_a
+R_lat_g
+rot
+R_V
+s
+south     Denotes southern hemisphere UTM zone
+sym
+t
+theta
+tilt
+to_meter  Multiplier to convert map units to 1.0m
+units     meters, US survey feet, etc.
+vopt
+W
+westo
+x_0       False easting
+y_0       False northing
+zone      UTM zone
</pre>
]]></content:encoded>
			<wfw:commentRss>http://log.largevoid.com/2009/11/proj4-parameter-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mapping Projections with proj4</title>
		<link>http://log.largevoid.com/2009/11/mapping-projections-with-proj4/</link>
		<comments>http://log.largevoid.com/2009/11/mapping-projections-with-proj4/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 23:39:50 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[epsg]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mercator]]></category>
		<category><![CDATA[ogc]]></category>
		<category><![CDATA[proj4]]></category>
		<category><![CDATA[wkt]]></category>

		<guid isPermaLink="false">http://log.largevoid.com/?p=120</guid>
		<description><![CDATA[EPSG:4326 &#8211; WGS84 OGC WKT GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS 84",6378137,298.257223563, AUTHORITY["EPSG","7030"]], TOWGS84[0,0,0,0,0,0,0], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.01745329251994328, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4326"]] proj4 +proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs [Unofficial] EPSG:900913 &#8211; Google Mercator 2008/Spherical OGC WKT PROJCS["unnamed", GEOGCS["unnamed ellipse", DATUM["unknown", SPHEROID["unnamed",6378137,0]], PRIMEM["Greenwich",0], UNIT["degree",0.0174532925199433]], PROJECTION["Mercator_2SP"], PARAMETER["standard_parallel_1",0], PARAMETER["central_meridian",0], PARAMETER["false_easting",0], PARAMETER["false_northing",0], UNIT["Meter",1], EXTENSION["PROJ4","+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext [...]]]></description>
			<content:encoded><![CDATA[<h3>EPSG:4326 &#8211; WGS84</h3>
<h4>OGC WKT</h4>
<pre>GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS 84",6378137,298.257223563, AUTHORITY["EPSG","7030"]], TOWGS84[0,0,0,0,0,0,0], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.01745329251994328, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4326"]]</pre>
<h4>proj4</h4>
<pre>+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs</pre>
<h3>[Unofficial] EPSG:900913 &#8211; Google Mercator 2008/Spherical</h3>
<h4>OGC WKT</h4>
<pre>PROJCS["unnamed", GEOGCS["unnamed ellipse", DATUM["unknown", SPHEROID["unnamed",6378137,0]], PRIMEM["Greenwich",0], UNIT["degree",0.0174532925199433]], PROJECTION["Mercator_2SP"], PARAMETER["standard_parallel_1",0], PARAMETER["central_meridian",0], PARAMETER["false_easting",0], PARAMETER["false_northing",0], UNIT["Meter",1], EXTENSION["PROJ4","+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"]]</pre>
<h4>proj4</h4>
<pre>+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext  +no_defs</pre>
<h3>EPSG:32611 &#8211; WGS84 / UTM zone 11N</h3>
<h4>OGC WKT</h4>
<pre>PROJCS["WGS 84 / UTM zone 11N", GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS 84",6378137,298.257223563, AUTHORITY["EPSG","7030"]], TOWGS84[0,0,0,0,0,0,0], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.01745329251994328, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4326"]], PROJECTION["Transverse_Mercator"], PARAMETER["latitude_of_origin",0], PARAMETER["central_meridian",-117], PARAMETER["scale_factor",0.9996], PARAMETER["false_easting",500000], PARAMETER["false_northing",0], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AUTHORITY["EPSG","32611"]]</pre>
<h4>proj4</h4>
<pre>+proj=utm +zone=11 +ellps=WGS84 +datum=WGS84 +units=m +no_defs </pre>
<h3>EPSG:26944 &#8211; NAD83 / California zone 4</h3>
<h4>OGC WKT</h4>
<pre>PROJCS["NAD83 / California zone 4", GEOGCS["NAD83", DATUM["North_American_Datum_1983", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], AUTHORITY["EPSG","6269"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.01745329251994328, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4269"]], PROJECTION["Lambert_Conformal_Conic_2SP"], PARAMETER["standard_parallel_1",37.25], PARAMETER["standard_parallel_2",36], PARAMETER["latitude_of_origin",35.33333333333334], PARAMETER["central_meridian",-119], PARAMETER["false_easting",2000000], PARAMETER["false_northing",500000], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AUTHORITY["EPSG","26944"]]</pre>
<h4>proj4</h4>
<pre>+proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000 +y_0=500000 +ellps=GRS80 +datum=NAD83 +units=m +no_defs</pre>
<h3>EPSG:26965 &#8211; NAD83 / Hawaii zone 5</h3>
<h4>OGC WKT</h4>
<pre>PROJCS["NAD83 / Hawaii zone 5", GEOGCS["NAD83", DATUM["North_American_Datum_1983", SPHEROID["GRS 1980",6378137,298.257222101, AUTHORITY["EPSG","7019"]], AUTHORITY["EPSG","6269"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.01745329251994328, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4269"]], PROJECTION["Transverse_Mercator"], PARAMETER["latitude_of_origin",21.66666666666667], PARAMETER["central_meridian",-160.1666666666667], PARAMETER["scale_factor",1], PARAMETER["false_easting",500000], PARAMETER["false_northing",0], UNIT["metre",1, AUTHORITY["EPSG","9001"]], AUTHORITY["EPSG","26965"]]</pre>
<h4>proj4</h4>
<pre>+proj=tmerc +lat_0=21.66666666666667 +lon_0=-160.1666666666667 +k=1.000000 +x_0=500000 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs</pre>
<h3>EPSG:4135 &#8211; Old Hawaiian</h3>
<h4>OGC WKT</h4>
<pre>GEOGCS["Old Hawaiian", DATUM["Old_Hawaiian", SPHEROID["Clarke 1866",6378206.4,294.9786982138982, AUTHORITY["EPSG","7008"]], AUTHORITY["EPSG","6135"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.01745329251994328, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4135"]]</pre>
<h4>proj4</h4>
<pre>+proj=longlat +ellps=clrk66 +no_defs </pre>
]]></content:encoded>
			<wfw:commentRss>http://log.largevoid.com/2009/11/mapping-projections-with-proj4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  log.largevoid.com/tag/proj4/feed/ ) in 0.21865 seconds, on Feb 8th, 2012 at 4:20 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 5:20 am UTC -->
