<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Google Maps CoOrdinates in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/256074#M268902</link>
    <description>&lt;P&gt;Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for digging these out for me. Unfortunately I have not been able to adapt these to work for me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the first source, &lt;A href="http://www.sascommunity.org/wiki/Geocoding_using_SAS_and_Google_Maps" target="_blank" rel="nofollow"&gt;&lt;FONT color="#007dc3"&gt;http://www.sascommunity.org/wiki/Geocoding_using_S​AS_and_Google_Maps&lt;/FONT&gt;&lt;/A&gt;, I get the following errors&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Host name maps.google.com not found.&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, C:\GoogleGeocode\Googlexml2.xml.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;There doesn't appear to be any reference to what this XML file contains&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, C:\GoogleGeocode\Googlexmlmap.map.&lt;/P&gt;&lt;P&gt;ERROR: Encountered during XMLMap parsing at or near line 1, column 1.&lt;/P&gt;&lt;P&gt;ERROR: XML describe error: Internal processing error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have created the .map file exactly as specified but it seems to be causing errors. I have no experience with XML at all so I'm wondering if you have been able to get it to work?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Mar 2016 11:26:10 GMT</pubDate>
    <dc:creator>KevEile</dc:creator>
    <dc:date>2016-03-11T11:26:10Z</dc:date>
    <item>
      <title>Google Maps CoOrdinates</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/255824#M268898</link>
      <description>&lt;P&gt;I'm using SAS Enterprise Guide v5.1 and currently have a table that looks like the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Address&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;123 Street Name, Town, Ireland&lt;/P&gt;&lt;P&gt;456 Big Road, Other Town, Ireland&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please tell me how to connect to Google Maps API (preferably the free version that allows up to 2000 searches) and determine the geographical co-ordinates of the addresses in the table? I wish then to create a new table that looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Address&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Latitude&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Longitude&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;123 Street Name, Town, Ireland&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.23456&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;6.54321&lt;/P&gt;&lt;P&gt;456 Big Road, Other Town, Ireland&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;5.67890&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.98765&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 16:14:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/255824#M268898</guid>
      <dc:creator>KevEile</dc:creator>
      <dc:date>2016-03-10T16:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps CoOrdinates</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/255828#M268899</link>
      <description>&lt;P&gt;Have you considered PROC GEOCODE, especially if you have SAS 9.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/67881/HTML/default/viewer.htm#p087i29802bnfgn1qn9isdqzde0h-508.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/67881/HTML/default/viewer.htm#p087i29802bnfgn1qn9isdqzde0h-508.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may need to download a dataset for it to work for Ireland.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 16:24:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/255828#M268899</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-10T16:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps CoOrdinates</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/255832#M268900</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I considered using PROC GEOCODE but it seems to be catered specifically for USA/Canada/UK (anywhere with a definied postal code system such as zip codes)&amp;nbsp;and not for Ireland&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's why I'm wondering specifically about the Google Maps API&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I have SAS 9.3&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 16:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/255832#M268900</guid>
      <dc:creator>KevEile</dc:creator>
      <dc:date>2016-03-10T16:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps CoOrdinates</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/255977#M268901</link>
      <description>&lt;P&gt;Here are two examples. One issue is that they wrote them a while back and the API changes over time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the second one has been maintained over time. I do know that it's still possible &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.sascommunity.org/wiki/Geocoding_using_SAS_and_Google_Maps" target="_blank"&gt;http://www.sascommunity.org/wiki/Geocoding_using_SAS_and_Google_Maps&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.sascommunity.org/wiki/Driving_Distances_and_Drive_Times_using_SAS_and_Google_Maps" target="_blank"&gt;http://www.sascommunity.org/wiki/Driving_Distances_and_Drive_Times_using_SAS_and_Google_Maps&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 23:37:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/255977#M268901</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-10T23:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps CoOrdinates</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/256074#M268902</link>
      <description>&lt;P&gt;Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for digging these out for me. Unfortunately I have not been able to adapt these to work for me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the first source, &lt;A href="http://www.sascommunity.org/wiki/Geocoding_using_SAS_and_Google_Maps" target="_blank" rel="nofollow"&gt;&lt;FONT color="#007dc3"&gt;http://www.sascommunity.org/wiki/Geocoding_using_S​AS_and_Google_Maps&lt;/FONT&gt;&lt;/A&gt;, I get the following errors&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Host name maps.google.com not found.&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, C:\GoogleGeocode\Googlexml2.xml.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;There doesn't appear to be any reference to what this XML file contains&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, C:\GoogleGeocode\Googlexmlmap.map.&lt;/P&gt;&lt;P&gt;ERROR: Encountered during XMLMap parsing at or near line 1, column 1.&lt;/P&gt;&lt;P&gt;ERROR: XML describe error: Internal processing error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have created the .map file exactly as specified but it seems to be causing errors. I have no experience with XML at all so I'm wondering if you have been able to get it to work?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 11:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/256074#M268902</guid>
      <dc:creator>KevEile</dc:creator>
      <dc:date>2016-03-11T11:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps CoOrdinates</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/256090#M268903</link>
      <description>&lt;P&gt;I know the second one works...&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2016 12:22:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/256090#M268903</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-11T12:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Google Maps CoOrdinates</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/275604#M268904</link>
      <description>&lt;P&gt;What is the minimum version number of Enterprise Guide this will work with please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using EG 6.1 and I'm being told by our IT support team that the reason I'm getting a "Host not Found" error is because this isn't supported in the version we run, and nothing to do with the setup or my access priviledges.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jamie&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 09:47:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Google-Maps-CoOrdinates/m-p/275604#M268904</guid>
      <dc:creator>JamieFay</dc:creator>
      <dc:date>2016-06-07T09:47:48Z</dc:date>
    </item>
  </channel>
</rss>

