<?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: calculate distance to the coast in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213989#M7335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this workflow (untested):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Feature to Point &lt;/STRONG&gt;&lt;SPAN&gt;to create a point layer of the regions' centroids&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Dissolve&lt;/STRONG&gt;&lt;SPAN&gt; to reduce the regions to a single polygon&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Polygon to Polyline&lt;/STRONG&gt;&lt;SPAN&gt; to convert the single polygon from the previous step to a line representing the coast&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Near&lt;/STRONG&gt;&lt;SPAN&gt; to determine the shortest distance from the centroids to the coast&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2012 17:50:08 GMT</pubDate>
    <dc:creator>BruceNielsen</dc:creator>
    <dc:date>2012-08-01T17:50:08Z</dc:date>
    <item>
      <title>calculate distance to the coast</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213983#M7329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a shapefile with the regions boundary. I need to have a unique polygon that englobes all the regions and then I need to calculate the distance of the centroid of each region to this external boundary.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone knows how could I get this external boundary? I tried union, dissolve, aggregate but I have not been able to obtain it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once I have this external boundary I will just need to use the MNEAR function I guess.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 17:27:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213983#M7329</guid>
      <dc:creator>MiguelGomez</dc:creator>
      <dc:date>2012-07-24T17:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: calculate distance to the coast</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213984#M7330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Miguel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it sounds like you're looking for the concave hull of a set of polygons.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you can trick the Buffer analysis tool into doing this for you (though there may be a more elegant way).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set the buffer distance to zero (or tiny if it won't accept a zero value) and then set the dissolve option as "ALL".&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could be wrong about this, but I think it should work.&amp;nbsp; Try it out and let me know!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 00:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213984#M7330</guid>
      <dc:creator>LT</dc:creator>
      <dc:date>2012-07-25T00:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: calculate distance to the coast</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213985#M7331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also select all regions and use Union tool from Editor toolbar (&lt;/SPAN&gt;&lt;STRONG&gt;not from toolbox&lt;/STRONG&gt;&lt;SPAN&gt;). It can be useful if you are going to obtain the external boundary manually, not inside the model.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 12:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213985#M7331</guid>
      <dc:creator>ROMANFILOZOF</dc:creator>
      <dc:date>2012-07-25T12:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: calculate distance to the coast</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213986#M7332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your region polygons are connected (with common boundaries), Dissolve tool and Aggregate Polygons tool should work. If your region polygons are apart from each other, Aggregate Polygons tool should work with a distance. Could you describe in detail why they didn't work for your data or post a sample data?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 20:27:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213986#M7332</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-07-30T20:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: calculate distance to the coast</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213987#M7333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems like the Min bounding geometry tool might be relevant.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000003q000000"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000003q000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 16:36:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213987#M7333</guid>
      <dc:creator>LT</dc:creator>
      <dc:date>2012-08-01T16:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: calculate distance to the coast</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213988#M7334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My guess is that Miguel needs the enclosing polygons to follow the existing boundaries/coast. If that's the case, Minimum Bounding Geometry tool wouldn't be suitable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 16:56:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213988#M7334</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-08-01T16:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: calculate distance to the coast</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213989#M7335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this workflow (untested):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Feature to Point &lt;/STRONG&gt;&lt;SPAN&gt;to create a point layer of the regions' centroids&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Dissolve&lt;/STRONG&gt;&lt;SPAN&gt; to reduce the regions to a single polygon&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Polygon to Polyline&lt;/STRONG&gt;&lt;SPAN&gt; to convert the single polygon from the previous step to a line representing the coast&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;Near&lt;/STRONG&gt;&lt;SPAN&gt; to determine the shortest distance from the centroids to the coast&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 17:50:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/calculate-distance-to-the-coast/m-p/213989#M7335</guid>
      <dc:creator>BruceNielsen</dc:creator>
      <dc:date>2012-08-01T17:50:08Z</dc:date>
    </item>
  </channel>
</rss>

