<?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: How to get physical address given latitude and longitude coordinates and show it in a table? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194380#M56024</link>
    <description>&lt;P&gt;Thanks MuS for the fast respond &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I've no issues displaying the coordinate on the various Maps but i need to display the Physical address instead of Lat &amp;amp; Lon on the Table.&lt;BR /&gt;
Are you able to view the Pic on the link i provided?&lt;/P&gt;

&lt;P&gt;Do you have any suggestion how this can be done?&lt;/P&gt;

&lt;P&gt;Thanks &amp;amp; appreciate a lot &lt;/P&gt;</description>
    <pubDate>Sun, 11 Oct 2015 07:37:04 GMT</pubDate>
    <dc:creator>Imjusttesting</dc:creator>
    <dc:date>2015-10-11T07:37:04Z</dc:date>
    <item>
      <title>How to get physical address given latitude and longitude coordinates and show it in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194373#M56017</link>
      <description>&lt;P&gt;Given that I have my latitude an longitude in an RDBMS and I can access it using Splunk DB Connect. I want to show the Physical address based on the latitude and longitude cordinates&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 05:26:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194373#M56017</guid>
      <dc:creator>rongruspe</dc:creator>
      <dc:date>2015-07-07T05:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical address given latitude and longitude coordinates and show it in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194374#M56018</link>
      <description>&lt;P&gt;You'll need an external service (Google Maps, etc.) to provide that lookup for you. Once you have that you can call such an API from a scripted lookup, pass the lat/lon to the lookup and return the physical address into your search results. Displaying that in a table is the easiest part.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 08:35:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194374#M56018</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-07-07T08:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical address given latitude and longitude coordinates and show it in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194375#M56019</link>
      <description>&lt;P&gt;And here you can find such an external service &lt;A href="https://developers.google.com/maps/documentation/geocoding/?hl=de"&gt;https://developers.google.com/maps/documentation/geocoding/?hl=de&lt;/A&gt;&lt;BR /&gt;
 uupppss copy/paste error - the first link was the wrong one &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2015 09:52:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194375#M56019</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-07-07T09:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical address given latitude and longitude coordinates and show it in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194376#M56020</link>
      <description>&lt;P&gt;Thanks! Very helpful. Do you have an example on how to create a scripted lookup that calls an API? And where can I get that API?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 03:00:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194376#M56020</guid>
      <dc:creator>rongruspe</dc:creator>
      <dc:date>2015-07-08T03:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical address given latitude and longitude coordinates and show it in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194377#M56021</link>
      <description>&lt;P&gt;Look at the link posted by @MuS for a start.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2015 07:25:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194377#M56021</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-07-08T07:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical address given latitude and longitude coordinates and show it in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194378#M56022</link>
      <description>&lt;P&gt;@Mus &amp;amp; Martin_mueller,&lt;/P&gt;

&lt;P&gt;So far what is displayed on the table are the Lon &amp;amp; Lat but i need the Physical address but I'm planning to use OpenStreetMap instead of GoogleMap.&lt;BR /&gt;
&lt;A href="https://drive.google.com/file/d/0B1nXkGdlsvvPcjBndldfcWlRQjA/view?usp=sharing"&gt;https://drive.google.com/file/d/0B1nXkGdlsvvPcjBndldfcWlRQjA/view?usp=sharing&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;How can i do it? &lt;BR /&gt;
Are the logic to display the Physical address on the table works the same on both Google Map &amp;amp; OpenstreetMap?&lt;/P&gt;

&lt;P&gt;Apologise Rongruspe for "hijacking' ur post but I'm also facing similar issues.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2015 07:19:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194378#M56022</guid>
      <dc:creator>Imjusttesting</dc:creator>
      <dc:date>2015-10-11T07:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical address given latitude and longitude coordinates and show it in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194379#M56023</link>
      <description>&lt;P&gt;Yes, the logic is the same. You can easily switch between Google Maps and Openstreetmap or any other Map tile server in Splunk; see the docs &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/Editdashboardpanelvisualizations"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/Editdashboardpanelvisualizations&lt;/A&gt; Topic &lt;CODE&gt;Map Tiles&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;PS: You can even create your own map tiles and use them in Splunk &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2015 07:32:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194379#M56023</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2015-10-11T07:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical address given latitude and longitude coordinates and show it in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194380#M56024</link>
      <description>&lt;P&gt;Thanks MuS for the fast respond &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I've no issues displaying the coordinate on the various Maps but i need to display the Physical address instead of Lat &amp;amp; Lon on the Table.&lt;BR /&gt;
Are you able to view the Pic on the link i provided?&lt;/P&gt;

&lt;P&gt;Do you have any suggestion how this can be done?&lt;/P&gt;

&lt;P&gt;Thanks &amp;amp; appreciate a lot &lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2015 07:37:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194380#M56024</guid>
      <dc:creator>Imjusttesting</dc:creator>
      <dc:date>2015-10-11T07:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get physical address given latitude and longitude coordinates and show it in a table?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194381#M56025</link>
      <description>&lt;P&gt;The answer is the same as well - use a geolocation web service, such as Google's API linked to above. I'm sure there are services besides Google too.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Oct 2015 10:50:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-get-physical-address-given-latitude-and-longitude/m-p/194381#M56025</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-10-11T10:50:10Z</dc:date>
    </item>
  </channel>
</rss>

