<?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; Technology</title>
	<atom:link href="http://njgeo.org/category/technology/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>Pulling data from OSM using XAPI, bringing it to ArcGIS</title>
		<link>http://njgeo.org/2012/05/09/pulling-data-from-osm-using-xapi-bringing-it-to-arcgis/</link>
		<comments>http://njgeo.org/2012/05/09/pulling-data-from-osm-using-xapi-bringing-it-to-arcgis/#comments</comments>
		<pubDate>Wed, 09 May 2012 13:03:41 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools and Scripts]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[mapquest]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[xapi]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=683</guid>
		<description><![CDATA[I was recently asked by a friend if I knew of an ArcGIS-friendly data set representing the highway interchanges within New Jersey. I knew the information was already available in OpenStreetMap, but how could I quickly pull just the highway &#8230; <a href="http://njgeo.org/2012/05/09/pulling-data-from-osm-using-xapi-bringing-it-to-arcgis/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was recently asked by a friend if I knew of an ArcGIS-friendly data set representing the highway interchanges within New Jersey. I knew the information was already available in <a title="OSM at the NJ Turnpike/Garden State Parkway interchange." href="http://www.openstreetmap.org/?lat=40.54218&amp;lon=-74.29841&amp;zoom=15&amp;layers=M">OpenStreetMap</a>, but how could I quickly pull just the highway interchanges out of OSM and bring them into ArcGIS?</p>
<p>Using the <a href="http://wiki.openstreetmap.org/wiki/XAPI">XAPI</a>, I was able to pull just the relevant information from OSM. In this case, I only wanted <a href="http://wiki.openstreetmap.org/wiki/Node">nodes</a> that contained <a href="http://wiki.openstreetmap.org/wiki/Motorway_junction">a highway key with the value of motorway_junction</a>. I used <a href="http://mapquest.com/">MapQuest</a>&#8216;s <a href="http://developer.mapquest.com/web/products/open/xapi">XAPI service</a> and quickly generated a URL using <a href="http://harrywood.co.uk/maps/uixapi/xapi.html">a nifty map mashup</a>. I had to manipulate the XAPI URL manually to change the bounding box; New Jersey was too large to search with a statewide bbox, so I broke the state into four portions by changing the latitude ranges. Making smaller requests for the part of the state between latitude 39 and 40, then 40 and 41, allowed my request to go through without timing out.</p>
<p>I was then left with four XML files that contained the highway interchanges. ArcGIS doesn&#8217;t know what to do with this, so <a href="https://gist.github.com/2641539">I whipped up some Python to convert all four tables into one tab-delimited file</a>. This code (included below) can then be used to add the points to ArcMap using the Add XY Data functionality.</p>
<p>All said and done, this project took me about an hour. I was able to send the data off in about 30 minutes, but then spent another thirty minutes cleaning up the script, modifying it to spit out any available key, not just the &#8220;ref&#8221; tag. The script is GPL, free for you to use as you see fit. <a href="http://wiki.openstreetmap.org/wiki/Legal_FAQ#I_would_like_to_use_OpenStreetMap_maps._How_should_I_credit_you.3F">Just remember to give credit where it&#8217;s due, attributing your data back to OSM. </a></p>
<p>Taking the time to do this for a friend is a good reminder of why I push our students to do more than just the GIS curriculum. Being familiar with OSM gives you a different point of view on GIS data, schema, and community than what you would gain from most GIS courses and entry-level positions. GIS is already about problem solving; being able to do some basic programming will enable you to tackle much larger problems efficiently. And providing technical assistance to others just makes you a better person.</p>
<p><script src="https://gist.github.com/2641539.js"> </script></p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2012. |
<a href="http://njgeo.org/2012/05/09/pulling-data-from-osm-using-xapi-bringing-it-to-arcgis/">Permalink</a> |
<a href="http://njgeo.org/2012/05/09/pulling-data-from-osm-using-xapi-bringing-it-to-arcgis/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2012/05/09/pulling-data-from-osm-using-xapi-bringing-it-to-arcgis/&title=Pulling data from OSM using XAPI, bringing it to ArcGIS">del.icio.us</a>
<br/>
Post tags: <a href="http://njgeo.org/tag/github/" rel="tag">github</a>, <a href="http://njgeo.org/tag/mapquest/" rel="tag">mapquest</a>, <a href="http://njgeo.org/tag/openstreetmap/" rel="tag">OpenStreetMap</a>, <a href="http://njgeo.org/tag/python/" rel="tag">python</a>, <a href="http://njgeo.org/tag/scripts/" rel="tag">scripts</a>, <a href="http://njgeo.org/tag/xapi/" rel="tag">xapi</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2012/05/09/pulling-data-from-osm-using-xapi-bringing-it-to-arcgis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Jersey Bike Map public meeting</title>
		<link>http://njgeo.org/2012/05/08/new-jersey-bike-map-public-meeting/</link>
		<comments>http://njgeo.org/2012/05/08/new-jersey-bike-map-public-meeting/#comments</comments>
		<pubDate>Tue, 08 May 2012 19:54:16 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Cycling]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[OPRA]]></category>
		<category><![CDATA[Planning]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Transportation]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=660</guid>
		<description><![CDATA[This Thursday, May 10th, I will be attending the final public meeting to discuss the draft New Jersey Statewide Bicycle Map and Resource Guide. I attended the first meeting at Cumberland County College, but will be again providing comments at &#8230; <a href="http://njgeo.org/2012/05/08/new-jersey-bike-map-public-meeting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_671" class="wp-caption alignright" style="width: 310px"><a href="http://njgeo.org/wp-content/uploads/2012/05/njbikemap.png"><img class="size-medium wp-image-671" title="njbikemap" src="http://njgeo.org/wp-content/uploads/2012/05/njbikemap-300x300.png" alt="" width="300" height="300" /></a><p class="wp-caption-text">detail of the NJ Statewide Bicycle Map.</p></div>
<p>This Thursday, May 10th, I will be attending the final public meeting to discuss the draft <a href="http://bikemap.com/njbike/">New Jersey Statewide Bicycle Map and Resource Guide</a>. I attended the first meeting at Cumberland County College, but will be again providing comments at this final meeting to be held at NJ DOT Headquarters. I&#8217;m very much a single-use public commenter, as I really do not have many concerns about the map at all; frankly, it&#8217;s beautiful and I plan on getting copies as they are data-rich and rendered by an excellent set of cartographers. My concern is the data-richness &#8211; this map is <strong>detailed</strong>, and for DOT or the consultants to not release the underlying data along with the maps would be a sin.</p>
<p>Let me take a step back and explain how I first found out about this project. Dave Heller from <a href="http://sjtpo.org/">SJTPO</a> posted an email to the New Jersey Geospatial Forum discussion list, asking the group if there was any bicycle facility data that was publicly available and more recent than 2007.</p>
<blockquote><p>Hello:</p>
<p>We have a bicycle/pedestrian GIS layer from 2007.  I wanted to find out if people here are aware of anything more recent.  Specifically, we are interested in South Jersey.  Please let me know if you are.</p>
<p>Thanks.</p>
<p>David Heller</p></blockquote>
<p>Being the great resource that it is, within 10 minutes another member of the NJGF mailing list, Robert Blash, pointed Dave to the Statewide Bicycle Map project web page.</p>
<blockquote><p>Take a look at <a href="http://bikemap.com/njbike/">http://bikemap.com/njbike/</a></p>
<p>NJDOT has a project to map out biking areas in NJ.</p>
<p>Robert Blash</p></blockquote>
<p>I was in the middle of writing an email to Dave &amp; the list about using OSM data for bicycle facilities when Robert&#8217;s email came in, so I took a look at the site. While I was glad that DOT is looking to create a statewide cycling map, I was a little dismayed by what I saw on the site. My email to the list follows:</p>
<blockquote><p>CloudMade has OSM-sourced data available as ESRI Shapefiles.<br />
<a href="http://downloads.cloudmade.com/americas/northern_america/united_states/new_jersey#downloads_breadcrumbs">http://downloads.cloudmade.com/americas/northern_america/united_states/new_jersey#downloads_breadcrumbs</a></p>
<p>You can see what bike/ped facilities are in place using OpenCycleMap: <a href="http://opencyclemap.org/">http://opencyclemap.org/</a><br />
If you take a look at Glassboro &#8211; <a href="http://opencyclemap.org/?zoom=15&amp;lat=39.70289&amp;lon=-75.10368&amp;layers=B00">http://opencyclemap.org/?zoom=15&amp;lat=39.70289&amp;lon=-75.10368&amp;layers=B00</a> – You will see the Glassboro-Monroe bikeway and the pedestrian connections throughout campus. Some of our bike racks are on OSM, but not all of them.</p>
<p>Regarding the <a href="http://bikemap.com/njbike/">bikemap.com</a> site, I contacted DOT a few years ago regarding the old Bike Maps that were released, looking for the underlying data. The maps were produced by the RBA Group. DOT informed me that the PDFs were the only deliverable and that DOT did not have ANY geospatial data related to bicycle lanes, routes and facilities. bikemap.com is run by RBA Group. Will this project be no different and community-sourced bike data be locked up by a private consulting firm?</p>
<p>You can register for the site and leave comments. Please take a few minutes and let them know that the GIS data behind the map should be made publicly available. Comment #2 is what deliverables are important; click &#8220;electronic file&#8221;. For question #4, comments, I left the following:</p>
<p>&#8220;Please make sure that all data collected through bikemap.com relevant to the production of the cycling routes and facilities is made available to the citizens of New Jersey by placing the data online under an open data license or released as public domain.&#8221;</p>
<p>If this project is funded by both NJ DOT and US DOT, the results of it should be open and accessible.</p>
<p>Peace, love, and open source,<br />
John</p></blockquote>
<p>Merrilee Torres, from Burlington County, replied to the list mentioning that <a href="http://bikemap.com/">Steve Spindler Cartography</a> (who owns bikemap.com) is involved in the project and that echoing my concern for public release of the data, as the project managers, <a href="http://www.rbagroup.com/">RBA Group</a>, solicited the counties for bicycle facilities data.</p>
<blockquote><p>My understanding is that Steve Spindler Cartography is doing the mapping for the state bike map but yes, RBA is managing it.  I do know that they were trying to collect as much source data from Counties as possible which gives even more credence to the idea that the data should be publicly available.</p>
<p>Merrilee J. Torres, GISP</p></blockquote>
<p>I then replied to Merrilee and the list, expanding on my position on government and open data:</p>
<blockquote><p>I don&#8217;t want to suggest that the State (if it&#8217;s even legally allowed to do so) adopt some sort of license like the GPLv3 where derivative works are required to be released under the same terms; open and redistributable. If that were the case, it could be argued that anything sourced off of aerial photos would then need to be released. There&#8217;s a massive amount of value in having the State&#8217;s data open, however it does seem like the public is getting short shafted when public data gets vacuumed up and then locked away. There is some value-added in performing the work that merits compensation to the consultant, but if the State is the one footing the bill, it should be stipulated that the product is owned by and distributable under whatever terms the purchaser/the State deems fit.</p>
<p>The paper NJ Bike maps are going to be great to have. Let&#8217;s face it, while many GIS geeks seem to also be biking/outdoor enthusiasts, the reverse is far from true. The public is going to need the paper maps. If the data is released, there&#8217;s great opportunities for the GIS geeks to perform some analysis that either improves the data further or could help influence policy relating to bicycle use in the state. Open government data allows many great ideas and projects to come to fruition; producing data, research and applications far beyond the scope of the original project.</p>
<p>And if the data was already there and freely accessible, Dave Heller would have found it and y&#8217;all wouldn&#8217;t have been subjected to my open data rants! <img src='http://njgeo.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>John Reiser</p></blockquote>
<p>The conversation then took a couple turns back on track, to locate some additional information for Dave, then died out. Then a month or so later, I received notice of the public meetings. On April 24th, I rode my bike to work, checked out a ZipCar and went down to the CCC campus for the public meeting.</p>
<p>The meeting was conducted by two staff members from RBA and a staff person from <a href="http://www.mbakercorp.com/">Baker</a>. After explaining the process and the methodology used to rate the state&#8217;s roadways for bicycle suitability, they opened it up to comments and questions. I asked about the intent of the map; &#8220;Who is your audience?&#8221; was met with a &#8220;Yes,&#8221; followed with an explanation that they intend the map to be useful to anyone.</p>
<p>I voiced my concern with such a sentiment. Paper maps are not going to serve everyone. While most people cycling for recreation are almost guaranteed to benefit from the map, it&#8217;s still in paper form. There&#8217;s a cost to print and deliver. And even if you provide PDFs, there&#8217;s few opportunities for individuals to print large-format maps without a visit to a printer.</p>
<div id="attachment_673" class="wp-caption alignright" style="width: 310px"><a href="http://njgeo.org/wp-content/uploads/2012/05/IMG_5888.jpg"><img class="size-medium wp-image-673" title="IMG_5888" src="http://njgeo.org/wp-content/uploads/2012/05/IMG_5888-300x300.jpg" alt="" width="300" height="300" /></a><p class="wp-caption-text">Cycling is a key part of commuting, whether it is the sole mode or used to make connections, like above. About 50 bikes were locked outside of Harrison&#39;s Path station on a rainy weekday.</p></div>
<p>Beyond that, what about those that bike because it is their only available mode of transportation? Are the maps and guidebooks going to be available to them? Are the books only going to be available in English? Take a visit to nearly any suburban chain restaurant and you will see a few bikes locked up in the rear, surrounded by a sea of automobile parking. Those bikes don&#8217;t belong to a suburban family of four, they belong to those cooking the meals and washing dishes.</p>
<p>If the data behind the maps are made available, the utility of this endeavor increases exponentially. Paper maps serve a purpose and are nice things to have, but in terms of providing for cyclists, planners, social workers, public advocates, and geeks like me are not going to be able build upon a PDF map. Providing the data in a free (<a href="http://en.wikipedia.org/wiki/Gratis_versus_libre"><em>libre</em>, not <em>gratis</em></a>) form enables so many ancillary players to tap into the resource provided and expand its benefits to a larger audience.</p>
<div id="attachment_675" class="wp-caption alignright" style="width: 310px"><a href="http://njgeo.org/wp-content/uploads/2012/05/Screen-Shot-2012-05-08-at-1.45.27-PM.png"><img class="size-medium wp-image-675" title="Screen Shot 2012-05-08 at 1.45.27 PM" src="http://njgeo.org/wp-content/uploads/2012/05/Screen-Shot-2012-05-08-at-1.45.27-PM-300x300.png" alt="" width="300" height="300" /></a><p class="wp-caption-text">Jersey looks devoid of regional connections on OpenCycleMap. I&#39;ve personally added some smaller tours and bike paths, but there&#39;s much more left to add.</p></div>
<p>I&#8217;m attending the meeting at DOT mainly due to the response I received from the individual from Baker regarding <a href="http://www.state.nj.us/transportation/commuter/bike/tours.shtm">the previous set of bicycle maps</a>. When asked about why the data behind the previous set of maps was not made available, the answer I received was that the maps &#8220;were done in Illustrator.&#8221; Yes, the set of maps (available to download at no-cost from the link above) were likely modified and aesthetically improved in Illustrator. But only Illustrator? Considering the state has GIS data for the millions of miles of roadway in the state, why was only Illustrator used? Fine, forget the old maps for now &#8211; the new maps have the tours available on them, along with all of the roadway condition information. There is no possible way that all of that information was managed effectively outside of GIS. And if it was an entirely Illustrator produced product, why is the State paying consultants to be inefficient?</p>
<p>I was told that the data behind the new maps is definitely GIS data, but that the staff of DOT will ultimately decide if the data will be released. First, of all, I intend to submit <a href="http://www.state.nj.us/grc/public/">an OPRA request</a> for the data if it is not released when the project is deemed complete and the paper maps &amp; PDFs are released. Secondly, why wouldn&#8217;t DOT want the data released? They already provide <a href="http://www.state.nj.us/transportation/gis/data.shtm">GIS data</a> and <a href="http://www.state.nj.us/transportation/gis/map.shtm">maps</a> in multiple forms for any use.</p>
<p>I spoke with <a href="http://www.linkedin.com/profile/view?id=80980589&amp;locale=en_US">Elizabeth Cox</a> from RBA after the meeting and she encouraged me to provide written feedback. I will likely print this blog post (how quaint) and will submit it at the public meeting. I may decide to write something more formal for submission and will update this post to include it if written. At the least, I intend to attend the meeting and directly ask the individuals at DOT what are the future plans for this data. I also encourage you to provide feedback via their <a href="http://bikemap.com/njbike/contact.php">contact form</a>. I&#8217;ll provide updates after the meeting Thursday.</p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2012. |
<a href="http://njgeo.org/2012/05/08/new-jersey-bike-map-public-meeting/">Permalink</a> |
<a href="http://njgeo.org/2012/05/08/new-jersey-bike-map-public-meeting/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2012/05/08/new-jersey-bike-map-public-meeting/&title=New Jersey Bike Map public meeting">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2012/05/08/new-jersey-bike-map-public-meeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RULost? I hope not.</title>
		<link>http://njgeo.org/2011/09/09/rulost-i-hope-not/</link>
		<comments>http://njgeo.org/2011/09/09/rulost-i-hope-not/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 18:39:23 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Mass Transit]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Transportation]]></category>
		<category><![CDATA[Web Mapping]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[iPhone App]]></category>
		<category><![CDATA[RULost]]></category>
		<category><![CDATA[Rutgers]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=587</guid>
		<description><![CDATA[Fellow Rutgers grad Jim Barry shared with me a link to a press release on the RULost iPhone app. While I was initially excited to see Rutgers come out with an app to aid students in navigating the huge New &#8230; <a href="http://njgeo.org/2011/09/09/rulost-i-hope-not/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Fellow Rutgers grad <a href="http://twitter.com/jimbarry">Jim Barry</a> shared with me a link to <a href="http://news.rutgers.edu/medrel/special-content/summer-2011/rulost-app-has-an-an-20110824/">a press release</a> on the <a href="http://rulostapp.com/">RULost iPhone app</a>. While I was initially excited to see Rutgers come out with an app to aid students in navigating the huge <a href="http://rumaps.rutgers.edu/#?campus=nb">New Brunswick campus</a> (which is actually 5 campuses split between New Brunswick, Piscataway Township, Edison Township and a small portion in North Brunswick Township) and <a href="http://parktran.rutgers.edu/campusbuses.shtml">its extensive bus system</a>, after <a href="http://itunes.apple.com/us/app/rulost/id424397260?mt=8">plunking down 99¢</a>, I&#8217;m not so impressed.(...)<br/>Read the rest of <a href="http://njgeo.org/2011/09/09/rulost-i-hope-not/">RULost? I hope not.</a> on my blog. </p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2011. |
<a href="http://njgeo.org/2011/09/09/rulost-i-hope-not/">Permalink</a> |
<a href="http://njgeo.org/2011/09/09/rulost-i-hope-not/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2011/09/09/rulost-i-hope-not/&title=RULost? I hope not.">del.icio.us</a>
<br/>
Post tags: <a href="http://njgeo.org/tag/html5/" rel="tag">HTML5</a>, <a href="http://njgeo.org/tag/iphone-app/" rel="tag">iPhone App</a>, <a href="http://njgeo.org/tag/rulost/" rel="tag">RULost</a>, <a href="http://njgeo.org/tag/rutgers/" rel="tag">Rutgers</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2011/09/09/rulost-i-hope-not/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Statewide 1974 aerial imagery available via WMS</title>
		<link>http://njgeo.org/2011/08/09/statewide-1974-aerial-imagery-available-via-wms/</link>
		<comments>http://njgeo.org/2011/08/09/statewide-1974-aerial-imagery-available-via-wms/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 13:01:51 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Aerial Photography]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[historic]]></category>
		<category><![CDATA[imagery]]></category>
		<category><![CDATA[OIT]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=567</guid>
		<description><![CDATA[OIT has made the 1974 statewide aerial photography available via their WMS service. WMS: http://njwebmap.state.nj.us/njimagery Civil Solutions was the contractor that assembled the source imagery and prepared the seamless dataset for OIT. What I find amazing about the data is &#8230; <a href="http://njgeo.org/2011/08/09/statewide-1974-aerial-imagery-available-via-wms/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://nj.gov/it/oit/gis/">OIT</a> has made the 1974 statewide aerial photography available via their WMS service.</p>
<blockquote><p>WMS: <a href="http://njwebmap.state.nj.us/njimagery">http://njwebmap.state.nj.us/njimagery</a></p></blockquote>
<p><a href="http://civilsolutions.biz/AboutUs.aspx">Civil Solutions</a> was the contractor that assembled the source imagery and prepared the seamless dataset for OIT.</p>
<div id="attachment_569" class="wp-caption aligncenter" style="width: 510px"><a href="http://njgeo.org/wp-content/uploads/2011/08/northhalls74.jpg"><img class="size-large wp-image-569" title="northhalls74" src="http://njgeo.org/wp-content/uploads/2011/08/northhalls74-500x500.jpg" alt="The northeastern quadrant of Rowan's Glassboro Campus in 1974." width="500" height="500" /></a><p class="wp-caption-text">The northeastern quadrant of Rowan&#39;s Glassboro Campus in 1974.</p></div>
<div id="attachment_570" class="wp-caption aligncenter" style="width: 510px"><a href="http://njgeo.org/wp-content/uploads/2011/08/northhalls07.jpg"><img class="size-large wp-image-570" title="northhalls07" src="http://njgeo.org/wp-content/uploads/2011/08/northhalls07-500x500.jpg" alt="Same extent, but from the 2007 statewide imagery." width="500" height="500" /></a><p class="wp-caption-text">Same extent, but from the 2007 statewide imagery.</p></div>
<p>What I find amazing about the data is how clear the imagery is down to very large scale.</p>
<div id="attachment_568" class="wp-caption aligncenter" style="width: 510px"><a href="http://njgeo.org/wp-content/uploads/2011/08/northhalls74detail.jpg"><img class="size-large wp-image-568" title="northhalls74detail" src="http://njgeo.org/wp-content/uploads/2011/08/northhalls74detail-500x500.jpg" alt="Detail of the parking lot north of Mimosa Hall" width="500" height="500" /></a><p class="wp-caption-text">Detail of the parking lot north of Mimosa Hall.</p></div>
<p>And just for fun, here&#8217;s an animation of the two images tweened, so you can see the amount of change on our campus in 33 years.</p>
<p><img class="aligncenter size-full wp-image-574" title="northhallsani" src="http://njgeo.org/wp-content/uploads/2011/08/northhallsani1.gif" alt="" width="500" height="500" /></p>
<p>I checked <a href="http://edcsns17.cr.usgs.gov/NewEarthExplorer/">EarthExplorer</a> and there were several single aerial images from the 1950s of the area around our campus, but they aren&#8217;t georectafied and mosaicked. I may try to stitch them together so we could have images of the campus and &#8216;Boro from the <a href="http://njstateatlas.com/1930/?geo=39.70888693969142,-75.11927604675293&amp;z=16&amp;o=1">1930s</a>, 1950s, 1970s and 1990s along with our more recent imagery.</p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2011. |
<a href="http://njgeo.org/2011/08/09/statewide-1974-aerial-imagery-available-via-wms/">Permalink</a> |
<a href="http://njgeo.org/2011/08/09/statewide-1974-aerial-imagery-available-via-wms/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2011/08/09/statewide-1974-aerial-imagery-available-via-wms/&title=Statewide 1974 aerial imagery available via WMS">del.icio.us</a>
<br/>
Post tags: <a href="http://njgeo.org/tag/aerial-photography/" rel="tag">Aerial Photography</a>, <a href="http://njgeo.org/tag/historic/" rel="tag">historic</a>, <a href="http://njgeo.org/tag/imagery/" rel="tag">imagery</a>, <a href="http://njgeo.org/tag/oit/" rel="tag">OIT</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2011/08/09/statewide-1974-aerial-imagery-available-via-wms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Map Maker for carto-masochists, part 1</title>
		<link>http://njgeo.org/2011/07/10/map-maker-for-carto-masochists-part-1/</link>
		<comments>http://njgeo.org/2011/07/10/map-maker-for-carto-masochists-part-1/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 14:00:07 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[ESRI]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Mapping]]></category>
		<category><![CDATA[Google Map Maker]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=536</guid>
		<description><![CDATA[Why make data created of the third world (and likely by individuals in the third world) a for-sale product for a first world company? <a href="http://njgeo.org/2011/07/10/map-maker-for-carto-masochists-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>I originally wrote the following approximately two weeks ago and it has been lingering as a Draft until now. I decided to wait until the start of the <a href="http://www.esri.com/events/user-conference/index.html">Esri International User Conference</a> to publish this post. The UC has several events planned for their <a href="http://events.esri.com/uc/2011/infoWeb/OnlineAgenda/index.cfm?fa=ofg_search_results_form&amp;whichConf=1&amp;Tracks=136">community mapping</a> offerings, here&#8217;s my take on how Google&#8217;s approach has been less than impressive. Part 2 <del>to follow</del> <a href="http://njgeo.org/2011/07/11/map-maker-for-carto-masochists-part-2/">available here</a>.</em></p>
<p>Way, way back in March of 2010, I contacted Google through their <a href="http://maps.google.com/help/maps/mapcontent/">Map Content Partners form</a> to submit Rowan University&#8217;s GIS data to be included on Google Maps. I heard nothing from them &#8211; not even an automated response &#8211; for several months. In August of 2010, someone in Administration noticed that Google had relabeled Rowan University as Glassboro State College, a name not used since 1992. I was instructed to try and remedy this as soon as possible. I explained that Google had given me the cold shoulder, but I would try some different avenues. The &#8220;report a problem&#8221; feature in Google Maps did get &#8220;Glassboro State College&#8221; off the map, but Rowan remained a featureless blotch within Glassboro.</p>
<p>After giving up on contributing data to Google Maps, I was finally contacted by &#8220;Brandon&#8221; from the Cities in 3D Team. Brandon requested a sample of the data for review. &#8220;Finally!&#8221; I thought, &#8220;now I can submit our data for Google Maps!&#8221; I&#8217;ll admit, I got excited. In hindsight, the excitement was premature and irrational. <a href="http://osm.org/go/ZciXY12p">OpenStreetMap has been updated to reflect the campus</a> <a href="http://www.openstreetmap.org/browse/way/37059370/history">since June of 2009</a>, when I used <a href="http://users.rowan.edu/~reiser/osm/">my Export to OSM script to dump the facilities data into .osm files</a>. I should be focusing my efforts on a custom, Mapnik-rendered set of OSM tiles that look good on top of aerials, a &#8220;Google Maps Hybrid&#8221; layer of my own. I can then sandwich in custom tiles instead of overlaying my data on top of the annotation. (Compare <a href="http://njstateatlas.com/stateplan/?geo=39.701111517506185,-75.10597229003906&amp;z=12">anno-on-top</a> to <a href="http://gis.rowan.edu/projects/luc/map_urban.html?&amp;x=-75.116615&amp;y=39.709828&amp;z=13&amp;t=Terrain">data-on-top</a>.)</p>
<p>Anyway, I eagerly await word back from Google that our data will appear on Google Maps. The notice I receive was far from what I wanted to hear. Instead of accepting the data, I&#8217;m instructed that due to the small number of objects to be added, I should use Google Map Maker instead. I was pissed.</p>
<p>I find Google Map Maker to be an incredible disappointment on two major fronts; first, I refused to use the service as I felt Google was in the wrong for keeping <abbr title="Volunteered Geographic Information">VGI</abbr>-sourced base map data under lock and key. The second, which I will elaborate upon tomorrow, involves the Map Maker tool itself. For a company such as &#8220;do no evil&#8221; Google to create a framework where users can volunteer time to build its GIS repository with no compensation &#8211; not even data retrieval &#8211; I find completely unconscionable. Compare their <a href="https://services.google.com/fb/forms/mapmakerdatadownload/">data download form</a> with getting <a href="http://www.openstreetmap.org/export/finish?maxlat=39.710941&amp;minlon=-75.121815&amp;maxlon=-75.118253&amp;minlat=39.709769&amp;format=osm">data from OpenStreetMap</a>. To non-techies, OSM&#8217;s XML format might be intimidating, but <strong>it&#8217;s data</strong> &#8211; no forms to fill out or licenses to sign. Sure, it&#8217;s not a shapefile&#8230; <a href="http://downloads.cloudmade.com/">but you can get them too</a>, without signing any agreement. I loved hearing how a group of OSM mappers hijacked a Google Mapping Party (the concept itself <a href="http://vaes9.codedgraphic.com/posts/google_mapping_party_kit">lifted from OSM</a>) and got the assembled group to work on OSM. Many others have asked &#8220;<a href="http://markmail.org/message/4qsmdwakr2k3mn4g#query:+page:1+mid:4qsmdwakr2k3mn4g+state:results">why Google, why not OSM?</a>&#8221; The <a href="http://sprovoost.nl/2008/06/24/google-map-maker-and-openstreetmap-my-five-cents/">common thread</a> <a href="http://www.spatiallyadjusted.com/2011/04/20/google-map-maker-arrives-in-my-hometown/">to most</a> <a href="http://web.archive.org/web/20080628005605/http://www.opengeodata.org/?p=307">Map Maker criticism</a> and <a href="http://wiki.openstreetmap.org/wiki/Leading_the_pack">OpenStreetMap&#8217;s major issue with Map Maker</a> is regarding access to the data that has been contributed. Why make data created of the third world (and likely <strong>by individuals in the third world</strong>) a for-sale product for a first world company? Even within your own neighborhood, why volunteer your time if you can&#8217;t reap most of the benefits?</p>
<p>Back from ideology to practicality, I wanted the University on Google, solely because Google is the new Mapquest; it&#8217;s the go-to map service for the average person. (Quick aside, <a href="http://mapq.st/iwcstQ">Mapquest has Rowan University completely mapped out through its OSM-sourced open.mapquest.com</a>.) Brandon&#8217;s earlier suggestion of Map Maker wasn&#8217;t acceptable because of my open-access advocacy leanings, it was out of time constraints. &#8220;You want me to redraw everything?&#8221; That wasn&#8217;t going to happen and I let Brandon know:</p>
<blockquote><p>Brandon,</p>
<p>Thanks for the info. My major concern has been getting an &#8220;official&#8221; set of data on to Google Maps. When Google switched to their own data and pulled place names from GNIS, Rowan University reverted to Glassboro State College, a name last used in 1992. As &#8220;the map guy&#8221; for the University, I was asked by several offices within Rowan to &#8220;fix Google.&#8221; While reporting the antiquated name as a problem did get &#8220;Rowan University&#8221; restored on Google Maps, it brought the lack of campus data on Google to the attention of many in the University community. It has been frustrating for me, as I have attempted to contact Google to provide official data for use on Maps for a considerable time, while also attempting to squash bugs in the Google Maps data on our campus. Being a University, there have been &#8220;creative&#8221; additions to the campus on Google Maps, such as the fact that one of our largest academic buildings appeared as a Bed and Breakfast for about a month.</p>
<p>I would like to provide Google with a set of data out of our Facilities GIS DB that is the same source for our printed campus maps. The previously sent data, reformatted to match your requested schema, is from either survey data or from a 3&#8243; planimetric image. The address information included in this layer matches Gloucester County&#8217;s 911 data. This is as official as it gets.</p>
<p>Google Map Maker is not a viable option for me. The data for Rowan University that is available through OpenStreetMap  was generated through an export utility that I wrote. It is the same source as I emailed you previously, except that it dates from the summer of 2009. Very little of what is on OSM was hand redrawn. Not only would it be a considerable time sink for me, <strong>the tools in Map Maker would not be able to reproduce the high quality data that already exists.</strong></p>
<p>Through the Geovisualization course I teach, we are offering students the opportunity to build SketchUp models of the campus as a final project. Several of the buildings have been completed and I will be uploading them soon. The entire campus is not complete, so if you would like a shapefile with extrusion data, I&#8217;d be happy to resubmit the data with those additional attributes.</p>
<p>Again, I would like to thank you for taking the time to respond to me. I understand that the Cities in 3D team might not have the 2D maps as their major focus, but if you could direct my request to the correct group, I would be incredibly grateful. I initially filled out the Data Provider form in March 2010 and have resubmitted the form several times after receiving no response. I even pestered Ed Parsons over Twitter to no avail. So, I am truly appreciative of your assistance in this issue.</p>
<p>Thanks,<br />
John</p></blockquote>
<p>Brandon responded with two points that made me bristle. First, Rowan was too small for Google: &#8220;the number of buildings on campus provide a relatively low priority for Google.&#8221; This is a 215 acre campus with 50+ structures, it&#8217;s not huge, but it&#8217;s also not insignificant. Second, I was encouraged &#8220;to do as much as you can on your own, or as part of<br />
your class with the students help.&#8221; <a href="http://www.phdcomics.com/comics/archive.php?comicid=1126">No one volunteers my cheap labor for projects other than me, buddy.</a></p>
<p>Through the reconfiguration of our program offerings, Geography and Environmental Studies students are required to have an internship or directed study as part of their capstone research experience. I was able to find a student that really excelled at contributing to OpenStreetMap and asked him if he would be interested in working on updating three map services: Google (via Map Maker), OpenStreetMap (via <a href="http://josm.openstreetmap.de/">JOSM</a>) and ESRI&#8217;s Community Base Map via (<a href="http://njgeo.org/2011/06/14/arcgis-strong-enough-for-server-ph-balanced-for-desktop/">ArcInfo for Advanced Desktops</a>). He agreed and began working on updating Google Maps. I finally bit the bullet, signed into Map Maker and started working with him on some of the edits.</p>
<p><a href="http://njgeo.org/2011/07/11/map-maker-for-carto-masochists-part-2/">Tomorrow, how Map Maker can only make bad maps.</a><em></em></p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2011. |
<a href="http://njgeo.org/2011/07/10/map-maker-for-carto-masochists-part-1/">Permalink</a> |
<a href="http://njgeo.org/2011/07/10/map-maker-for-carto-masochists-part-1/#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2011/07/10/map-maker-for-carto-masochists-part-1/&title=Map Maker for carto-masochists, part 1">del.icio.us</a>
<br/>
Post tags: <a href="http://njgeo.org/tag/google-map-maker/" rel="tag">Google Map Maker</a>, <a href="http://njgeo.org/tag/google-maps/" rel="tag">Google Maps</a>, <a href="http://njgeo.org/tag/openstreetmap/" rel="tag">OpenStreetMap</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2011/07/10/map-maker-for-carto-masochists-part-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Back to the New Normal</title>
		<link>http://njgeo.org/2011/06/01/back-to-the-new-normal/</link>
		<comments>http://njgeo.org/2011/06/01/back-to-the-new-normal/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 19:24:03 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools and Scripts]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Web Mapping]]></category>
		<category><![CDATA[Broadband]]></category>
		<category><![CDATA[DevMeetup]]></category>
		<category><![CDATA[New Jersey Geospatial Forum]]></category>
		<category><![CDATA[Rowan University]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=526</guid>
		<description><![CDATA[It&#8217;s been a while since I last posted to the ol&#8217; Blog. After I returned from the DevSummit in March, my free time dwindled down to nothing. The end of the spring semester has been a whirlwind of activity; developing &#8230; <a href="http://njgeo.org/2011/06/01/back-to-the-new-normal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I last posted to the ol&#8217; Blog. After I returned from the DevSummit in March, my free time dwindled down to nothing. The end of the spring semester has been a whirlwind of activity; developing an online course, tackling several research projects, presenting at the National Guard&#8217;s CFMO University, and the usual end of the semester tasks like grading, projects, etc. Now that the semester is over and I&#8217;m a little more free to tackle projects, I hope that I&#8217;ll be able to blog some more about GIS in New Jersey. I&#8217;m still going to be busy; we have two faculty members to replace and even more students in our GIS courses, but I think summer will be a good time for me to refocus on programming and developing our <a href="http://gis.rowan.edu/">GeoLab</a> into a more robust research lab.</p>
<p>One interesting project that has popped up recently is NJ&#8217;s <a href="http://njgin.state.nj.us/oit/gis/OIT_BroadbandMapping/Map.htm">Broadband Map</a>. You can dig through the data to find which areas of the State are served with broadband Internet. I think the color scheme needs to be <a href="http://colorbrewer.org/">rethought</a>, as dark green to light purple is better suited to divergent or bimodal data, not to a linear progression of 1 to 8 broadband providers.</p>
<p>I&#8217;ll be at the <a href="http://www.esri.com/events/dev-meetup/index.html">ESRI DevMeetup tonight in Philadelphia</a>, giving a lightning talk on <a href="http://gis.rowan.edu/projects/luc">the Land Change Viewer app</a> I developed. Next week <a href="https://njgin.state.nj.us/OIT_NJGF/index.jsp">at the NJGF</a>, I&#8217;ll give a 5 minute talk on the <a href="http://gis.rowan.edu/licenses/">ArcGIS license monitor application</a> I&#8217;m writing. I&#8217;ve got a couple other tidbits in the pipeline and hopefully I&#8217;ll be able to share them here in the next few weeks.</p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2011. |
<a href="http://njgeo.org/2011/06/01/back-to-the-new-normal/">Permalink</a> |
<a href="http://njgeo.org/2011/06/01/back-to-the-new-normal/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2011/06/01/back-to-the-new-normal/&title=Back to the New Normal">del.icio.us</a>
<br/>
Post tags: <a href="http://njgeo.org/tag/broadband/" rel="tag">Broadband</a>, <a href="http://njgeo.org/tag/devmeetup/" rel="tag">DevMeetup</a>, <a href="http://njgeo.org/tag/new-jersey-geospatial-forum/" rel="tag">New Jersey Geospatial Forum</a>, <a href="http://njgeo.org/tag/rowan-university/" rel="tag">Rowan University</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2011/06/01/back-to-the-new-normal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some thoughts on the ESRI DevSummit</title>
		<link>http://njgeo.org/2011/03/16/thoughts-on-devsummit/</link>
		<comments>http://njgeo.org/2011/03/16/thoughts-on-devsummit/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 03:29:16 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[ESRI]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ArcGIS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[DevSummit]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=515</guid>
		<description><![CDATA[I&#8217;m back from the sixth ESRI DevSummit. It was a great event full of informative sessions, socializing and networking. This was one of the first conferences in a while where I did not participate more than simply attending. The DevSummit &#8230; <a href="http://njgeo.org/2011/03/16/thoughts-on-devsummit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://njgeo.org/wp-content/uploads/2011/03/IMG_0889.jpg"><img class="alignright size-medium wp-image-523" title="IMG_0889" src="http://njgeo.org/wp-content/uploads/2011/03/IMG_0889-224x300.jpg" alt="Geography Word Cloud Banner" width="224" height="300" /></a>I&#8217;m back from the sixth ESRI DevSummit. It was a great event full of informative sessions, socializing and networking. This was one of the first conferences in a while where I did not participate more than simply attending. The DevSummit is truly for devoted developers and while I do some development, it&#8217;s nowhere near what I could call full time. Many of the user presentations were incredible displays of GIS geekery and I&#8217;m still in awe with what some people are doing with the software.(...)<br/>Read the rest of <a href="http://njgeo.org/2011/03/16/thoughts-on-devsummit/">Some thoughts on the ESRI DevSummit</a> on my blog. </p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2011. |
<a href="http://njgeo.org/2011/03/16/thoughts-on-devsummit/">Permalink</a> |
<a href="http://njgeo.org/2011/03/16/thoughts-on-devsummit/#comments">5 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2011/03/16/thoughts-on-devsummit/&title=Some thoughts on the ESRI DevSummit">del.icio.us</a>
<br/>
Post tags: <a href="http://njgeo.org/tag/arcgis/" rel="tag">ArcGIS</a>, <a href="http://njgeo.org/tag/development/" rel="tag">Development</a>, <a href="http://njgeo.org/tag/devsummit/" rel="tag">DevSummit</a>, <a href="http://njgeo.org/tag/esri/" rel="tag">ESRI</a>, <a href="http://njgeo.org/tag/gis/" rel="tag">GIS</a>, <a href="http://njgeo.org/tag/mobile/" rel="tag">mobile</a>, <a href="http://njgeo.org/tag/software/" rel="tag">Software</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2011/03/16/thoughts-on-devsummit/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>March Madness</title>
		<link>http://njgeo.org/2011/03/02/march-madness/</link>
		<comments>http://njgeo.org/2011/03/02/march-madness/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 03:41:09 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools and Scripts]]></category>
		<category><![CDATA[Web Mapping]]></category>
		<category><![CDATA[ArcGIS Server]]></category>
		<category><![CDATA[DevSummit]]></category>
		<category><![CDATA[ESRI]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=509</guid>
		<description><![CDATA[Back in January, I had every intention of updating this weekly, but once the semester starts, all bets were off. It&#8217;s been a crazy few weeks, juggling several research projects, two classes and compiling everything needed for my recontracting at &#8230; <a href="http://njgeo.org/2011/03/02/march-madness/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://njgeo.org/2011/01/18/thoughts-on-the-spring-semester/">Back in January</a>, I had every intention of updating this weekly, but once the semester starts, all bets were off.</p>
<p>It&#8217;s been a crazy few weeks, juggling several research projects, two classes and compiling everything needed for my recontracting at Rowan. The last two weeks have been especially tasking; even without the occasional curve ball, I still lacked the hours in the day to get everything done. I need a break, but before that can occur, I need all the boxes checked on my to-do list. Tomorrow and Friday are going to be a blur of activity in attempt to get everything wrapped up by the week&#8217;s end.</p>
<p>Next week, I&#8217;m fortunate to be heading out to Palm Springs for the <a href="http://www.esri.com/events/devsummit/index.html">ESRI DevSummit</a>. I&#8217;m really looking forward to learning more about the latest web mapping technologies. When it comes to server-side GIS, the Windows/.Net-based &#8220;ESRI Stack&#8221; is still a little foreign to me and it&#8217;ll be good to see how I could incorporate some ArcGIS-based technologies into my open source-based map services.</p>
<p>I&#8217;m also hoping to meet up with a few GIS folks I&#8217;ve followed on Twitter. While individuals at ESRI have been incredibly helpful with specific issues, I&#8217;ve found their online documentation to be lacking. There are several ESRI staff and third-party developers whose blog posts about an issue or a technology have clarified things for me and I&#8217;d like to let them know that in person.</p>
<p>Also, the DevSummit is the week before Spring Break. I&#8217;m not one to cancel class, so I&#8217;ve put materials online for my students and will likely Skype back in during class time. The question is, do I video call from my hotel room or do I conduct class poolside under a clear blue sky? Decisions, decisions.</p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2011. |
<a href="http://njgeo.org/2011/03/02/march-madness/">Permalink</a> |
<a href="http://njgeo.org/2011/03/02/march-madness/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2011/03/02/march-madness/&title=March Madness">del.icio.us</a>
<br/>
Post tags: <a href="http://njgeo.org/tag/arcgis-server/" rel="tag">ArcGIS Server</a>, <a href="http://njgeo.org/tag/devsummit/" rel="tag">DevSummit</a>, <a href="http://njgeo.org/tag/esri/" rel="tag">ESRI</a>, <a href="http://njgeo.org/tag/teaching/" rel="tag">Teaching</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2011/03/02/march-madness/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thoughts on the start of the Spring Semester</title>
		<link>http://njgeo.org/2011/01/18/thoughts-on-the-spring-semester/</link>
		<comments>http://njgeo.org/2011/01/18/thoughts-on-the-spring-semester/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 12:45:44 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Teaching]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[creative commons]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=478</guid>
		<description><![CDATA[Today marks the beginning of the Spring Semester. For many students, this will be their last semester at Rowan University. For me, I&#8217;ll be teaching GIS II, which is mostly upperclassmen, and Intro to Mapping and GIS, which is more &#8230; <a href="http://njgeo.org/2011/01/18/thoughts-on-the-spring-semester/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today marks the beginning of the Spring Semester. For many students, this will be their last semester at Rowan University. For me, I&#8217;ll be teaching GIS II, which is mostly upperclassmen, and Intro to Mapping and GIS, which is more mixed, but often filled with freshmen. I know most of my GIS II students by now; all of the Intro to Mapping students are brand new faces. One big change this semester is that I&#8217;m in the Pilot Group for the University&#8217;s move to the newest version of Blackboard. I&#8217;ve been rewriting my materials so that more of the course is available through the web. In doing so, I&#8217;m putting more of my materials out there on the web for anyone to use, provided they comply with <a href="http://creativecommons.org/">the Creative Commons license</a>. While <a href="http://njgeo.org/presentations/">most of my presentations have been available online for anyone to view</a>, the class materials have been a somewhat different story; if I&#8217;ve put them online, it was only on my university web page and not a service like <a href="http://www.slideshare.net/">SlideShare</a>. I feel more reserved about posting classroom materials online for two main reasons.(...)<br/>Read the rest of <a href="http://njgeo.org/2011/01/18/thoughts-on-the-spring-semester/">Thoughts on the start of the Spring Semester</a> on my blog. </p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2011. |
<a href="http://njgeo.org/2011/01/18/thoughts-on-the-spring-semester/">Permalink</a> |
<a href="http://njgeo.org/2011/01/18/thoughts-on-the-spring-semester/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2011/01/18/thoughts-on-the-spring-semester/&title=Thoughts on the start of the Spring Semester">del.icio.us</a>
<br/>
Post tags: <a href="http://njgeo.org/tag/creative-commons/" rel="tag">creative commons</a>, <a href="http://njgeo.org/tag/presentations/" rel="tag">presentations</a>, <a href="http://njgeo.org/tag/teaching/" rel="tag">Teaching</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2011/01/18/thoughts-on-the-spring-semester/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>2cm Photography of the Ongoing Flooding in Queensland</title>
		<link>http://njgeo.org/2011/01/16/2cm-photography-of-the-ongoing-flooding-in-queensland/</link>
		<comments>http://njgeo.org/2011/01/16/2cm-photography-of-the-ongoing-flooding-in-queensland/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 04:45:47 +0000</pubDate>
		<dc:creator>John Reiser</dc:creator>
				<category><![CDATA[Aerial Photography]]></category>
		<category><![CDATA[In the News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Australia]]></category>
		<category><![CDATA[Brisbane]]></category>
		<category><![CDATA[flooding]]></category>
		<category><![CDATA[Queensland]]></category>

		<guid isPermaLink="false">http://njgeo.org/?p=487</guid>
		<description><![CDATA[NearMap has released an interactive map showing the imagery acquired this week of the flooding around Brisbane. 2cm imagery, less than a week old, available around the world through the internet. Pretty soon, laughing about how some fools think the &#8230; <a href="http://njgeo.org/2011/01/16/2cm-photography-of-the-ongoing-flooding-in-queensland/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nearmap.com/?ll=-27.552416,152.94239&amp;z=12&amp;t=h">NearMap has released an interactive map</a> showing the imagery acquired <em>this week</em> of the flooding around Brisbane. 2cm imagery, less than a week old, available around the world through the internet. Pretty soon, laughing about how some <em>fools</em> think the images on Google Maps are real-time will be a thing of the past.</p>
<p><a href="http://slashgeo.org/2011/01/15/Australian-Company-Maps-Brisbane-Floods-High-Resolution">More on NearMap from Slashgeo.</a></p>
<hr />
<p><small>© John Reiser for <a href="http://njgeo.org">new jersey geographer</a>, 2011. |
<a href="http://njgeo.org/2011/01/16/2cm-photography-of-the-ongoing-flooding-in-queensland/">Permalink</a> |
<a href="http://njgeo.org/2011/01/16/2cm-photography-of-the-ongoing-flooding-in-queensland/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://njgeo.org/2011/01/16/2cm-photography-of-the-ongoing-flooding-in-queensland/&title=2cm Photography of the Ongoing Flooding in Queensland">del.icio.us</a>
<br/>
Post tags: <a href="http://njgeo.org/tag/aerial-photography/" rel="tag">Aerial Photography</a>, <a href="http://njgeo.org/tag/australia/" rel="tag">Australia</a>, <a href="http://njgeo.org/tag/brisbane/" rel="tag">Brisbane</a>, <a href="http://njgeo.org/tag/flooding/" rel="tag">flooding</a>, <a href="http://njgeo.org/tag/queensland/" rel="tag">Queensland</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://njgeo.org/2011/01/16/2cm-photography-of-the-ongoing-flooding-in-queensland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

