<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Associate Airport with City ?"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "Associate Airport with City ?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Associate Airport with City ?</title>
				<description><![CDATA[ Hello all,

I'm really newbee in geonames so maybe my question is really easy, but can't find a way to do it.

I'm trying to associate every AirportCode (like LAX for exemple) with a City (in this case, Los Angeles). 
Is there a way to do this ?

Thanks,]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1659.page#6852</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1659.page#6852</link>
				<pubDate><![CDATA[Wed, 16 Dec 2009 11:41:41]]> GMT</pubDate>
				<author><![CDATA[ petoulachi]]></author>
			</item>
			<item>
				<title>Re:Associate Airport with City ?</title>
				<description><![CDATA[ Just perform 2 webservices calls :

1/ retrieve lat and lng of the airport :
http://ws.geonames.org/search?featureCode=AIRP&name_equals=LAX

2/ retrieve nearby places using lat and lng :
http://ws.geonames.org/findNearbyPlaceName?lat=33.9425129&lng=-118.4089655&style=full&radius=30&maxRows=99

You may adjust radius, 
and filter result by population to get the biggest city.

More information:
http://www.geonames.org/export/ws-overview.html]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/1659.page#6863</guid>
				<link>http://forum.geonames.org/gforum/posts/list/1659.page#6863</link>
				<pubDate><![CDATA[Fri, 18 Dec 2009 12:16:01]]> GMT</pubDate>
				<author><![CDATA[ geotree]]></author>
			</item>
	</channel>
</rss>