<?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 create variables for coastal cities? in ArcGIS Mapping and Charting Questions</title>
    <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-to-create-variables-for-coastal-cities/m-p/122036#M440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your coast lines are&amp;nbsp;indeed lines, you could use a select by location and apply a tolerance (search distance):&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/349172_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your coast "lines" are polygons representing&amp;nbsp;land you could evaluate if the coast polygon borders touch the cities but you wont be able to apply a search distance:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/349173_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your coast lines are polygons representing the sea, you could use the intersect and apply a search distance to account for lack of precision between the layers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 May 2017 17:07:31 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2017-05-01T17:07:31Z</dc:date>
    <item>
      <title>How to create variables for coastal cities?</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-to-create-variables-for-coastal-cities/m-p/122034#M438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a shapefile for a coastline, I have&amp;nbsp;the boundaries and centroid points for municipalities. I created a measure of "Distance to coastline" but I also would like to know if a city area is in contact with the coast or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attempted to find it online but did not come up with anything.&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;João&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 16:00:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-to-create-variables-for-coastal-cities/m-p/122034#M438</guid>
      <dc:creator>JoãoFrancisco_Pugliese</dc:creator>
      <dc:date>2017-05-01T16:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create variables for coastal cities?</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-to-create-variables-for-coastal-cities/m-p/122035#M439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could run an intersect with points as the output... If you get a point at least part of the city is on the coast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/how-intersect-analysis-works.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/how-intersect-analysis-works.htm"&gt;How Intersect works—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/intersect.htm" title="http://pro.arcgis.com/en/pro-app/tool-reference/analysis/intersect.htm"&gt;Intersect—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 16:37:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-to-create-variables-for-coastal-cities/m-p/122035#M439</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2017-05-01T16:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create variables for coastal cities?</title>
      <link>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-to-create-variables-for-coastal-cities/m-p/122036#M440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your coast lines are&amp;nbsp;indeed lines, you could use a select by location and apply a tolerance (search distance):&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/349172_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your coast "lines" are polygons representing&amp;nbsp;land you could evaluate if the coast polygon borders touch the cities but you wont be able to apply a search distance:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/349173_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your coast lines are polygons representing the sea, you could use the intersect and apply a search distance to account for lack of precision between the layers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 17:07:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-mapping-and-charting-questions/how-to-create-variables-for-coastal-cities/m-p/122036#M440</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-05-01T17:07:31Z</dc:date>
    </item>
  </channel>
</rss>

