<?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>Tochka &#187; dump</title>
	<atom:link href="http://tochka.co.uk/tag/dump/feed" rel="self" type="application/rss+xml" />
	<link>http://tochka.co.uk</link>
	<description>Another blog about web technologies</description>
	<lastBuildDate>Wed, 25 Jan 2012 18:47:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Geo Spatial  &#8211; free city to country geo data</title>
		<link>http://tochka.co.uk/2008/12/geo-spatial-free-city-to-country-geo-data.html</link>
		<comments>http://tochka.co.uk/2008/12/geo-spatial-free-city-to-country-geo-data.html#comments</comments>
		<pubDate>Sat, 27 Dec 2008 16:45:21 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[dump]]></category>
		<category><![CDATA[geo]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpro.org]]></category>

		<guid isPermaLink="false">http://nazzz.wordpress.com/?p=76</guid>
		<description><![CDATA[After the release of the US Cities Zip Codes some time ago, PHPRO.ORG has been inundated with requests for a world cities database with all the geo data included. This means Latitude and Longitude data, time zones etc. PHPRO.ORG answers these request &#8230; <a href="http://tochka.co.uk/2008/12/geo-spatial-free-city-to-country-geo-data.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After the release of the US Cities Zip Codes some time ago, PHPRO.ORG has been inundated with requests for a world cities database with all the geo data included. This means Latitude and Longitude data, time zones etc.</p>
<p><strong>PHPRO.ORG</strong> answers these request by providing the follow <strong>MySQL</strong> database of cities and location with <strong>6,670,778</strong> records. Yes thats not a typo, over six and a half million records provided freely by <strong>PHPRO.ORG</strong>.<span id="more-123"></span></p>
<p>Some data, such as elevation etc may be missing from some records. This database may be mildly or wildly inacurate and is provided <strong>AS IS</strong> with no warranty of fitness for a purpos.</p>
<p><strong>Database Schema:</strong></p>
<p><strong>
<dt>
<ul>
<li>city_id<span style="font-weight:normal;"> - integer id of record in geonames database</span></li>
<li>city_name<span style="font-weight:normal;"> - name of geographical point (utf8)</span></li>
<li>asciiname<span style="font-weight:normal;"> - name of geographical point in plain ascii characters</span></li>
<li>alternatenames<span style="font-weight:normal;"> - alternatenames, comma separated</span></li>
<li>latitude<span style="font-weight:normal;"> - latitude in decimal degrees (wgs84)</span></li>
<li>longitude<span style="font-weight:normal;"> - longitude in decimal degrees (wgs84)</span></li>
<li>feature class<span style="font-weight:normal;"> - see http://www.geonames.org/export/codes.html</span></li>
<li>feature code<span style="font-weight:normal;"> &#8211;  see http://www.geonames.org/export/codes.html</span></li>
<li>country code<span style="font-weight:normal;"> - ISO-3166 2-letter country code, 2 characters</span></li>
<li>cc2<span style="font-weight:normal;"> - alternate country codes, comma separated, ISO-3166 2-letter country code, 60 characters</span></li>
<li>admin1 code<span style="font-weight:normal;"> - fipscode (subject to change to iso code), isocode for the us and ch, see file admin1Codes.txt for display names of this code</span></li>
<li>admin2 code<span style="font-weight:normal;"> - code for the second administrative division, a county in the US, see file admin2Codes.txt</span></li>
<li>admin3 code<span style="font-weight:normal;"> - code for third level administrative division</span></li>
<li>admin4 code<span style="font-weight:normal;"> - code for fourth level administrative division</span></li>
<li>population<span style="font-weight:normal;"> - The population calculated at modification_date</span></li>
<li>elevation<span style="font-weight:normal;"> - in meters</span></li>
<li>gtopo30<span style="font-weight:normal;"> - average elevation of 30&#8242;x30&#8242; (ca 900mx900m) area in meters</span></li>
<li>timezone<span style="font-weight:normal;"> - the timezone id</span></li>
<li>modification date<span style="font-weight:normal;"> - date of last modification in yyyy-MM-dd format</span></li>
</ul>
</dt>
<p></strong></p>
<p><strong>Links:</strong></p>
<ul>
<li>homepage: <a href="http://www.phpro.org/index.php?route=projects/geodb" onclick="pageTracker._trackPageview('/outgoing/www.phpro.org/index.php?route=projects/geodb&amp;referer=');">http://www.phpro.org</a></li>
<li>article: <a href="http://www.phpro.org/index.php?route=projects/geodb" onclick="pageTracker._trackPageview('/outgoing/www.phpro.org/index.php?route=projects/geodb&amp;referer=');">http://www.phpro.org/index.php?route=projects/geodb</a></li>
<li>download: <a href="http://phpro.org/downloads/cities.tar.gz" onclick="pageTracker._trackPageview('/outgoing/phpro.org/downloads/cities.tar.gz?referer=');">http://phpro.org/downloads/cities.tar.gz</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tochka.co.uk/2008/12/geo-spatial-free-city-to-country-geo-data.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

