<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml"
>

<channel>
	<title>nearby.org.uk blog</title>
	<atom:link href="http://www.nearby.org.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nearby.org.uk/blog</link>
	<description>GIS, maps, mapping, geo, UK, Geograph, PHP, Perl and more</description>
	<lastBuildDate>Thu, 25 Apr 2013 16:41:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Bulk/Batch coordinate converter</title>
		<link>http://www.nearby.org.uk/blog/2012/07/26/bulkbatch-coordinate-converter/</link>
		<comments>http://www.nearby.org.uk/blog/2012/07/26/bulkbatch-coordinate-converter/#comments</comments>
		<pubDate>Thu, 26 Jul 2012 17:36:21 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[bulk]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[easting northing]]></category>
		<category><![CDATA[Grid reference]]></category>
		<category><![CDATA[irish grid]]></category>
		<category><![CDATA[lat long]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[OSGB]]></category>
		<category><![CDATA[WGS84]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=433</guid>
		<description><![CDATA[A revival of this blog to add a link to a new online tool&#8230; Batch Coordinate Converter Very barebones, but it should work for converting many coordinates in some columnar text format (eg CSV) Can convert to/from OSGB easting/northings and Grid References, dito for the Irish Grid, and WGS84 decimal lat/long. All done in javascript, [...]]]></description>
			<content:encoded><![CDATA[<p>A revival of this blog to add a link to a new online tool&#8230; </p>
<blockquote><p><a href="http://ww2.scenic-tours.co.uk/serve.php?t=WoNlbJvoVlhuJL5405objaa8jVO8atNuwZV">Batch Coordinate Converter</a></p></blockquote>
<p>Very barebones, but it should work for converting many coordinates in some columnar text format (eg CSV) </p>
<p>Can convert to/from <b>OSGB easting/northings</b> and <b>Grid References</b>, dito for the <b>Irish Grid</b>, and <b>WGS84 decimal lat/long</b>. </p>
<p>All done in javascript, so should be reasonably quick, and no formal limit to the number of conversions it can do &#8211; although of course it will be slow to do a really large number. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2012/07/26/bulkbatch-coordinate-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geograph Javascript Playgrounds</title>
		<link>http://www.nearby.org.uk/blog/2011/07/01/geograph-javascript-playgrounds/</link>
		<comments>http://www.nearby.org.uk/blog/2011/07/01/geograph-javascript-playgrounds/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 18:59:28 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Experimental]]></category>
		<category><![CDATA[Geograph]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=424</guid>
		<description><![CDATA[I often have little ideas for new ways to display images from Geograph, but its a pain building prototypes. It usually involves finding some other part developed prototype or feature, that I can use as a template. Then have start up a code editor, and get connected to a server. Think of a name to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nearby.org.uk/blog/wp-content/uploads/2011/07/Playgroud-screenshot.jpg"><img src="http://www.nearby.org.uk/blog/wp-content/uploads/2011/07/Playgroud-screenshot-150x150.jpg" alt="" title="Playground-screenshot" width="150" height="150" class="alignright size-thumbnail wp-image-435" /></a><br />
I often have little ideas for new ways to display images from Geograph, but its a pain building prototypes. </p>
<p>It usually involves finding some other part developed prototype or feature, that I can use as a template. Then have start up a code editor, and get connected to a server. Think of a name to call the file. Strip out the bits not needed for the new application. Then have to remind myself the APIs available. Work out how to call the APIs etc, etc, etc. </p>
<p>&#8230; well now I&#8217;ve began work on a platform to make this easier. Online code editor &#8211; quick forking of current projects. Easy wrapped access to relevant APIs, jQuery already loaded. </p>
<p>No more worrying about what to call the file, or making sure I keep backups of previous versions (should want to find a previous one!). This is all handled automatically. Setup to handle browser caching and invalidation on new versions. No worrying about stale code. </p>
<p>It&#8217;s primarily for my own use, but thought may as well open it up so others can use it build quick prototypes &#8211; or even fully fledged applications (based on Geograph images of course!).</p>
<p>The applications created all run client-side in browser &#8211; so utilizes the power of jQuery to create immersive and compelling interfaces. </p>
<p>Probably the best place to start is from a few of the early demos I built with the system:</p>
<blockquote><p>
<a href="http://www.nearby.org.uk/geograph/playground/public.php">Public Listed Applications</a>
</p></blockquote>
<p>Please use them as starting points &#8211; or simply inspiration to build your own application! (They are not meant as complete applications!) </p>
<p>No special tools required &#8211; other than a browser. Firefox with Firebug, or Chrome (press F12!) recommended &#8211; to help catch javascript errors. </p>
<p>(note: it only wraps one Geograph API currently &#8211; loading all images in a gridsquare &#8211; more to be added)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2011/07/01/geograph-javascript-playgrounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geograph Channel Islands is back!</title>
		<link>http://www.nearby.org.uk/blog/2011/02/10/geograph-channel-islands-is-back/</link>
		<comments>http://www.nearby.org.uk/blog/2011/02/10/geograph-channel-islands-is-back/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 15:35:06 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[catn]]></category>
		<category><![CDATA[Channel Islands]]></category>
		<category><![CDATA[Geograph]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=413</guid>
		<description><![CDATA[Sorry all for the extended outage on Geograph Channel Islands site. It used to share servers with Britain and Ireland, but that caused a number of stability issues. (caused mainly by a bug in APC I believe!) Anyway, we are now hosted on CatN&#8216;s vCluster platform. CatN is by the same people who provide colocation [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry all for the extended outage on <a href="http://channel-islands.geographs.org/">Geograph Channel Islands</a> site. It used to share servers with Britain and Ireland, but that caused a number of stability issues. (caused mainly by a bug in APC I believe!) </p>
<p>Anyway, we are now hosted on <a href="http://catn.com/">CatN</a>&#8216;s vCluster platform.<br />
 CatN is by the same people who provide <a href="http://www.geograph.org.uk/article/CatN-hosting-for-Geograph">colocation hosting for Geograph</a>, so the move isn&#8217;t actually far (both Geographically, and Virtually <img src='http://www.nearby.org.uk/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .  </p>
<p>Separating <a href="http://channel-islands.geographs.org/">Channel Islands</a> site into a more standalone project, should hopefully also make the site easier to manage &#8211; and give more flexibility to grow. </p>
<p>(Next project is  moving Geograph Portals to vCluster too, but I&#8217;m going to have do some more work on the code first) </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2011/02/10/geograph-channel-islands-is-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want a copy of the Geograph Archive? (by snail mail)</title>
		<link>http://www.nearby.org.uk/blog/2011/01/08/want-a-copy-of-the-geograph-archive-by-snail-mail/</link>
		<comments>http://www.nearby.org.uk/blog/2011/01/08/want-a-copy-of-the-geograph-archive-by-snail-mail/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 21:01:53 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[Creative Commons]]></category>
		<category><![CDATA[Experimental]]></category>
		<category><![CDATA[Geograph]]></category>
		<category><![CDATA[Bonus offer.]]></category>
		<category><![CDATA[Disk]]></category>
		<category><![CDATA[Snail Mail]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/2011/01/08/want-a-copy-of-the-geograph-archive-by-snail-mail/</guid>
		<description><![CDATA[For the past few months I have been sending out copies of the Geograph Archive (all of it!) on USB hard disks. If you are interested then let me know, plan to make an order for blank hard disks early next week. I plan to offer these at £60 a piece &#8211; postage to the [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few months I have been sending out copies of the Geograph Archive (all of it!) on USB hard disks. </p>
<p>If you are interested then let me know, plan to make an order for blank hard disks early next week. </p>
<p>I plan to offer these at £60 a piece &#8211; postage to the UK included. Depending on postage worldwide, might be slightly more, quote on request. Which is pretty close to cost. </p>
<p>The drives will be 640G, and <strong>include about 490Gb of jpgs. (about 2222222 files)</strong> The database and code is included, but that can also be downloaded from online. Probably <a href="http://www.ebuyer.com/product/232565">these</a>.</p>
<blockquote><p>&#8230; With an added twist, will send it completely free (I&#8217;ll finance it myself) if you promise to make an application to view the images off the disk (ie works entirely offline). This would have be Open Source so it could be included on future disks, and downloadable for holders of disks already). More details of this on request.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2011/01/08/want-a-copy-of-the-geograph-archive-by-snail-mail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Preservation of the Google Maps Directory</title>
		<link>http://www.nearby.org.uk/blog/2010/12/18/preservation-google-maps-directory/</link>
		<comments>http://www.nearby.org.uk/blog/2010/12/18/preservation-google-maps-directory/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 22:13:15 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[KML]]></category>
		<category><![CDATA[maps]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Digital Preservation Project]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[Mapplets]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=407</guid>
		<description><![CDATA[Recently Google deprecated Mapplets, which are little applications that ran on Google Maps. They have also now removed the Google Maps Directory. However its still possible to run mapplets by a dedicated page (well at least for as long as V2 of the Google Maps API exists) &#8211; but no listing of mapplets available within [...]]]></description>
			<content:encoded><![CDATA[<p>Recently Google <a href="http://groups.google.com/group/google-mapplets-api-notify/browse_thread/thread/e73388069b6a8fed">deprecated Mapplets</a>, which are little applications that ran on Google Maps. They have also <a href="http://googlegeodevelopers.blogspot.com/2010/11/mapplets-to-transition-out-of-google.html">now removed the Google Maps Directory</a>. </p>
<p>However its still possible to run mapplets by a dedicated page (well at least for as long as V2 of the Google Maps API exists) &#8211; but no listing of mapplets available within Google Maps. </p>
<p><a href="http://www.nearby.org.uk/blog/wp-content/uploads/2010/12/google-maps-directory.jpg"><img src="http://www.nearby.org.uk/blog/wp-content/uploads/2010/12/google-maps-directory-150x150.jpg" alt="" align="right" title="google-maps-directory" width="150" height="150" class="alignright size-thumbnail wp-image-406" /></a><br />
But fear not, I captured a copy of the mapplet list, and created a small crawler to fetch the details from the mapplets, and present them in a little searchable application: </p>
<blockquote><p><a href="http://www.nearby.org.uk/mapplets.php">Replacement Mapplet Directory</a></p></blockquote>
<p>Admittedly the quality of the applications in the directory where always kinda variable, but there is some real gems in there, so at least preserving a listing I think is worthwhile, so they can be accessed if needbe. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2010/12/18/preservation-google-maps-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Historic OS Maps in Google Earth</title>
		<link>http://www.nearby.org.uk/blog/2010/11/08/historic-os-maps-in-google-earth/</link>
		<comments>http://www.nearby.org.uk/blog/2010/11/08/historic-os-maps-in-google-earth/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 22:06:12 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[Experimental]]></category>
		<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Nearby]]></category>
		<category><![CDATA[network-link]]></category>
		<category><![CDATA[UK]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=396</guid>
		<description><![CDATA[Thanks to the people at getmapping.com, who have taken the Historic 1940s OS Maps available at NPEmap.org.uk, I hearby present: Historic OS Map layer for Google Earth. This loads up a layer of Historic New Popular Edition (mainly) maps, onto the 3D Google Earth globe. This is made possible because the original maps are over [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to the people at <a href="http://www.getmapping.com/">getmapping.com</a>, who have taken the Historic 1940s OS Maps available at <a href="http://www.npemap.org.uk/">NPEmap.org.uk</a>, I hearby present:</p>
<blockquote><p><img src="http://www.google.com/earth/images/google_earth_link.gif" alt="" /> <a href="http://www.nearby.org.uk/google/OSMap.kml.pl">Historic OS Map layer</a> for Google Earth.</p></blockquote>
<p>This loads up a layer of Historic New Popular Edition (mainly) maps, onto the 3D Google Earth globe. This is made possible because the original maps are over 50 years old and hence the Crown Copyright has expired.</p>
<p>The getmapping.com WMS service only includes (Most of) England and Wales, no Scotland.</p>
<p>The scans themselves are (c) npemap.org.uk and licenced under this <strong><a href="http://creativecommons.org/licenses/by-nc/2.5/">Creative Commons Attribution-NonCommercial Licence 2.5</a>.</strong></p>
<p>(Don&#8217;t forget to select the &#8216;OS Map&#8217; layer, and drag the transparency slider!)</p>

<a href='http://www.nearby.org.uk/blog/2010/11/08/historic-os-maps-in-google-earth/snowdon/' title='snowdon'><img width="150" height="150" src="http://www.nearby.org.uk/blog/wp-content/uploads/2010/11/snowdon-150x150.jpg" class="attachment-thumbnail" alt="snowdon" title="snowdon" /></a>
<a href='http://www.nearby.org.uk/blog/2010/11/08/historic-os-maps-in-google-earth/snowdon2/' title='snowdon2'><img width="150" height="150" src="http://www.nearby.org.uk/blog/wp-content/uploads/2010/11/snowdon2-150x150.jpg" class="attachment-thumbnail" alt="snowdon2" title="snowdon2" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2010/11/08/historic-os-maps-in-google-earth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anybody want to run Geograph Channel Islands?</title>
		<link>http://www.nearby.org.uk/blog/2010/10/25/anybody-want-to-run-geograph-channel-islands/</link>
		<comments>http://www.nearby.org.uk/blog/2010/10/25/anybody-want-to-run-geograph-channel-islands/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 14:38:44 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[Geograph]]></category>
		<category><![CDATA[Channel Islands]]></category>
		<category><![CDATA[Help]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/2010/10/25/anybody-want-to-run-geograph-channel-islands/</guid>
		<description><![CDATA[A while ago I started putting together a sister project to Geograph Britain and Ireland (and Geograph Germany!); a dedicated project for the Channel Islands. It &#8216;freeloaded&#8217; on the back of the Britain and Ireland project and shared the same servers. Alas that is no longer sustainable, and causing issues to the other projects hosted [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I started putting together a sister project to <a href="http://www.geograph.org.uk/">Geograph Britain and Ireland</a> (and <a href="http://geo-en.hlipp.de/">Geograph Germany</a>!); a dedicated project for the <a href="http://channel-islands.geographs.org/">Channel Islands</a>. </p>
<p>It &#8216;freeloaded&#8217; on the back of the Britain and Ireland project and shared the same servers. Alas that is no longer sustainable, and causing issues to the other projects hosted there. </p>
<p>So looking for someone to step up and help with the administrative and hosting. It needs new hosting. </p>
<p>I believe it could fit in the free trial offer from Amazon <a href="http://aws.amazon.com/free/">http://aws.amazon.com/free/</a> &#8211; at least initially (for a year). </p>
<p>Would you be willing to signup? And look after raising funds to pay for it. That could be though ads, donations or sponsorship etc. </p>
<p>It doesnt have to be though Amazon, if can get reasonable hosting elsewhere. </p>
<p>I&#8217;ll take care of getting the site running in the new location, and provide lo-fi support to keep it running (the techy stuff). Just can&#8217;t justify the administration. </p>
<p>(Contact me <a href="http://www.geograph.org.uk/contact.php">via Geograph</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2010/10/25/anybody-want-to-run-geograph-channel-islands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Select Search&#8217; Chrome extension &#8211; now with added Geograph</title>
		<link>http://www.nearby.org.uk/blog/2010/10/15/select-search-chrome-extension-now-with-added-geograph/</link>
		<comments>http://www.nearby.org.uk/blog/2010/10/15/select-search-chrome-extension-now-with-added-geograph/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 23:47:59 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[Geograph]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Search]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=390</guid>
		<description><![CDATA[Jérémie, the developer of the &#8216;Select Search&#8217; Chrome extension has just added support for Geograph. The extension hovers a small set of icons when select text on a webpage. So that can search for that text on a verity of services. Extension Page Will need to enable Geograph in the Extension Options. Of course there [...]]]></description>
			<content:encoded><![CDATA[<p>Jérémie, the developer of the &#8216;Select Search&#8217; Chrome extension has just added support for <a href="http://www.geograph.org.uk/">Geograph</a>. </p>
<p>The extension hovers a small set of icons when select text on a webpage. So that can search for that text on a verity of services. </p>
<blockquote><p><b><a href="https://chrome.google.com/extensions/detail/fcjoilhmjjhfpeflkmlhejiaadbgfkgn">Extension Page</a></b></p></blockquote>
<p>Will need to enable Geograph in the Extension Options. Of course there are a verity of other sites it can search <img src='http://www.nearby.org.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2010/10/15/select-search-chrome-extension-now-with-added-geograph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Earth should make the sea floor rendering optional?</title>
		<link>http://www.nearby.org.uk/blog/2010/07/05/google-earth-should-make-the-sea-floor-rendering-optional/</link>
		<comments>http://www.nearby.org.uk/blog/2010/07/05/google-earth-should-make-the-sea-floor-rendering-optional/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 22:24:50 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[Google Earth]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[Petition]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=381</guid>
		<description><![CDATA[Way back when, I wrote a rather scathing review of the then new &#8220;sea floor&#8221; imagery. This takes the form of a rendering supposed to represent the &#8217;3Dness&#8217; of the sea floor, persumably to improve the feel when exploring under the water surface. Indeed it would look off, to &#8216;fly&#8217; under the sea, and then [...]]]></description>
			<content:encoded><![CDATA[<p>Way back when, I wrote a <a href="http://www.nearby.org.uk/blog/2009/01/18/google-sea-bed-useful-but-not-pretty/">rather scathing review</a> of the then new &#8220;sea floor&#8221; imagery. This takes the form of a rendering supposed to represent the &#8217;3Dness&#8217; of the sea floor, persumably to improve the feel when exploring under the water surface. </p>
<p>Indeed it would look off, to &#8216;fly&#8217; under the sea, and  then see surface imagry projected onto the both bottom. </p>
<p>Alas that comes at a high price, namely that this imagery is &#8216;allways on&#8217;, so you see it even when not exploring the oceans. This has the effect of obscuring valuable imagry in shallow water areas (where real features are visible in the imagry), with the low resolution rendering. </p>
<p>But also where the &#8216;switch&#8217; happens between the aerial imagry and the subsurface rendering is somewhat arbitary, and results in a ugly join when viewed at close range. At a distance the colour differential between the shallow sea and the greenish land is greatly reduced (to my colour blind eyes at least), leaving the land boundaries very hard to discern. </p>
<p>So, if you agree, please see:</p>
<blockquote><p><b>Petition</b>: <a href="http://www.nearby.org.uk/petition/google-earth-should-make-the-sea-floor-rendering-optional">Google Earth should make the sea floor rendering optional</a>
</p></blockquote>
<p>Extra note: Of course anothe benefit of bing a &#8216;optional&#8217; layer, Google Earth could even be made to automatically turn the layer when fly below the water surface, but above the surface its off. </p>
<blockquote><p>Sea Floor: [X] Off,  [ ] On,  [ ] Show when under the water serface</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2010/07/05/google-earth-should-make-the-sea-floor-rendering-optional/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Full UK postcodes in the API!</title>
		<link>http://www.nearby.org.uk/blog/2010/04/30/full-uk-postcodes-in-the-api/</link>
		<comments>http://www.nearby.org.uk/blog/2010/04/30/full-uk-postcodes-in-the-api/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 21:38:00 +0000</pubDate>
		<dc:creator>Barry</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Coordinate Converter]]></category>
		<category><![CDATA[Nearby]]></category>
		<category><![CDATA[UK]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.nearby.org.uk/blog/?p=371</guid>
		<description><![CDATA[Thanks to OS Opendata, the Nearby Converter API now can convert to and from full Unit UK postcodes! So as not to break applications expecting Sector postcodes in the API, there is a new API endpoint: http://api1.nearby.org.uk/api/convert.php API requests against this domain will give the position of the full postcode, and also reverse geocode (return [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://opendata.ordnancesurvey.co.uk/">OS Opendata</a>, the <a href="http://www.nearby.org.uk/api/convert-help.php">Nearby Converter API</a> now can convert to and from full Unit UK postcodes!</p>
<p>So as not to break applications expecting Sector postcodes in the API, there is a new API endpoint:</p>
<blockquote><p>http://api1.nearby.org.uk/api/convert.php</p></blockquote>
<p>API requests against this domain will give the position of the full postcode, and also reverse geocode (return you the nearest) full postcode! </p>
<p>- The Original URL for the API is still available &#8211; and will continue to be. I&#8217;ve also taken the opportunity to add a version number to the URL. It&#8217;s been 4 years since I created this API, and learnt lots in that time, so should be able to create a better version 2 <img src='http://www.nearby.org.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  When introduce that don&#8217;t want to break compatibility. </p>
<p>Of course the &#8216;<a href="http://www.nearby.org.uk/coord.cgi">Coordinate Convertor</a>&#8216; is now using CodePoint Open too &#8211; the end of having to pay a commercial provider!</p>
<p>(sorry this has taken so long, OS Opendata was introduced at the beginning of the month!, its been a busy month) </p>
<p>Will take the opportunity to duplicate the copyright message:</p>
<p><em>Contains Royal Mail data © Royal mail copyright and database right 2010.<br />
</em></p>
<p>As it serves as a useful thank you, for making this data available. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nearby.org.uk/blog/2010/04/30/full-uk-postcodes-in-the-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
