<?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>new jersey geographer &#187; programming</title>
	<atom:link href="http://njgeo.org/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://njgeo.org</link>
	<description>GIS and planning in New Jersey</description>
	<lastBuildDate>Wed, 09 May 2012 13:03:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Updating OpenStreetMap with Land Use Data</title>
		<link>http://njgeo.org/2010/02/03/updating-osm-lu-data/</link>
		<comments>http://njgeo.org/2010/02/03/updating-osm-lu-data/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 19:34:44 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripting]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=221</guid>
		<description><![CDATA[Over the course of 2009, I got involved with OpenStreetMap. If you haven&#8217;t used OSM, I suggest you check it out. It&#8217;s being updated and used throughout the world, from mapping campuses in New Jersey to aiding the relief efforts &#8230; <a href="http://njgeo.org/2010/02/03/updating-osm-lu-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Over the course of 2009, I got involved with <a href="http://osm.org/" target="_blank">OpenStreetMap</a>. If you haven&#8217;t used OSM, I suggest you check it out. It&#8217;s being updated and used throughout the world, from <a href="http://osm.org/go/ZciXZggp-" target="_blank">mapping campuses in New Jersey</a> to <a href="http://wiki.openstreetmap.org/wiki/WikiProject_Haiti" target="_blank">aiding the relief efforts in Haiti</a>.</p>
<p>So, du<a href="http://njgeo.org/wp-content/uploads/2010/02/Screen-shot-2010-02-03-at-2.31.40-PM.png"><img class="alignright size-full wp-image-230" title="Land Use around Trenton" src="http://njgeo.org/wp-content/uploads/2010/02/Screen-shot-2010-02-03-at-2.31.40-PM.png" alt="Example from OSM of the imported land use polygons around Trenton, NJ." width="180" height="180" /></a>ring 2009, I had noticed that on OSM, the State of Georgia had <a href="http://en.wikipedia.org/wiki/Land_use">land use</a> data. I started to look into <a href="http://wiki.openstreetmap.org/wiki/Georgia_%28U.S._state%29#Land_Use">how Georgia was so lucky</a>. OSM relies on user contributions, so some savvy user must have added all of those polygons to the map. <a href="http://wiki.openstreetmap.org/wiki/User_talk:Liber">I contacted that savvy user</a> to find out more. Liber pointed me to some of the methods he and others <a href="http://wiki.openstreetmap.org/wiki/Imports">have used to import GIS </a><a href="http://wiki.openstreetmap.org/wiki/Imports">data</a> into OpenStreetMap. I was unsatisfied with the existing software, so I looked into <a href="http://wiki.openstreetmap.org/wiki/API_v0.6">the OSM API</a> and wrote my own code to export directly from <a href="http://support.esri.com/index.cfm?d=30028&amp;fa=knowledgebase.techarticles.articleShow">ArcGIS</a> into <a href="http://wiki.openstreetmap.org/wiki/.osm">the .osm file format</a>.</p>
<p><a href="http://users.rowan.edu/~reiser/osm/">ExportToOSM.py</a> is my crack at programming an export utility. I wanted something that would export <a href="http://support.esri.com/index.cfm?fa=knowledgebase.gisDictionary.search&amp;searchTerm=multipart+feature">multipolygons</a> from ArcGIS as <a href="http://wiki.openstreetmap.org/wiki/Relation:multipolygon">OSM multipolygon relations</a> and would produce a file free of redundant <a href="http://wiki.openstreetmap.org/wiki/Nodes#Node">nodes</a>. I used an earlier version of my script <a href="http://osm.org/go/ZciXZKQ6s--">to export the buildings on Rowan&#8217;s campus</a>. After fixing a few issues &#8211; namely the multipart polygons (take a look at Evergreen Hall, still need to punch in the interior courtyard as a doughnut hole) &#8211; I began developing a plan to export <a href="http://nj.gov/dep/gis/lulc02cshp.html">NJ&#8217;s 2002 Land Use data</a> to OSM.</p>
<p>(...)<br/>Read the rest of <a href="http://njgeo.org/2010/02/03/updating-osm-lu-data/">Updating OpenStreetMap with Land Use Data</a> on my blog. </p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2010. |
<a href="http://njgeo.org/2010/02/03/updating-osm-lu-data/">Permalink</a> |
<a href="http://njgeo.org/2010/02/03/updating-osm-lu-data/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2010/02/03/updating-osm-lu-data/&title=Updating OpenStreetMap with Land Use Data">del.icio.us</a>
<br/>
Post tags: <a href="http://njgeo.org/tag/openstreetmap/" rel="tag">OpenStreetMap</a>, <a href="http://njgeo.org/tag/programming/" rel="tag">programming</a>, <a href="http://njgeo.org/tag/python/" rel="tag">python</a>, <a href="http://njgeo.org/tag/scripting/" rel="tag">scripting</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2010/02/03/updating-osm-lu-data/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

