Perl or GUI programmer

Discussion in 'Programming' started by rainmanjam, Jan 15, 2008.

  1. #1
    I have a list of lat/long that I need to bounce off of Geonames.org to get its City, State, and Country. This is call Reverse Geocoding. When the information is passed to http://ws.geonames.org/findNearbyPlaceName?lat=47.3&lng=9
    I get back in xml format the information I need. I have about 50K points that I need to get information for. Looking for either a quick Perl script that can query a comma delimited text file with the lat and long and spit out the lat/long along with the City, State, and country Or a GUI that I can install that will do the same thing.
     
    rainmanjam, Jan 15, 2008 IP
  2. ankurchourasia

    ankurchourasia Guest

    Messages:
    20
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you should try google maps API, in your site...Its free
     
    ankurchourasia, Jan 21, 2008 IP
  3. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #3
    50,000? ok, perl can parse the text file, accept the xml response, parse that etc. Is there a script which does this already or do you want one coded, what's the question here?
     
    shallowink, Jan 21, 2008 IP
  4. QiSoftware

    QiSoftware Well-Known Member

    Messages:
    805
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    158
    #4
    I have done some work with GeoCodes-- see this page-- at the bottom of the page. I used curl in the example. Let me know if you want me to take a look at the task. PHP/Curl? I also developed a quickmaps interface -- using Google Maps. See the Dining and Travel page.

    Q...
     
    QiSoftware, Jan 22, 2008 IP