<?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; epsg</title>
	<atom:link href="http://log.largevoid.com/tag/epsg/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>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/epsg/feed/ ) in 0.23082 seconds, on Feb 8th, 2012 at 4:06 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 5:06 am UTC -->
