<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Projection Parameters / Point-Of-Origin For State Plane Coordinate Systems (SPCS)</title>
	<atom:link href="http://freegeographytools.com/2008/projection-parameters-point-of-origin-for-state-plane-coordinate-systems-spcs/feed" rel="self" type="application/rss+xml" />
	<link>http://freegeographytools.com/2008/projection-parameters-point-of-origin-for-state-plane-coordinate-systems-spcs</link>
	<description>Exploring the world of free tools for GIS, GPS, Google Earth, neogeography, and more.</description>
	<lastBuildDate>Wed, 18 Nov 2009 03:05:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Andrew Danner</title>
		<link>http://freegeographytools.com/2008/projection-parameters-point-of-origin-for-state-plane-coordinate-systems-spcs/comment-page-1#comment-1136</link>
		<dc:creator>Andrew Danner</dc:creator>
		<pubDate>Fri, 09 May 2008 18:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://freegeographytools.com/2008/projection-parameters-point-of-origin-for-state-plane-coordinate-systems-spcs#comment-1136</guid>
		<description>OGR which is part of GDAL recommends the Proj library
http://www.remotesensing.org/proj  which includes a bunch of projection parameters for state plane in
the file /usr/share/proj/epsg (on a Debian/Linux system) including epsg codes
For example for North Carolina,

# NAD83 / North Carolina (ftUS)
 +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024384 +y_0=0 +ellps=GRS80 +datum=NAD83 +to_meter=0.3048006096012192 +no_defs

OGR can convert based on EPSG codes (in this example 2264), which if you have a handful of common projections, it is easier to remember a few epsg codes than wacky projection parameters.</description>
		<content:encoded><![CDATA[<p>OGR which is part of GDAL recommends the Proj library<br />
<a href="http://www.remotesensing.org/proj" rel="nofollow">http://www.remotesensing.org/proj</a>  which includes a bunch of projection parameters for state plane in<br />
the file /usr/share/proj/epsg (on a Debian/Linux system) including epsg codes<br />
For example for North Carolina,</p>
<p># NAD83 / North Carolina (ftUS)<br />
 +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024384 +y_0=0 +ellps=GRS80 +datum=NAD83 +to_meter=0.3048006096012192 +no_defs</p>
<p>OGR can convert based on EPSG codes (in this example 2264), which if you have a handful of common projections, it is easier to remember a few epsg codes than wacky projection parameters.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
