<?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 Euclidean Distance in Global Datasets in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-in-global-datasets/m-p/178672#M5964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to do some euclidean distance on a global scale. I find that there is no a natural continuation at the edges due to the Maximum distance option set to default. I've tried with different values always with the same output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder if someone can suggest a way round this so I can get a continuous raster dataset instead of a sharp differentiation at the edges.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see images attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31207[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31208[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31209[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Feb 2014 07:58:09 GMT</pubDate>
    <dc:creator>anTonialcaraz</dc:creator>
    <dc:date>2014-02-07T07:58:09Z</dc:date>
    <item>
      <title>Euclidean Distance in Global Datasets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-in-global-datasets/m-p/178672#M5964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to do some euclidean distance on a global scale. I find that there is no a natural continuation at the edges due to the Maximum distance option set to default. I've tried with different values always with the same output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder if someone can suggest a way round this so I can get a continuous raster dataset instead of a sharp differentiation at the edges.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see images attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31207[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31208[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]31209[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 07:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-in-global-datasets/m-p/178672#M5964</guid>
      <dc:creator>anTonialcaraz</dc:creator>
      <dc:date>2014-02-07T07:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Euclidean Distance in Global Datasets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-in-global-datasets/m-p/178673#M5965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mdenil&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Slice 90° (or so) chunks off the far eastern and western ends &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and save them out as rasters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shift the coordinates on each, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so each will mate up to the oposite end of the original.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;mosaic them all to a new raster&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you will have a raster with an east-west extent of 540°&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(that is: -270° to 270° from 90° + 360° + 90°)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Run your analysis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now clip the resuslts to the rectangle -180° to 180°.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 13:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-in-global-datasets/m-p/178673#M5965</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-02-07T13:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Euclidean Distance in Global Datasets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-in-global-datasets/m-p/178674#M5966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I get a bit confused when you say "Run your analysis".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it make sense to do what you're suggesting on the source polyline country layer (attached image) and then run the Euclidean distance tool?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 14:43:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-in-global-datasets/m-p/178674#M5966</guid>
      <dc:creator>anTonialcaraz</dc:creator>
      <dc:date>2014-02-07T14:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Euclidean Distance in Global Datasets</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-in-global-datasets/m-p/178675#M5967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I applied your procedure on the polyline feature class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it works very well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 09:14:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/euclidean-distance-in-global-datasets/m-p/178675#M5967</guid>
      <dc:creator>anTonialcaraz</dc:creator>
      <dc:date>2014-02-10T09:14:23Z</dc:date>
    </item>
  </channel>
</rss>

