<?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 nonuniform buffer in point layer. in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-nonuniform-buffer-in-point-layer/m-p/178913#M5995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What license level do you have?&amp;nbsp; An Advanced license gives you the most flexibility.&amp;nbsp; However, it is virtually certain that a custom script will be involved that employs cursors and dictionaries to do the analysis to find the closest vertex to the intersection and write a buffer distance field to the intersection point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the lines that make up the line network connecting to the intersection points always have an end that is identical to the intersection point, or do the lines go through the intersection points?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 May 2016 11:44:11 GMT</pubDate>
    <dc:creator>RichardFairhurst</dc:creator>
    <dc:date>2016-05-07T11:44:11Z</dc:date>
    <item>
      <title>How to create nonuniform buffer in point layer.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-nonuniform-buffer-in-point-layer/m-p/178912#M5994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3a0699;"&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3a0699;"&gt;I want&amp;nbsp; to create a buffer around line intersection point based on the distance &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3a0699;"&gt;between intersection point and the closest vertex; so that the buffer distance&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3a0699;"&gt;varies for each intersection point. I really appreciate any help you can provide.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 05:54:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-nonuniform-buffer-in-point-layer/m-p/178912#M5994</guid>
      <dc:creator>FatmaŞenol</dc:creator>
      <dc:date>2016-05-07T05:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create nonuniform buffer in point layer.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-nonuniform-buffer-in-point-layer/m-p/178913#M5995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What license level do you have?&amp;nbsp; An Advanced license gives you the most flexibility.&amp;nbsp; However, it is virtually certain that a custom script will be involved that employs cursors and dictionaries to do the analysis to find the closest vertex to the intersection and write a buffer distance field to the intersection point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the lines that make up the line network connecting to the intersection points always have an end that is identical to the intersection point, or do the lines go through the intersection points?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 11:44:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-nonuniform-buffer-in-point-layer/m-p/178913#M5995</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2016-05-07T11:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create nonuniform buffer in point layer.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-nonuniform-buffer-in-point-layer/m-p/178914#M5996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ArcGIS advanced license. I agree with you on that a custom script would be needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding your question about the lines, I have a polygon layer and there are 52488 polygons.&lt;/P&gt;&lt;P&gt;What I'm trying to do is exactly to find the closest vertex to the intersection and write a buffer&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #606060; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;distance field to the intersection point.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #606060; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;&lt;/P&gt;&lt;P style="color: #606060; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;I tried to run point distance analysis tool without specifying search radius value but this analysis&lt;/P&gt;&lt;P style="color: #606060; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;takes too much time considering total number of vertices and intersection points. So, It would&lt;/P&gt;&lt;DIV style="font-family: tahoma, sans-serif; font-size: small; color: #333399;"&gt;&lt;SPAN style="color: #606060; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px;"&gt;be great if you could suggest a solution to perform this analysis. Thank you. &lt;/SPAN&gt;​&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="font-family: tahoma, sans-serif; font-size: small; color: #333399;"&gt; &lt;/DIV&gt;&lt;DIV style="font-family: tahoma, sans-serif; font-size: small; color: #333399;"&gt;&lt;IMG alt="Agricultural_Plot.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/198757_Agricultural_Plot.jpg" style="width: 620px; height: 330px;" /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 17:48:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-nonuniform-buffer-in-point-layer/m-p/178914#M5996</guid>
      <dc:creator>FatmaŞenol</dc:creator>
      <dc:date>2016-05-07T17:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create nonuniform buffer in point layer.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-nonuniform-buffer-in-point-layer/m-p/178915#M5997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a threshold distance to an intersection point, which if memory serves you do,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;create a buffer around your intersection points&lt;/LI&gt;&lt;LI&gt;intersect that buffer returning points as the object&lt;/LI&gt;&lt;LI&gt;each point returned will be the buffer distance away from the centroid UNLESS&lt;UL&gt;&lt;LI&gt;a line segment that intersected the buffer had a point (aka, inflection in the line) closer to the intersection than the threshold distance.&amp;nbsp; Store those in a "todo" list&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Interpretation&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;if you have 2 intersection points, toss them, I can't see any real world scenario where a road intersection could be any smaller than 45 degrees...alternately save them in a "ridiculous" list&lt;/LI&gt;&lt;LI&gt;if you have 3 or more intersection points, calculate your angle from the points to the centroid (I have code for this). So say your buffer intersects a crossroads (simple), there should be 4 intersection points, ideally at 90ish degrees to one another.&lt;/LI&gt;&lt;LI&gt;store those that don't meet angular conditions in a "toprocess list", toss the rest&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You should not have a list of intersection points, the intersections with the buffer and their angles. &lt;/P&gt;&lt;P&gt;Those that are in the "todo" list... well figure out what you are going to do.&amp;nbsp; Make an assessment, or process them separately.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 May 2016 19:03:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-nonuniform-buffer-in-point-layer/m-p/178915#M5997</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-05-07T19:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create nonuniform buffer in point layer.</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-nonuniform-buffer-in-point-layer/m-p/178916#M5998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to me a good approach would be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Feature Vertices To Point to create points from all vertices - allpts&lt;/LI&gt;&lt;LI&gt;Use Point Distance tool with a very small distance (.01 meters)&amp;nbsp; to make a table of points with a coincident point.&lt;/LI&gt;&lt;LI&gt;Do a join from your allpts dataset to this table, select for good matches (tbl.OBJECTID IS NOT NULL), these are the points you want to buffer. Copy these to a new points feature class xpts&lt;/LI&gt;&lt;LI&gt;Thin xpts with the Find Identical tool.&lt;/LI&gt;&lt;LI&gt;Switch selection, Copy these features to a new feature class vpts&lt;/LI&gt;&lt;LI&gt;Use Near tool from xpts to vpts to find closest vertex, the distance will be in the DISTANCE field.&lt;/LI&gt;&lt;LI&gt;You can now buffer the near output of xpts using the DISTANCE value for points with a match&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 May 2016 01:23:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-nonuniform-buffer-in-point-layer/m-p/178916#M5998</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2016-05-08T01:23:57Z</dc:date>
    </item>
  </channel>
</rss>

