<?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 check if a location(latitude, longitude) in a map area(district/city/province)? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-check-if-a-location-latitude-longitude-in-a-map-area/m-p/807755#M81758</link>
    <description>See the answers in this thread: &lt;A href="https://communities.sas.com/t5/Graphics-Programming/Is-there-a-way-to-Reverse-Geocode-Take-Lat-Long-and-convert-to/td-p/197535" target="_blank"&gt;https://communities.sas.com/t5/Graphics-Programming/Is-there-a-way-to-Reverse-Geocode-Take-Lat-Long-and-convert-to/td-p/197535&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can also investigate other options such as for instance: &lt;A href="https://www.maptiler.com/cloud/geocoding/" target="_blank"&gt;https://www.maptiler.com/cloud/geocoding/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards, Jos</description>
    <pubDate>Thu, 14 Apr 2022 10:05:06 GMT</pubDate>
    <dc:creator>JosvanderVelden</dc:creator>
    <dc:date>2022-04-14T10:05:06Z</dc:date>
    <item>
      <title>How to check if a location(latitude, longitude) in a map area(district/city/province)?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-check-if-a-location-latitude-longitude-in-a-map-area/m-p/807739#M81757</link>
      <description>&lt;P&gt;How to check if a location(latitude, longitude) in a map area(district/city/province)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have mapsgfk.china&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;input (lat, long)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;want city name&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since proc gmap choro illustrates the map with color pretty nice, I guess there's a way to check if a point is in that color set, which refers to an area.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 08:35:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-check-if-a-location-latitude-longitude-in-a-map-area/m-p/807739#M81757</guid>
      <dc:creator>kimmygzc</dc:creator>
      <dc:date>2022-04-14T08:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a location(latitude, longitude) in a map area(district/city/province)?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-check-if-a-location-latitude-longitude-in-a-map-area/m-p/807755#M81758</link>
      <description>See the answers in this thread: &lt;A href="https://communities.sas.com/t5/Graphics-Programming/Is-there-a-way-to-Reverse-Geocode-Take-Lat-Long-and-convert-to/td-p/197535" target="_blank"&gt;https://communities.sas.com/t5/Graphics-Programming/Is-there-a-way-to-Reverse-Geocode-Take-Lat-Long-and-convert-to/td-p/197535&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can also investigate other options such as for instance: &lt;A href="https://www.maptiler.com/cloud/geocoding/" target="_blank"&gt;https://www.maptiler.com/cloud/geocoding/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards, Jos</description>
      <pubDate>Thu, 14 Apr 2022 10:05:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-check-if-a-location-latitude-longitude-in-a-map-area/m-p/807755#M81758</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2022-04-14T10:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a location(latitude, longitude) in a map area(district/city/province)?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-check-if-a-location-latitude-longitude-in-a-map-area/m-p/807757#M81759</link>
      <description>&lt;P&gt;Easy : check if a point is inside map &lt;STRONG&gt;region &lt;/STRONG&gt;(district/province/whatever) when you have a point coordinates in the same coordinate system the map uses and the boundaries of the area are in the map: Proc Ginside.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since that map set you reference does not have anything I recognize as a city then it doesn't really help much if that is what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a source of city point coordinates you might investigate find the minimum distance to cities using the GEODIST function. This topic has also been discussed on the forum a few times.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 10:33:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-check-if-a-location-latitude-longitude-in-a-map-area/m-p/807757#M81759</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-04-14T10:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if a location(latitude, longitude) in a map area(district/city/province)?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-check-if-a-location-latitude-longitude-in-a-map-area/m-p/807758#M81760</link>
      <description>&lt;DIV class="MainContentArea_mainContentNav__1G3Q6  navbar navbar-expand navbar-light" role="none"&gt;
&lt;DIV class="MainContentArea_leftNav__20Qv_"&gt;
&lt;DIV class="MainContentArea_title__38xiz"&gt;SAS/GRAPH: Mapping Reference&lt;/DIV&gt;
&lt;DIV class="MainContentArea_title__38xiz"&gt;&lt;SPAN&gt;GINSIDE Procedure&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmmvacdc/9.4/grmapref/n1em0w0lpfi8qdn1jhervlg4lsyw.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmmvacdc/9.4/grmapref/n1em0w0lpfi8qdn1jhervlg4lsyw.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 10:37:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-check-if-a-location-latitude-longitude-in-a-map-area/m-p/807758#M81760</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-04-14T10:37:38Z</dc:date>
    </item>
  </channel>
</rss>

