<?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>Webmonkey &#187; geodata</title>
    <atom:link href="http://www.webmonkey.com/tag/geodata/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Mon, 06 May 2013 17:29:19 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>OpenStreetBlock Gives Geodata the Human Touch</title>
        <link>http://www.webmonkey.com/2011/04/openstreetblock-gives-geodata-the-human-touch/</link>
        <comments>http://www.webmonkey.com/2011/04/openstreetblock-gives-geodata-the-human-touch/#comments</comments>
        <pubDate>Thu, 07 Apr 2011 17:27:18 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=50509</guid>
        		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[geodata]]></category>
		<category><![CDATA[maps]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2011/04/openstreetblock.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2011/04/openstreetblock.jpg" alt="OpenStreetBlock Gives Geodata the Human Touch" /></div>Location-based web services are all the rage right now, but for most of us the actual geographic location isn&#8217;t very interesting &#8212; do you know where &#8220;40.737813,-73.997887&#8243; is off the top of your head? No? How about &#8220;West 14th Street bet. 6th Ave. and 7th Ave?&#8221; For the geographic web to become useful geodata has [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://www.webmonkey.com/wp-content/uploads/2011/04/openstreetblock.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2011/04/openstreetblock.jpg" alt="" title="openstreetblock" width="520" height="316" class="aligncenter size-full wp-image-50510" /></a>Location-based web services are all the rage right now, but for most of us the actual geographic location isn&#8217;t very interesting &#8212; do you know where &#8220;40.737813,-73.997887&#8243; is off the top of your head? No? How about &#8220;West 14th Street bet. 6th Ave. and 7th Ave?&#8221;</p>
<p>For the geographic web to become useful geodata has to be converted into something humans actually understand. Enter <a href="http://transit.frumin.net/openstreetblock/">OpenStreetBlock</a>.</p>
<p>OpenStreetBlock is a new web service that takes geographic coordinates (latitude/longitude pairs) and turns them into an actual city block description. The result is textual information which, in many cases, will be even more meaningful to your users than the ubiquitous pin on a map.</p>
<p>If you&#8217;d like to play around with a sampling of data from New York, head over to <a href="http://transit.frumin.net/openstreetblock/">OpenStreetBlock and try out the New York demos</a>.</p>
<p>If you&#8217;ve ever wanted to <a href="http://www.webmonkey.com/2009/07/source_code_offers_a_glimpse_of_the_magic_behind_everyblockdotcom/">build your own version of EveryBlock</a> &#8212; which pinpoints events, news stories and public data at the city-block level &#8212; OpenStreetBlock will go a long way toward getting you there. So long as you can pull geo coordinates out of your source data, OpenStreetBlock can turn that into more meaningful information.</p>
<p>Under the hood OpenStreetBlock relies on OpenStreetMap data and uses PHP in conjunction with a geographic database to turn your coordinates into block descriptions.</p>
<p>As cool as OpenStreetBlock is, getting it up and running on your own site will require a bit of work. Luckily, there are some good tutorials available that will walk you through the process of installing and setting up many of the prerequisites like PostgreSQL and PostGIS (I&#8217;ll assume you already have an Apache server with PHP installed).</p>
<p>To get started with OpenStreetBlock, <a href="https://github.com/fruminator/openstreetblock">grab the code from GitHub</a>. The next thing you&#8217;ll need is a PostgreSQL database with all the PostGIS tools installed. Luckily those are also prerequisites for GeoDjango, so head over to the <a href="http://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#spatial-database">GeoDjango installation page</a>, skip the Django-specific parts and just follow the Postgres and PostGIS installation instructions.</p>
<p>Next you&#8217;ll need to download <a href="http://wiki.openstreetmap.org/wiki/Osmosis">Osmosis</a> and <a href="http://wiki.openstreetmap.org/wiki/Osm2pgsql">Osm2pgsql</a> to convert OpenStreetMap data into something Postgres can handle. Head over to <a href="http://www.openstreetmap.org/">OpenStreetMap</a>, zoom into an area you&#8217;d like to query with OpenStreetBlock and then choose &#8220;export.&#8221; Select the OpenStreetMap XML Data option and save the file.</p>
<p>From there you can check out the guide to importing the OpenStreetMap XML Data in the <a href="https://github.com/fruminator/openstreetblock/blob/master/README">OpenStreetBlock read me</a>. </p>
<p><strong>See Also:</strong><br/></p>
<ul>
<li><a href="http://www.webmonkey.com/2010/03/where-20-simplegeo-to-launch-itunes-for-geodata/">Where 2.0: SimpleGeo to Launch &#8216;iTunes for Geodata&#8217;</a></li>
<li><a href="http://www.webmonkey.com/2009/07/source_code_offers_a_glimpse_of_the_magic_behind_everyblockdotcom/">EveryBlock Source Code Release Offers Glimpse of the Magic Behind the Curtain</a></li>
<li><a href="http://www.webmonkey.com/2010/01/user-contributed_announcements_give_everyblock_a_human_touch/">User-Contributed Announcements Give EveryBlock a Human Touch</a></li>
<li><a href="http://www.webmonkey.com/2010/08/beautiful-websites-stamens-pretty-maps/">Beautiful Websites: Stamen&#8217;s Pretty Maps</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2011/04/openstreetblock-gives-geodata-the-human-touch/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Beautiful Websites: Stamen&#8217;s Pretty Maps</title>
        <link>http://www.webmonkey.com/2010/08/beautiful-websites-stamens-pretty-maps/</link>
        <comments>http://www.webmonkey.com/2010/08/beautiful-websites-stamens-pretty-maps/#comments</comments>
        <pubDate>Thu, 19 Aug 2010 19:29:00 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=48380</guid>
        		<category><![CDATA[Location]]></category>
		<category><![CDATA[Visual Design]]></category>
		<category><![CDATA[beautiful websites]]></category>
		<category><![CDATA[geodata]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[Stamen]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/08/PrettyMapsParis.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/08/PrettyMapsParis.jpg" alt="Beautiful Websites: Stamen&#8217;s Pretty Maps" /></div>We&#8217;ve seen some colorful map mashups in the past, like Hypercities and HeatMap, but few are as abstract and beautiful to look at as Stamen Design&#8217;s Pretty Maps. The aptly-named app pulls sets of geodata from various freely available open mapping projects and plots them atop one another. Pretty Maps grabs street-level data from OpenStreetMap [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://www.webmonkey.com/wp-content/uploads/2010/08/prettymaps1.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/08/prettymaps1.jpg" alt="" title="prettymaps1" /></a></p>
<p>We&#8217;ve seen some colorful map mashups in the past, like <a href="http://www.webmonkey.com/2009/05/historical_map_mashups_turn_cities_into_glass_onions_of_time/">Hypercities</a> and <a href="http://www.webmonkey.com/2008/07/heatmaps_make_map_mashups_a_little_hotter/">HeatMap</a>, but few are as abstract and beautiful to look at as Stamen Design&#8217;s <a href="http://prettymaps.stamen.com/201008/about/">Pretty Maps</a>.</p>
<p>The aptly-named app pulls sets of geodata from various freely available open mapping projects and plots them atop one another. Pretty Maps grabs street-level data from <a href="http://www.openstreetmap.org/">OpenStreetMap</a> (the &#8220;Wikipedia of maps&#8221;), land formation data from <a href="http://www.naturalearthdata.com/">Natural Earth</a> and place-name and place-shape data from <a href="http://www.webmonkey.com/2009/05/where_2dot0_drawing_the_shape_of_the_flickr-verse/">Flickr shapefiles</a> &#8212; Flickr&#8217;s outlines generated by the tags people have attached to photos taken in that place. So all the data is from crowdsourced databases and either public domain or licensed through the Creative Commons. The maps are generated using <a href="http://www.tilestache.org/">TileStache</a> and <a href="http://www.polymaps.org/">PolyMaps</a>, two open source tools developed in-house at Stamen. </p>
<p>The result is <a href="http://prettymaps.stamen.com/201008/#2.00/19.4/-103.1">a map</a> that&#8217;s not so much usable for navigation as it is pretty to look at. Cities degrade into abstract and unique blobs, with pastel colors overlaying one another. The shapes are alien looking in texture and density, but instantly recognizable if you&#8217;re already familiar with the terrain.<br />
<span id="more-48380"></span></p>
<p>Stamen Design is a small, San Francisco-based data visualization firm best known in its early days for its work with Digg. Stamen specializes in abstract, trippy geo-spatial data visualizations like <a href="http://stamen.com/projects/trace">Trace</a> and <a href="http://cabspotting.org/">Cabspotting</a>. The firm was also <a href="http://content.stamen.com/we_got_a_knight_news_grant">awarded a Knight News Grant</a> in June to visualize publicly-available civic data.</p>
<p>Pretty Maps is both pretty and pretty slow. The tiles take about ten seconds to render at the lower zoom levels. This is because the Stamen team hasn&#8217;t really optimized Pretty Maps for performance. The multiple data sets get pulled in separately and are layered inside your browser using JavaScript instead of being combined first and served as one, a conscious design choice: &#8220;We wanted to leave all the plumbing exposed so that people could look at it and learn from it and, hopefully, build something new,&#8221; Stamen says on its website.</p>
<p>So, there&#8217;s your invitation to View Source and start digging around. We can only hope the little Grover &#8220;Near, Far&#8221; zoom controls are part of the package.</p>
<p><a href="http://www.webmonkey.com/wp-content/uploads/2010/08/PrettyMaps2.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/08/PrettyMaps2.jpg" alt="" title="PrettyMaps2" /></a></p>
<p><a href="http://www.webmonkey.com/wp-content/uploads/2010/08/PrettyMapsParis.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/08/PrettyMapsParis.jpg" alt="" title="PrettyMapsParis" /></a></p>
<p><strong>See also</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/tag/beautiful-websites/">Other &#8220;Beautiful Websites&#8221;</a></li>
<li><a href="http://www.webmonkey.com/2010/08/microsoft-adds-openstreetmap-layer-to-bing-maps/">Microsoft Adds OpenStreetMap Layer to Bing Maps</a></li>
<li><a href="http://www.webmonkey.com/2009/09/flickr_brings_openstreetmap_to_the_photo_sharing_masses/">Where&#8217;d You Go Last Summer? Flickr Allows OpenStreetMap, FourSquare Geotags</a></li>
<li><a href="http://www.webmonkey.com/2009/05/historical_map_mashups_turn_cities_into_glass_onions_of_time/">Historical Map Mashups Turn Cities Into Glass Onions of Time</a></li>
<li><a href="http://www.webmonkey.com/2009/08/the_best_of_open_street_map/">OpenStreetMaps Project Takes Maps in a Different Direction</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/08/beautiful-websites-stamens-pretty-maps/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>Microsoft Adds OpenStreetMap Layer to Bing Maps</title>
        <link>http://www.webmonkey.com/2010/08/microsoft-adds-openstreetmap-layer-to-bing-maps/</link>
        <comments>http://www.webmonkey.com/2010/08/microsoft-adds-openstreetmap-layer-to-bing-maps/#comments</comments>
        <pubDate>Tue, 03 Aug 2010 18:58:09 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=48225</guid>
        		<category><![CDATA[Location]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[geodata]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OpenStreetMap]]></category>
		<category><![CDATA[silverlight]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/08/BingOSM2.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/08/BingOSM2.jpg" alt="Microsoft Adds OpenStreetMap Layer to Bing Maps" /></div>You can now turn on a special layer in Bing Maps that displays maps from OpenStreetMap, Microsoft has announced. OpenStreetMap is an open source mapping project that keeps an editable map of the entire globe. Anyone can make edits to the map &#8212; it&#8217;s been nicknamed the &#8220;Wikipedia of maps.&#8221; The open source model has [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><a href="http://www.webmonkey.com/wp-content/uploads/2010/08/BingOSM1.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/08/BingOSM1.jpg" alt="" title="BingOSM1" /></a></p>
<p>You can now turn on a special layer in Bing Maps that displays maps from OpenStreetMap, Microsoft has <a href="http://www.bing.com/community/blogs/maps/archive/2010/08/02/bing-maps-adds-open-street-maps-layer.aspx">announced</a>.</p>
<p><a href="http://www.openstreetmap.org/">OpenStreetMap</a> is an open source mapping project that keeps an editable map of the entire globe. Anyone can make edits to the map &#8212; it&#8217;s been nicknamed the &#8220;Wikipedia of maps.&#8221; The open source model has proven especially effective in regions of the developing world where very little solid map data exists, and in areas where highly detailed, editable maps are critical for natural-disaster response efforts, like the recent <a href="http://www.wired.com/dangerroom/2010/01/disaster-relief-20-haitis-virtual-surge/">Haiti earthquake</a>.</p>
<p>Microsoft&#8217;s adoption of the open source mapping project follows a similar move by MapQuest, which began <a href="http://www.webmonkey.com/2010/07/mapquest-u-k-teams-up-with-openstreetmap/">adding OSM layers</a> last month.</p>
<p>To run layers in Bing Maps, you&#8217;ll need the latest version of <a href="http://www.silverlight.net/">Microsoft Silverlight</a> and a supported browser. It doesn&#8217;t work properly in Google Chrome (at least on the Mac), but IE8, Firefox and Safari had no problems.  If you&#8217;re using the Ajax controls to view Bing Maps (instead of Silverlight), then you won&#8217;t be able to see the OpenStreetMaps layer, but Microsoft says this is something that may make its way into the non-Silverlight version eventually.</p>
<p><div id="attachment_48227" class="wp-caption alignright" style="width: 198px"><a href="http://www.webmonkey.com/wp-content/uploads/2010/08/BingOSM2.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2010/08/BingOSM2-188x300.jpg" alt="" title="BingOSM2" width="188" height="300" class="size-medium wp-image-48227" /></a><p class="wp-caption-text">Use the map view switcher at the bottom to change layers.</p></div>
<p>To add OpenStreetMaps to your Bing, go to the App Gallery. Look for the new <a href="http://www.bing.com/maps/explore/#5003/s=w/5872/style=Mapnik&#038;pid=50735">OpenStreetMaps app</a> in the gallery. Click on it, and your alternative OpenStreetMaps view should launch within Bing Maps.</p>
<p>You can switch back to any of the other standard views in Bing Maps by clicking on the layer control at the bottom of the map window. You&#8217;ll notice Bing Maps is using the <a href="http://wiki.openstreetmap.org/wiki/Mapnik">Mapnik</a> build of OpenStreetMaps for its map layer. You can switch back and forth between the OSM layer and any of the other standard Bing maps layers using the same control.</p>
<p>Microsoft has been quickly adding some innovative features to Bing, especially on its Maps website. In June, Bing Maps added the ability to <a href="http://www.groovypost.com/blogs/mrgroove/microsoft/bingcom-gets-3d-maps/">browse parts of the world in 3-D</a>, and in February it demonstrated <a href="http://www.wired.com/epicenter/2010/02/bing-maps-moves-panoramas-indoors/">indoor panorama views</a> and location-specific videos that are accessible within Bing&#8217;s street-side imagery.</p>
<p>Microsoft also ran its <a href="http://www.microsoft.com/maps/contest.aspx">King of Bing</a> maps challenge for developers last month, asking them to create innovative apps for the mapping platform. For the contest, a developer named Ricky Brundritt built an app for Bing Maps that <a href="http://www.bing.com/maps/explore/#5003/0.60096=/5872/">estimates your taxi fare</a> within most major U.S. cities.</p>
<p>However, Bing&#8217;s reliance on Microsoft&#8217;s proprietary Silverlight technology to power these innovations is seen by some as an alienating factor &#8212; and an unnecessary one at that, since other mapping platforms like Google Maps accomplish much of the same functionality using JavaScript and other web standards. This is especially important on mobile devices, where the most popular browsers don&#8217;t allow for plug-ins like SIlverlight.</p>
<p>Still, it&#8217;s heartening to see Bing adding to the momentum OpenStreetMaps is currently enjoying. Anyone can edit the OSM maps, and now that the project is getting some attention &#8212; thanks mostly to its <a href="http://wiki.openstreetmap.org/wiki/WikiProject_Haiti">efforts in Haiti</a> &#8212; edits are coming in more quickly.</p>
<p>According to <a href="http://www.openstreetmap.org/stats/data_stats.html">the latest stats</a>, the project has over a quarter of a million participants and over 1.8 billion uploaded GPS points. Dedicated users are getting creative and finding ways to add even more detail to the existing maps by doing offbeat things like <a href="http://wiki.openstreetmap.org/wiki/Project_of_the_week/Proposals">tagging wheelchair ramps, mailboxes and trees</a> in their neighborhoods.</p>
<p><em>Taxi Fare Calculator link courtesy <a href="http://mashable.com/2010/08/02/bing-maps-cab/">Mashable</a></em></p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.webmonkey.com/2010/07/mapquest-u-k-teams-up-with-openstreetmap/">MapQuest U.K Teams Up With OpenStreetMap</a></li>
<li><a href="http://www.webmonkey.com/2009/10/google_maps_takes_a_tip_from_openstreetmap/">Google Maps Adds More Detail, Takes a Cue From OpenStreetMap</a></li>
<li><a href="http://www.wired.com/dangerroom/2010/01/disaster-relief-20-haitis-virtual-surge/">Disaster Relief 2.0: Tech Tools Help Focus Haiti Resources</a></li>
<li><a href="http://www.wired.com/epicenter/2010/02/bing-maps-moves-panoramas-indoors/">Bing Maps Takes Panoramas Indoors</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/08/microsoft-adds-openstreetmap-layer-to-bing-maps/feed/</wfw:commentRss>
        <slash:comments>15</slash:comments>

        
    </item>
    
    <item>
        <title>Where 2.0: Geomena Launches API to Feed its Open Location Database</title>
        <link>http://www.webmonkey.com/2010/03/where-20-geomena-launches-api-to-feed-its-open-location-database/</link>
        <comments>http://www.webmonkey.com/2010/03/where-20-geomena-launches-api-to-feed-its-open-location-database/#comments</comments>
        <pubDate>Wed, 31 Mar 2010 23:02:02 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=47086</guid>
        		<category><![CDATA[APIs]]></category>
		<category><![CDATA[Location]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[geodata]]></category>
		<category><![CDATA[Where 2.0]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/03/picture-6.png" type="image/png" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/03/picture-6.png" alt="Where 2.0: Geomena Launches API to Feed its Open Location Database" /></div>SAN JOSE, California &#8212; A new web service called Geomena is trying to build a geolocation database practically from scratch, and it&#8217;s taking a page from Wikipedia&#8217;s playbook to do it. Geomena is an open wi-fi geo database &#8212; using a method similar to services from Skyhook and Google, any app plugged in to Geomena [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img src="http://www.webmonkey.com/wp-content/uploads/2010/03/picture-6.png" alt="picture-6" title="picture-6" width="206" height="205" class="alignleft size-full wp-image-47088" />
<p>SAN JOSE, California &#8212; A new web service called Geomena is trying to build a geolocation database practically from scratch, and it&#8217;s taking a page from Wikipedia&#8217;s playbook to do it.</p>
<p><a href="http://geomena.org/">Geomena</a> is an open wi-fi geo database &#8212; using a method similar to services from Skyhook and Google, any app plugged in to Geomena can use nearby wi-fi access points to determine your location.</p>
<p>The database is tiny right now. It has around 3,400 geo-tagged access points in the system, most of them around the project&#8217;s home base in Portland, Oregon. So, to grow the database as quickly as possible, the Geomena team has <a href="http://bitbucket.org/donpdonp/geomena/wiki/APIReference">launched a new API</a> that lets developers build apps that can enter new wi-fi access point locations.</p>
<p>So, if you&#8217;re making a location-based game, a location-sharing Firefox plug-in, or a web-app that relies on geodata, you can rig it up to write new wi-fi location points directly to Geomena&#8217;s database, helping it grow through good, old-fashioned crowdsourcing.</p>
<p>The emergence of <a href="http://www.webmonkey.com/2010/03/location-isnt-just-a-feature-anymore-its-a-platform/">location as an application platform</a> has led to a bevy of new web services, each of them eager to provide developers with geodata to fuel the current flood of mobile and web-based apps. Most of the buzz at the all-things-location <a href="http://en.oreilly.com/where2010">Where 2.0</a> conference, taking place here this week, has centered around SimpleGeo, a new web data store that just launched its &#8220;<a href="http://www.webmonkey.com/2010/03/where-20-simplegeo-to-launch-itunes-for-geodata/">iTunes for geodata</a>&#8221; &#8212; a pay-as-you-go solution for developers building location-based apps.</p>
<p><span id="more-47086"></span></p>
<p>But iTunes isn&#8217;t the only model for building a powerful geodata store. Geomena is instead following the Wikipedia model. They&#8217;ve made their database entirely open and editable, and they&#8217;re licensing all of the data under the Creative Commons.</p>
<p>You could always just add points manually, but with Geomena&#8217;s new API, the system is open for developers to create new ways for users to plug in new access points.</p>
<p>Geomena&#8217;s Adam DuVander, who announced the API here at Where 2.0, imagines that most developers will build wi-fi access point discovery features into mobile clients or browser plug-ins. He also envisions various games that reward the user for feeding the system with points or badges. [<em>Full disclosure, DuVander used to write for Webmonkey and is still an occasional freelance contributor to Wired.com</em>].</p>
<p>We could even see war-driving apps being built that would log location data into Geomena for each sniffable wi-fi access point it comes across.</p>
<p>You may be wondering what the need is for wi-fi location sensing when so many smartphones and laptops have GPS built in. But consider how unreliable GPS becomes once you move indoors &#8212; it isn&#8217;t always an option in an office building, inside an apartment, or in highly congested urban areas. Also, for the near future at least, there will be a class of mobile and tablet devices that don&#8217;t have GPS. They will continue to rely solely on wi-fi for location sensing. The cheapest iPad (which will probably be the biggest seller) falls into this category.</p>
<p>If you live in Portland, you can make Geomena your location provider in Firefox right now. If you live outside of Portland, that won&#8217;t do you much good. So build an app that adds your local wi-fi nodes to the system. Water the garden, see what grows.</p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.webmonkey.com/2010/03/where-20-simplegeo-to-launch-itunes-for-geodata/">Where 2.0: SimpleGeo to Launch &#8216;iTunes for Geodata&#8217;</a></li>
<li><a href="http://www.webmonkey.com/2010/03/location-isnt-just-a-feature-anymore-its-a-platform/">Location Isn&#8217;t Just a Feature Anymore, It&#8217;s a Platform</a></li>
<li><a href="http://www.webmonkey.com/2010/03/kickball-plots-foursquare-domination-with-better-maps/">Kickball Plots Foursquare Domination With Better Maps</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/03/where-20-geomena-launches-api-to-feed-its-open-location-database/feed/</wfw:commentRss>
        <slash:comments>7</slash:comments>

        
    </item>
    
    <item>
        <title>Where 2.0: SimpleGeo to Launch &#8216;iTunes for Geodata&#8217;</title>
        <link>http://www.webmonkey.com/2010/03/where-20-simplegeo-to-launch-itunes-for-geodata/</link>
        <comments>http://www.webmonkey.com/2010/03/where-20-simplegeo-to-launch-itunes-for-geodata/#comments</comments>
        <pubDate>Wed, 31 Mar 2010 18:36:38 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=47080</guid>
        		<category><![CDATA[Location]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[geodata]]></category>
		<category><![CDATA[SimpleGeo]]></category>
		<category><![CDATA[Where 2.0]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/03/picture-51.png" type="image/png" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/03/picture-51.png" alt="Where 2.0: SimpleGeo to Launch &#8216;iTunes for Geodata&#8217;" /></div>SAN JOSE, California &#8211; If you&#8217;re building an app that incorporates location &#8212; whether it&#8217;s a game, a local search service, or even a Twitter client &#8212; you&#8217;re going to have to go somewhere to get your data. As we noted Tuesday, location is now an application platform, and there&#8217;s a whole crop of location [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img src="http://www.webmonkey.com/wp-content/uploads/2010/03/picture-51-150x150.png" alt="picture-51" title="picture-51" width="150" height="150" class="alignleft size-thumbnail wp-image-47081" />
<p>SAN JOSE, California &#8211;  If you&#8217;re building an app that incorporates location &#8212; whether it&#8217;s a game, a local search service, or even a Twitter client &#8212; you&#8217;re going to have to go somewhere to get your data.</p>
<p>As we noted Tuesday, <a href="http://www.webmonkey.com/2010/03/location-isnt-just-a-feature-anymore-its-a-platform/">location is now an application platform</a>, and there&#8217;s a whole crop of location data stores opening up to serve the emerging market of applications.</p>
<p><a href="http://simplegeo.com/">SimpleGeo</a> is the latest such company to join the scrum. The web startup is announcing the debut of its geodata service here at Where 2.0 on Wednesday afternoon, but Jenna Wortham of <cite>The New York Times</cite> leaked the news a little early.</p>
<p>From the <a href="http://bits.blogs.nytimes.com/2010/03/30/start-up-aims-to-be-a-hub-for-location-data/">NYT Bits blog</a>:</p>
<blockquote><p>The company has been working to create what he describes as &#8220;iTunes for geodata.&#8221; The idea is simple: Create a wide sampling of geographic datasets and technologies that developers can access free or, for heavier users, at a range of prices. [...]</p>
<p>The company offers two tools. The first is the SimpleGeo Marketplace, which gives developers access to different location datasets and technologies for a monthly fee. The second is called the SimpleGeo Storage Engine and allows developers to perform location queries on a pay-as-you-go basis.</p></blockquote>
<p>To gather its data, SimpleGeo began consuming datastreams from Twitter, Gowalla, Foursquare, Brightkite, Flickr and other location-sharing web services.</p>
<p>The pay-as-you-go model will work well for SimpleGeo, which allows the first million API calls for free, <a href="http://techcrunch.com/2010/03/30/simplegeo-launch/">according to TechCrunch</a>. Prices then start at $300 for the next level and go up from there. The company claims to have over 4,000 partnered developers using its service.</p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.webmonkey.com/2010/03/location-isnt-just-a-feature-anymore-its-a-platform/">Location Isn&#8217;t Just a Feature Anymore, It&#8217;s a Platform</a></li>
<li><a href="http://www.webmonkey.com/2010/03/kickball-plots-foursquare-domination-with-better-maps/">Kickball Plots Foursquare Domination With Better Maps</a></li>
<li><a href="http://www.webmonkey.com/2009/05/where_2dot0_video_tracks_a_year_of_edits_on_openstreetmap/">Where 2.0: Video Tracks a Year of Edits on OpenStreetMap</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/03/where-20-simplegeo-to-launch-itunes-for-geodata/feed/</wfw:commentRss>
        <slash:comments>4</slash:comments>

        
    </item>
    
    <item>
        <title>Location Isn&#8217;t Just a Feature Anymore, It&#8217;s a Platform</title>
        <link>http://www.webmonkey.com/2010/03/location-isnt-just-a-feature-anymore-its-a-platform/</link>
        <comments>http://www.webmonkey.com/2010/03/location-isnt-just-a-feature-anymore-its-a-platform/#comments</comments>
        <pubDate>Tue, 30 Mar 2010 23:01:12 +0000</pubDate>

                <dc:creator>Michael Calore</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=47062</guid>
        		<category><![CDATA[Events]]></category>
		<category><![CDATA[Location]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[geodata]]></category>
		<category><![CDATA[Where 2.0]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/03/picture-41.png" type="image/png" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/03/picture-41.png" alt="Location Isn&#8217;t Just a Feature Anymore, It&#8217;s a Platform" /></div>Just when you thought the swell of popularity around location-based services has hit the high water mark, the tide keeps rising. All of the major web search engines are location-aware. Twitter has its own geocoder and Facebook is including location data in status updates. The big photo-sharing services like Flickr and Picasa support geotagging. Social [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><div id="attachment_47064" class="wp-caption alignleft" style="width: 310px"><img src="http://www.webmonkey.com/wp-content/uploads/2010/03/picture-41-300x206.png" alt="The O&#039;Reilly Where 2.0 Conference runs through Thursday in San Jose, California." title="picture-41" width="300" height="206" class="size-medium wp-image-47064" /><p class="wp-caption-text">The O'Reilly Where 2.0 Conference runs through Thursday in San Jose, California.</p></div>
<p>Just when you thought the swell of popularity around location-based services has hit the high water mark, the tide keeps rising.</p>
<p>All of the major web search engines are location-aware. <a href="http://www.webmonkey.com/2009/11/twitter_adds_geotagging_tools/">Twitter has its own geocoder</a> and <a href="http://www.webmonkey.com/2010/03/facebook-finds-its-place-in-the-location-sharing-landscape/">Facebook is including location data</a> in status updates. The big photo-sharing services like Flickr and Picasa support geotagging. Social location apps from Foursquare and Yelp are all the rage, and <a href="http://www.wired.com/gadgetlab/2009/08/augmented-reality/">augmented reality</a> is being touted as the next big thing. The emerging HTML5 specification has its own geolocation controls that let webapps <a href="http://maxheapsize.com/static/html5geolocationdemo.html">find a user&#8217;s location through the browser</a>.</p>
<p>We&#8217;ve reached the point where the addition of location data inside an application isn&#8217;t a special &#8220;bells-and-whistles&#8221; add-on, an experimental feature or a layer that&#8217;s only useful to some users.</p>
<p>It&#8217;s a standard feature now, and it&#8217;s crept into every product we care about.</p>
<p>&#8220;Location is something that people are just going to expect from now on,&#8221; says Brady Forrest, program chair for the <a href="http://en.oreilly.com/where2010/">O&#8217;Reilly Where 2.0</a> conference, the three-day event about all things location-based taking place in San Jose, California this week.</p>
<p>The location revolution was fueled by the proliferation of geo-enabled devices, Forrest says. Since most of us are carrying GPS devices in our pockets (every iPhone and Android phone has one, and most notebooks, too), it&#8217;s created a whole new application platform on which companies from different sectors &#8212; search, mapping, gaming, social networking, location-sharing &#8212; can compete.</p>
<p>&#8220;The platform is here,&#8221; he says. &#8220;Now, people are finding new ways to exploit it.&#8221;</p>
<p><span id="more-47062"></span></p>
<p>Behind the scenes, there&#8217;s also a vibrant new market around web services for location-based apps. Cloud-based services like <a href="http://simplegeo.com/">SimpleGEO</a>, <a href="http://geoapi.com/product.html">GeoAPI</a>, <a href="http://developer.yahoo.com/geo/geoplanet/">Yahoo GeoPlanet</a> and <a href="http://www.skyhookwireless.com/developers/sdk.php">Skyhook</a> are powering the most popular of the location-based apps we&#8217;re running on our phones and on our desktops.</p>
<p>Several of these companies will be at Where 2.0, along with Google, Microsoft, Foursquare, Gowalla, Yelp, Twitter &#8212; a who&#8217;s who of location-aware players. The three-day schedule &#8212; which features break-out sessions for developers on Tuesday, then two days of plenary on Wednesday and Thursday &#8212; includes discussions, panels and presentations from all the big names.</p>
<p>One of the most exciting things we&#8217;ve seen emerge from Where 2.0 over the years is the increasing importance of open source mapping systems like <a href="http://www.openstreetmap.org/">OpenStreetMap</a> and <a href="http://opengeo.org/about/">OpenGEO</a>. Such factors as the recent earthquakes in Haiti and Chile, the emerging mobile markets in developing countries in Africa and Asia, and the recent data transparency movement within our own U.S. government has proven the need for such crowdsourced and community-driven geodata services. They give anyone, anywhere the ability to get accurate place data and build it into applications quickly and easily, either for free or at a low cost. </p>
<p>Webmonkey will be at Where 2.0 Wednesday, March 31 and Thursday, April 1. Look for our coverage right here on the blog under the <a href="http://www.webmonkey.com/category/location/">Location category</a>.</p>
<p><b>See Also:</b></p>
<ul>
<li><a href="http://www.webmonkey.com/2010/03/kickball-plots-foursquare-domination-with-better-maps/">Kickball Plots Foursquare Domination With Better Maps</a></li>
<li><a href="http://www.webmonkey.com/2009/05/where_2dot0_video_tracks_a_year_of_edits_on_openstreetmap/">Where 2.0: Video Tracks a Year of Edits on OpenStreetMap</a></li>
<li><a href="http://www.webmonkey.com/2009/08/the_best_of_open_street_map/">OpenStreetMaps Project Takes Maps in a Different Direction</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/03/location-isnt-just-a-feature-anymore-its-a-platform/feed/</wfw:commentRss>
        <slash:comments>8</slash:comments>

        
    </item>
    </channel>
</rss>
