<?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: Buffer zone according to the surface in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449770#M6382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I checked and I have not a buf_3D, so I guess I will have to try again the code; moreover, if I switch one all the layers created by the code I obtain that just only a buffer has specific info in its attribute table (as you can see in the pics; 1-general, 2-detail, 3-detail with attribute table). Therefore, I could consider it a mistake too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400858_buffer_codePython_layersOn_1.jpg" style="width: 620px; height: 251px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400865_buffer_codePython_layersOn_2.jpg" style="width: 620px; height: 348px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400866_buffer_codePython_layersOn_3.jpg" style="width: 620px; height: 259px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Apr 2018 10:49:28 GMT</pubDate>
    <dc:creator>RobertoFilloramo</dc:creator>
    <dc:date>2018-04-07T10:49:28Z</dc:date>
    <item>
      <title>Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449751#M6363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: rgba(248, 248, 248, 0.6);"&gt;Using ArcGIS (10.3.1), is it possible to create a buffer zone according to the surface with a variable radius (i.e. 5-10-15 Km)? Which means that the buffer zone is not "flat", yet it&amp;nbsp;has a shape that followed the surface.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: rgba(248, 248, 248, 0.6);"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 17:56:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449751#M6363</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-04-04T17:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449752#M6364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check &lt;A href="https://community.esri.com/people/xander_bakker"&gt;xander_bakker&lt;/A&gt;‌'s solution for &lt;A _jive_internal="true" href="https://community.esri.com/thread/116656"&gt;&lt;STRONG&gt;surface buffers&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 18:41:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449752#M6364</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-04T18:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449753#M6365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for replying me.... So I used the Xander's code in my python, it gave me the buffer zones (max dist. 3000) yet it showed an error:&lt;/P&gt;&lt;P&gt;"Runtime error&amp;nbsp; Traceback (most recent call last):&amp;nbsp; &amp;nbsp;File "&amp;lt;string&amp;gt;", line 72, in &amp;lt;module&amp;gt;&amp;nbsp; &amp;nbsp;File "c:\program files (x86)\arcgis\desktop10.3\arcpy\arcpy\management.py", line 3246, in AddField&amp;nbsp; &amp;nbsp; &amp;nbsp;raise e ExecuteError: ERROR 000464: Cannot get exclusive schema lock.&amp;nbsp; Either being edited or in use by another application. Failed to execute (AddField)."&lt;/P&gt;&lt;P&gt;Some suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 10:23:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449753#M6365</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-04-05T10:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449754#M6366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well that one is pretty well raised when the condition is true.&amp;nbsp; Sometimes, a save, shut down and reboot fixes things to ensure that locks are removed. Don't browse with other applications either&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 10:27:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449754#M6366</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-05T10:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449755#M6367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I will try to save and reboot the program. Anyway, the obtained raster is not like in the Xander's picture, it is "flat" as I had done it with the buffer wizard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 10:32:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449755#M6367</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-04-05T10:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449756#M6368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;everything is in a projected coordinate system I assume and there is a sufficient elevation difference that you will actually 'see' the affect that &lt;A href="https://community.esri.com/people/xander_bakker"&gt;xander_bakker&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;'s script produce?&amp;nbsp; If you have a small elevation difference relative to the buffer, not much is going to be visible unless you compare the result with an intersection with a conventional buffer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 10:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449756#M6368</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-05T10:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449757#M6369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well, my dtm values are High : 927,206,&amp;nbsp;Low : -17,8801. I assume that with these values it should appear different (which means like Xander's pic). I tried another time using some points placed in a more hilly area, yet the circle buffer zones are stil "flat" without any surface adapting.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 11:28:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449757#M6369</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-04-05T11:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449758#M6370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to share the actual data? Or at least a screenshot (perhaps a hillshade with the starting point and the resulting buffer?) That would really help to see what you have.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 11:38:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449758#M6370</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-04-05T11:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449759#M6371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached some screenshots: DTM, points, slope, resulting buffer&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400648_DTM_buffer_prv.jpg" style="width: 620px; height: 279px;" /&gt;&lt;IMG alt="points" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400661_DTM_buffer_Point_prv.jpg" style="width: 620px; height: 355px;" /&gt;&lt;IMG alt="slope" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400662_DTM_buffer_Slope_prv.jpg" style="width: 620px; height: 276px;" /&gt;&lt;IMG alt="resulting buffers" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400663_DTM_buffer_Zone_prv.jpg" style="width: 620px; height: 257px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 11:54:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449759#M6371</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-04-05T11:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449760#M6372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share an area of the DEM around a point just big enough for the buffer to fit and the settings (pixsize and steps) you used for the scrip and the resolution of the DEMt? I would like to validate the intermediate results to see what is going on.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 12:08:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449760#M6372</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-04-05T12:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449761#M6373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here I can't upload the data, because they exceed the uploading limit... So, the DTM resolution is 8mt, actually I copied your code changing the folder locations and max distance (because all the rest seems correct, at least)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 12:40:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449761#M6373</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-04-05T12:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449762#M6374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a resolution of 8mt, you will want to change the setting on line to 8 instead of 30. This will be better, but does not explain why you don't see any influence of the slopes on the resulting buffer. What is your maximum distance? I assume your coordinate system is projected (no geographic).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you extract a small rectangle around a point I'm sure it will be below 50MB (when stored in a fgdb) and you will be able to attach it to the thread. It is hard to detect what might be wrong without access to (a sample of) the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 13:57:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449762#M6374</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-04-05T13:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449763#M6375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Yes, my coordinate system is projected and max distance is 3000mt. I attached the sample files (on top)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 14:51:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449763#M6375</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-04-05T14:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449764#M6376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just ran the script with some minor modifications and it does generate a result:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/400718_pastedImage_1.png" style="width: 620px; height: 598px;" /&gt;&lt;/P&gt;&lt;P&gt;There are some differences in the normal buffer (black line) and the surface buffer (blue line). Will try and check later if the result is really correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 20:46:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449764#M6376</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-04-05T20:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449765#M6377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As suspected... visual expectation is not the same as reality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2018 20:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449765#M6377</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-05T20:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449766#M6378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, this discrepancy between the visual expectation and the reality to what is due?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 08:31:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449766#M6378</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-04-06T08:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449767#M6379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.... I tried too, changing the pix size in 8. The code worked without any problems, yet the result is still the same which means that it didn't show any changing as in yours. Moreover, the previous result overlapped the new one perfectly.&lt;/P&gt;&lt;P&gt;I attached two pics: the red line is the new datum, while the black line the old one.&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400787_buffer_codePython_new.jpg" style="width: 620px; height: 293px;" /&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400788_buffer_codePython_old.jpg" style="width: 620px; height: 301px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 08:38:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449767#M6379</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-04-06T08:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449768#M6380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there any &lt;STRONG&gt;buf_3D&lt;/STRONG&gt; featureclasses created? This is the actual result of the tool and not the pnt_buf featureclasses. If these are not created the process is not running completely and some error is occurring in the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select a single line that passes through some relatively steep slopes (line Line_D 357):&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/400765_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... and I extract the slope values, the mean slope is 25.7%:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/400764_pastedImage_1.png" style="width: 620px; height: 273px;" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would mean that the buffer should pass at 2905 meters from the center point. It passes at 2920. The reason for this difference is that the slope direction is taken into account. If you traverse a steep slope maintaining the same altitude, you will traverse at a slope of 0%. A slope map returns the maximum slope in any direction..&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 12:12:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449768#M6380</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2018-04-06T12:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449769#M6381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As shown in Xander's figures, if there is not significant elevation change, and more importantly perhaps, undulating change, the difference between a buffer that is simply 2D planar versus 3D is going to be insignificant the larger the buffer radius.&lt;/P&gt;&lt;P&gt;If you want to see dramatic results, pick a hill in your terrain whose 2D radius is small (maybe a couple of 100 m), then buffer that.&amp;nbsp; A buffer radius over many hundreds of meters or kilometers is not going to show any significant difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The controlling factors&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;the cumulative affect of the elevation differences from the centre to a point on the buffer radius&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;the size of the buffer&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;the greater the first, and the smaller the second is what will produce the most pronounced result&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 13:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449769#M6381</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-06T13:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer zone according to the surface</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449770#M6382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I checked and I have not a buf_3D, so I guess I will have to try again the code; moreover, if I switch one all the layers created by the code I obtain that just only a buffer has specific info in its attribute table (as you can see in the pics; 1-general, 2-detail, 3-detail with attribute table). Therefore, I could consider it a mistake too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400858_buffer_codePython_layersOn_1.jpg" style="width: 620px; height: 251px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400865_buffer_codePython_layersOn_2.jpg" style="width: 620px; height: 348px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/400866_buffer_codePython_layersOn_3.jpg" style="width: 620px; height: 259px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2018 10:49:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/buffer-zone-according-to-the-surface/m-p/449770#M6382</guid>
      <dc:creator>RobertoFilloramo</dc:creator>
      <dc:date>2018-04-07T10:49:28Z</dc:date>
    </item>
  </channel>
</rss>

