<?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 buffer a polyline without overlap at verticies in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254154#M8709</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;Thank you for replying so quickly. I have followed your steps and when I use Make XY Event Layer, the output is not where it should be. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created my Intersects points based on the centerline that I created. Then I created the X_COORD and Y_COORD in Decimal Degrees and then Concatenated using, round( !X_COORD! , &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; + ";" + ound( !Y_COORD! , 8). Then did a Summarize choosing X_COORD and Y_COORD Minimum. Then I created Make XY Event Layer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very much interested in the tool. Do you have a tool for the previous instructions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2015 13:30:36 GMT</pubDate>
    <dc:creator>GajBala</dc:creator>
    <dc:date>2015-03-31T13:30:36Z</dc:date>
    <item>
      <title>How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254149#M8704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have polyline tracks that I split at each vertex and then calculate attributes for each segment.&amp;nbsp; I then need to generate a buffer of each segment that keeps those attributes but not have any gaps or overlap at the ends (both flat end and round end do this).&amp;nbsp; I've played with this a long time and can't figure it out.&amp;nbsp; I'm trying to do something like the attached picture.&amp;nbsp; Any suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]32063[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 02:36:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254149#M8704</guid>
      <dc:creator>JimPace</dc:creator>
      <dc:date>2014-03-10T02:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254150#M8705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just curious if you've found an automated solution to this, as I've recently posted the &lt;A _jive_internal="true" href="https://community.esri.com/thread/107844"&gt;same question&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you haven't, it's possible to do it manually through a series of steps using 'copy parallel' rather than buffer and creating polygons from lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for an automated process, I haven't discovered one yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 12:50:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254150#M8705</guid>
      <dc:creator>DavidLehrke</dc:creator>
      <dc:date>2014-09-10T12:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254151#M8706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Here is the majority of the solution using a geoprocessing approach without scripting.&amp;nbsp; It requires an Advanced license to use all of the tools listed here.&amp;nbsp; A script may be able to bypass the need for so many tools, but the basic steps to get from a set of lines to a divided buffer should more or less follow this process.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;I do know that the first step is to get a buffer shape that will form the overall outline to be segmented.&amp;nbsp; That shape will dissolve all lines together without any attributes dividing the segments.&amp;nbsp; I would use Flat ends.&amp;nbsp; See the resulting exterior boundary of the buffer shown in the picture at the bottom (interior lines are created in the rest of this process):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;It is that buffer which must be divided at the joints and the resulting divided set of polygons must be attributed by the original divided lines.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Next I need the intersection point at every line junction where the attributes change and there are separate lines.&amp;nbsp; Preferably unnecessary pseudo nodes have been eliminated.&amp;nbsp; I would use the Intersect tool with the POINT option on the segmented lines to extract those points.&amp;nbsp; This does not create a box at 4 way intersections, it creates an X, which is the only way to have polygons that only cover one line.&amp;nbsp; A box would have to be created a different way and a manual choice would have to be made to assign only one line's attribute set.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Next I added two double fields for the X and Y coordinates of the intersection points and a text field with a concatenation of the points.&amp;nbsp; Then I do a Summary Statistics with the XY concatenation as the unique case value and the MIN_X and MIN Y coordinate summary to get an XY Event table of the points.&amp;nbsp; Make that table into an XY Event layer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Create a fairly small buffer around these XY Event Layer intersection points.&amp;nbsp; I used 20 feet and kept the X_Y_LINK, FREQUENCY, X_COORD and Y_COORD fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Then I used the Features to Lines tool to convert the outer circular buffer boundaries around the intersections to lines as a SHAPEFILE&amp;nbsp; You cannot output to a file geodatabase because it will use true curve arcs which won't work for the steps that follow..&amp;nbsp; Dissolve these arcs keeping the &lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 13.63636302948px;"&gt;X_Y_LINK, FREQUENCY, X_COORD and Y_COORD fields to rejoin overlapping buffer outlines that are split up by the Features to Lines tool back to their circular shape.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Next extract the end point of the circular lines to find the position where the circle will split that does not touch the original lines using the Feature Vertices to Point tool with the START option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Now I can intersect these circular lines with the original lines and use the POINTS option to get all positions on the circle cut by the original lines.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;I can then use the Split Line at Points tool on the circular lines with these latest points where the circle is cut by the intersecting original lines.&amp;nbsp; I used a search tolerance of about .01&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Now select all of the points that were at the start of the circle.&amp;nbsp; Do a Search by Location to Remove from the Current Selection all points that are within about 1 foot of the points that cut up the circle.&amp;nbsp; This may miss some very small arcs where a line and the circle start are close together, which may need to be cleaned up manually after the next step.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;The remaining circle ends should select the cut up lines on the circle outline to find the pair that should merge together that are not intersected by an original line.&amp;nbsp; Dissolve these lines keeping the X_Y_LINK, FREQUENCY, X_COORD and Y_COORD fields and use the Unsplit lines option to create a new feature class.&amp;nbsp; You may delete these arcs from the cut up circle outlines.&amp;nbsp; Now clean up any small arcs where the start of the circle was close, but not on an original line manually.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;For the remaining arcs that were not touched by a circle starting point use the Feature Vertices to Points tool with the MID option on the remaining circle portions.&amp;nbsp; Do the same with the Dissolved circle portions and append the two point feature classes together.&amp;nbsp; This will only work correctly if the circular arcs are in a shapefile and not a file geodatabase.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Add an X_TO and a Y_TO double field to these latest bearing points and calculate the coordinates of these new points into them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Use the XY To Line tool to make the X_COORD and Y_COORD the start of the line and the X_TO and Y_TO the end of the line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Convert the original buffers of the dissolved lines to lines using the Features to Line Tool.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Copy these buffer outline into the Bearing lines feature class.&amp;nbsp; Save the edit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Now use the Extend tool and extend double or triple the distance of the original buffer and use the Extend to Extensions rule.&amp;nbsp; Examine the result for anomalies involving arcs that are greater than 180 degrees or intersection points within the buffer of each other.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Use the Features to Polygons to convert the extended lines to polygons.&amp;nbsp; Use the bearing lines to select polygons that actually enclose lines, the reverse the selection and delete the polygons from the buffer holes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;Use the Spatial Join tool to transfer the attributes of the original lines to the points that divided the intersection circles.&amp;nbsp; .Use these points to Spatial Join attributes to the polygons.&amp;nbsp; The end result looks like the picture below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;If certain roads were supposed to take away the triangular areas and you wanted a box intersection, a separate process would have to be developed by only buffering those roads with their attributes and cutting the intersection again and reassigning the triangular pieces to that line segment.&amp;nbsp; The circle would only divide on those lines to form the bearing cut angles that would divide the box.&amp;nbsp; However, without a way to classify the road that takes priority at the intersection, I cannot think of a way to get the box effect easily&amp;nbsp;&amp;nbsp; Wither way attributes would not divide the buffer on a through road at the intersections., but the lines segment end points would divide the circle and create the cuts at the center of the intersection genearly in line with the cross street.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif;"&gt;&lt;IMG __jive_id="9467" alt="Cut_Line_Network_Buffers.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/9467_Cut_Line_Network_Buffers.png" style="width: 620px; height: 450px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 21:21:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254151#M8706</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-09-10T21:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254152#M8707</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;Can you explain to me how you would create &lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 13.3333330154419px;"&gt;X_Y_LINK, FREQUENCY, X_COORD and Y_COORD fields?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 13.3333330154419px;"&gt;So I have road polygons that I need to split at the intersection very similar to what you have done in the image. I have created center-lines based on the polygons and now I am just trying to cut the polygons. You help will be greatly appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Helvetica, sans-serif; font-size: 13.3333330154419px;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 19:49:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254152#M8707</guid>
      <dc:creator>GajBala</dc:creator>
      <dc:date>2015-03-30T19:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254153#M8708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Frequency field get created by the geoprocessing tools at some stage in the process (probably during a Dissolve for the buffer).&amp;nbsp; The X_COORD and Y_COORD fields are double fields that you can calculate for the points using the geometry calculator or the field Python calculations !Shape.Centroid.X! and !Shape.Centroid.Y!.&amp;nbsp; The X_Y_LINK concatenation can be as simple as doing the python calculation:&amp;nbsp; Round(X_COORD, &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; + ";" + Round(Y_COORD, 8).&amp;nbsp; You should round to some level of precision acceptable to you, since you don't want extremely minor variations in the coordinate values to be interpreted as different points.&amp;nbsp; I do a more sophisticated calculation to make sure all X and Y coordinates are always 12 characters long with a fixed decimal position that maintains 4 digits after the decimal, but for this exercise that is not necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your polygons are buffers of the Centerlines, rather than centerlines created to match preexisting polygons, then I am actually in the process of creating an Add-In tool that creates buffers like this much more easily and faster.&amp;nbsp; It also populates the buffer polygons with the ObjectID of the source lines and optionally their attributes and splits the buffers on the left and right sides of the centerline (which is easy to merge into a single polygon per centerline using the centerline ObjectID field).&amp;nbsp; It also creates sharp corners at knuckles, not rounded corners. See the attached picture. Unfortunately, it is not yet ready for general release, since the user interface has not been created.&amp;nbsp; Let me know if you are interested in that tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="80251" alt="Centerline_Buffer_Halfs.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/80251_Centerline_Buffer_Halfs.png" style="width: 620px; height: 450px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 20:48:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254153#M8708</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-03-30T20:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254154#M8709</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;Thank you for replying so quickly. I have followed your steps and when I use Make XY Event Layer, the output is not where it should be. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created my Intersects points based on the centerline that I created. Then I created the X_COORD and Y_COORD in Decimal Degrees and then Concatenated using, round( !X_COORD! , &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; + ";" + ound( !Y_COORD! , 8). Then did a Summarize choosing X_COORD and Y_COORD Minimum. Then I created Make XY Event Layer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am very much interested in the tool. Do you have a tool for the previous instructions? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 13:30:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254154#M8709</guid>
      <dc:creator>GajBala</dc:creator>
      <dc:date>2015-03-31T13:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254155#M8710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I did not automate the instructions in this post.&amp;nbsp; It was one of my earliest attempts to deal with this issue and I was working it out as I wrote it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the summary, did you use the concatenated coordinate value you calculated [round( !X_COORD! , &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; + ";" + round( !Y_COORD! , 8)] as the case field?&amp;nbsp; Your output should include every concatenated coordinate value in your table and the minimum X_COORD and Y_COORD associated with each concatenated value.&amp;nbsp; Then you are sure you used the same spatial reference when you set up the XY Event table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 14:39:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254155#M8710</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-03-31T14:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254156#M8711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/80591_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Yes that is what I did and when making XY, I choose the correct Spatial Reference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/80592_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I am not sure why it is not projecting to the correct place, could it be the Min_X_COORD and Min__Y_COORD?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 15:13:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254156#M8711</guid>
      <dc:creator>GajBala</dc:creator>
      <dc:date>2015-03-31T15:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254157#M8712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it projecting close to what is right or is it way off?&amp;nbsp; Usually if it way off the X and Y coordinates got reversed somehow.&amp;nbsp; Also, could you screen shot the table output records from the Summarize step.&amp;nbsp; The numeric values in the Concatenate field and the values of Min X and Min Y coordinate fields should be basically match up.&amp;nbsp; You could also try the Max X and Max Y in addition to the Min and compare the values.&amp;nbsp; I am not sure how many digits are significant with this projection, so perhaps if there is variation between the Min and Max that would account for the variance in the location and you would need to round the concatenation to keep more significant digits to not blend distinct points together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also click on a known coordinate in the points layer to look at its snapped on-screen coordinates in the lower right corner of ArcMap and its calculated coordinates.&amp;nbsp; If they are different by a significant amount (determined by moving the mouse to see how much the numbers change when the mouse moves) then you would need to find out what happened.&amp;nbsp; They should be virtually the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 16:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254157#M8712</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-03-31T16:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254158#M8713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out..I was using decimal degrees when I should have been using meters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to back trace a bit here...So my goal is to cut road polygons that I have (See Image). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/80607_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I want to cut these polygons very similar to yours (See Image) &lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image" src="https://community.esri.com/legacyfs/online/80608_Cut_Line_Network_Buffers.png" /&gt;&lt;/P&gt;&lt;P&gt;So at every intersection cut them into triangles. So my question is did you have a centerline that you started from? Which you then buffered? &lt;/P&gt;&lt;P&gt;In my case I have the polygons and I created the centerlines using Vectorization. Will these steps work for me? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How may I access your tool that you are working on? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 18:10:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254158#M8713</guid>
      <dc:creator>GajBala</dc:creator>
      <dc:date>2015-03-31T18:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254159#M8714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad you figured out the issue for the coordinates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did base my process on a Centerline layer I had.&amp;nbsp; The centerlines determine the angles to use for the intersection cuts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not yet placed my tool in a location where it can be accessed by others.&amp;nbsp; The interest in it seems to be growing, so I will try to find some time to develop an interface this week so it can be released for testing.&amp;nbsp; The tool used my centerline layer to create the left and right buffer polygons I showed in the picture in post 4 of this thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The intention is to create idealized and over-bounded buffers that contained the centerline data and intersect those buffers with the actual road casements based on parcels or aerials.&amp;nbsp; Alternatively,, with an advanced license the intersections X and Y cuts can be extracted using the Polygon to Line tool and retain only the lines that do not have -1 for the left side (the sides of roads would all have -1 for the left FID).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is an image of my parcel road casements on top of a 50 foot buffer surrounding my centerlines.&amp;nbsp; Where you see solid red fill and black outlines the buffer over-bounds the casement.&amp;nbsp; Intersecting the road casement polygons with the buffers would cut them at the X and Y cuts that are ghosted inside the intersections.&amp;nbsp; Only cul-de-sac bulbs create a special case that my tool does not deal with.&amp;nbsp; The test shown below took 2 minutes and 18 seconds to create the left and right buffers for over 5,000 centerlines (over 10,000 buffers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="80616" alt="Road_Casements.png" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/80616_Road_Casements.png" style="width: 620px; height: 450px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the potential enhancements I may consider in the future is to vary the buffer width based on a field value for each centerline so that I could do different buffers according to the road classifications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 19:16:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254159#M8714</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-03-31T19:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254160#M8715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is good to know that you are almost done. Is there a way to get in touch with you via email? because I am very much interested in the tool. Please let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254160#M8715</guid>
      <dc:creator>GajBala</dc:creator>
      <dc:date>2015-04-01T12:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254161#M8716</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: #000000;"&gt;Here's a link on how to send a message in here. &lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="1079" data-objecttype="102" href="https://community.esri.com/docs/DOC-1079" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #266fc8;"&gt;Messages&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks to Lisa Turner who posted this on another &lt;A _jive_internal="true" href="https://community.esri.com/thread/136398?start=15&amp;amp;tstart=0"&gt;related thread&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 13:57:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254161#M8716</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-04-01T13:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254162#M8717</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;Is it possible for me to also get an access to the tool that you are developing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read the thread and the kind of buffer with the triangular end (instead of overlapping) is exactly what I need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this is okay with you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Sherri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 22:05:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254162#M8717</guid>
      <dc:creator>xiaoyunwu</dc:creator>
      <dc:date>2015-06-19T22:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254163#M8718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got sidetracked with other work and have not finished the interface.&amp;nbsp; Anyway, I will see if I can get it moved back to the front burner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 22:36:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254163#M8718</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-06-19T22:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254164#M8719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you could let me know when you finished, that would be great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 23:02:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254164#M8719</guid>
      <dc:creator>xiaoyunwu</dc:creator>
      <dc:date>2015-06-19T23:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254165#M8720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you add me on to the list of people interested in getting this in a tool or script?&amp;nbsp; I attempted to perform this process myself, but must have done something wrong.&amp;nbsp; I will try again, but just thought I would check and see if you have had any luck on the automation front.&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 13:12:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254165#M8720</guid>
      <dc:creator>BrendanMcCarthy</dc:creator>
      <dc:date>2016-04-12T13:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254166#M8721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brendan:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had good intentions to get this out last year, but ran into some issues that I was not sure how to resolve and then work and life got in the way of going beyond a tool for my personal use.&amp;nbsp; For example, it seems that the VB.Net addin I developed needs to register one of its files on secure networks.&amp;nbsp; This was not a problem on the system where I developed the tool, but presents a problem for distribution to end users in a work environment.&amp;nbsp; I may try tackling this again, but the gotchas that come up when a tool moves beyond a specific controlled implementation and gets developed for broad distribution are challenging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 15:04:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254166#M8721</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2016-04-12T15:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254167#M8722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That makes sense.&amp;nbsp; I will give it another go with the instructions above and see if I can't get it to work.&amp;nbsp; Thank you for your time and the response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 16:24:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254167#M8722</guid>
      <dc:creator>BrendanMcCarthy</dc:creator>
      <dc:date>2016-04-12T16:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to buffer a polyline without overlap at verticies</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254168#M8723</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 am highly interested in the Add-In tool you mentioned.&amp;nbsp;Could you share it? My email address is &lt;A href="mailto:healer02@gmail.com"&gt;healer02@gmail.com&lt;/A&gt;. I would appreciate so much.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 21:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-buffer-a-polyline-without-overlap-at/m-p/254168#M8723</guid>
      <dc:creator>KeunhyunPark1</dc:creator>
      <dc:date>2017-06-12T21:43:46Z</dc:date>
    </item>
  </channel>
</rss>

