<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Cities data authentication"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Cities data authentication"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Cities data authentication</title>
				<description><![CDATA[ I was viewing the content of cities15000.txt and I found some strange entries which are fake. For instance entries of Pakistan are quite weird. For instance. check the following array dump for a single record:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
Array
&#40;
    &#91;0&#93; =&gt; 1162004
    &#91;1&#93; =&gt; Khairpur
    &#91;2&#93; =&gt; Khairpur
    &#91;3&#93; =&gt; Khaipur,Khairpur Mirs,Khairpur MÄ«rs
    &#91;4&#93; =&gt; 27.5333333
    &#91;5&#93; =&gt; 68.7666667
    &#91;6&#93; =&gt; P
    &#91;7&#93; =&gt; PPL
    &#91;8&#93; =&gt; PK
    &#91;9&#93; =&gt; 
    &#91;10&#93; =&gt; 05
    &#91;11&#93; =&gt; 
    &#91;12&#93; =&gt; 
    &#91;13&#93; =&gt; 
    &#91;14&#93; =&gt; 124602
    &#91;15&#93; =&gt; 
    &#91;16&#93; =&gt; 50
    &#91;17&#93; =&gt; Asia/Karachi
    &#91;18&#93; =&gt; 2006-01-17
&#41;
</pre>
		</div>

OK Index "1" seems ot tel city name but then I find long and lat not correct(no minus sign) plus entry # 17 that is "Asia/Karachi", Karachi itself is a separate city and has no relation with "Khairpur"


Can you please tell me what's the issue]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1214.page#5184</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1214.page#5184</link>
				<pubDate><![CDATA[Wed, 14 Jan 2009 19:49:43]]> GMT</pubDate>
				<author><![CDATA[ kadnan]]></author>
			</item>
			<item>
				<title>Re:Cities data authentication</title>
				<description><![CDATA[ Hi.  I'm new at this, but the data looks correct to me.
The Lat / Lon information shows the correct location on Google maps.  See attached screen shot.

Entry 17 is the timezone.  I'm assuming Karachi is the capitol city, or at least a major city in the zone where Khairpur is located, hence the reference to it in relation to the "zone".

I hope that's of some help.]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1214.page#5186</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1214.page#5186</link>
				<pubDate><![CDATA[Wed, 14 Jan 2009 20:44:20]]> GMT</pubDate>
				<author><![CDATA[ terryh]]></author>
			</item>
			<item>
				<title>Re:Cities data authentication</title>
				<description><![CDATA[ The layout of the geonames table from the documentation is as follows:

The main 'geoname' table has the following fields :
---------------------------------------------------
geonameid         : integer id of record in geonames database
name              : name of geographical point (utf8) varchar(200)
asciiname         : name of geographical point in plain ascii characters, varchar(200)
alternatenames    : alternatenames, comma separated varchar(4000) (varchar(5000) for SQL Server)
latitude          : latitude in decimal degrees (wgs84)
longitude         : longitude in decimal degrees (wgs84)
feature class     : see http://www.geonames.org/export/codes.html, char(1)
feature code      : see http://www.geonames.org/export/codes.html, varchar(10)
country code      : ISO-3166 2-letter country code, 2 characters
cc2               : alternate country codes, comma separated, ISO-3166 2-letter country code, 60 characters
admin1 code       : fipscode (subject to change to iso code), isocode for the us and ch, see file admin1Codes.txt for display names of this code; varchar(20)
admin2 code       : code for the second administrative division, a county in the US, see file admin2Codes.txt; varchar(80) 
admin3 code       : code for third level administrative division, varchar(20)
admin4 code       : code for fourth level administrative division, varchar(20)
population        : integer 
elevation         : in meters, integer
gtopo30           : average elevation of 30'x30' (ca 900mx900m) area in meters, integer
timezone          : the timezone id (see file timeZone.txt)
modification date : date of last modification in yyyy-MM-dd format

So you would be looking at:

Name > field 1
LAT > field 4
LON > field 5
Timezone > field 17]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1214.page#5192</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1214.page#5192</link>
				<pubDate><![CDATA[Thu, 15 Jan 2009 11:46:58]]> GMT</pubDate>
				<author><![CDATA[ terryh]]></author>
			</item>
			<item>
				<title>Re:Cities data authentication</title>
				<description><![CDATA[ thanks a bunch !]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1214.page#5193</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1214.page#5193</link>
				<pubDate><![CDATA[Thu, 15 Jan 2009 17:58:11]]> GMT</pubDate>
				<author><![CDATA[ kadnan]]></author>
			</item>
	</channel>
</rss>