<?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 Irregular shaped buffer. in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470229#M26820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to buffer a point feature to an irregular shape. The buffer needs to be 20m x 80m x 80m x 100m from a center point.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2017 21:27:22 GMT</pubDate>
    <dc:creator>iankirschner</dc:creator>
    <dc:date>2017-05-15T21:27:22Z</dc:date>
    <item>
      <title>Irregular shaped buffer.</title>
      <link>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470229#M26820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to buffer a point feature to an irregular shape. The buffer needs to be 20m x 80m x 80m x 100m from a center point.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 21:27:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470229#M26820</guid>
      <dc:creator>iankirschner</dc:creator>
      <dc:date>2017-05-15T21:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Irregular shaped buffer.</title>
      <link>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470230#M26821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way to do this is in arcpy using the Geometry object. You can create a feature class, create a bunch of geometries, and copy them into the feature class using Copy Features.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/get-started/using-geometry-objects-with-geoprocessing-tools.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/get-started/using-geometry-objects-with-geoprocessing-tools.htm"&gt;Using geometry objects with geoprocessing tools—ArcPy Get Started | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 22:00:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470230#M26821</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2017-05-15T22:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Irregular shaped buffer.</title>
      <link>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470231#M26822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree that&amp;nbsp;&lt;A href="https://community.esri.com/community/developers/gis-developers/python"&gt;https://community.esri.com/community/developers/gis-developers/python&lt;/A&gt;&amp;nbsp;would probably be your best bet here. Are there any rules about the orientation of this irregular shape?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 15:23:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470231#M26822</guid>
      <dc:creator>BlakeTerhune</dc:creator>
      <dc:date>2017-05-16T15:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Irregular shaped buffer.</title>
      <link>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470232#M26823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also, where is the 'centre-ish' feature with respect to the dimensions and as Blake indicated, its orientation?&lt;/P&gt;&lt;P&gt;Just thought it might be easier to produce the shape, place it about a 'central' point, then translate and rotate the resultant into its final position.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 15:33:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470232#M26823</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-16T15:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Irregular shaped buffer.</title>
      <link>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470233#M26824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan, I like this idea - create the buffer about 0,0 and then write and use a little function to copy the template buffer poly and shift/rotate the xys into place for each point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need code to rotate XYs there is a function of mine&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/thread/48226#comment-249603" target="_blank"&gt;in this thread.&lt;/A&gt;&amp;nbsp;The code also has code to use the function to rotate a polygon. Not as easy as one would hope. &lt;A href="https://community.esri.com/people/bixb0012" target="_blank"&gt;bixb0012&lt;/A&gt;&amp;nbsp;is on to something with his idea&amp;nbsp;&lt;A href="https://community.esri.com/ideas/10963" target="_blank"&gt;https://community.esri.com/ideas/10963&lt;/A&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:34:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470233#M26824</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-06-22T08:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Irregular shaped buffer.</title>
      <link>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470234#M26825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please add a graphic describing your goal.&amp;nbsp; If it looks like this &lt;A href="https://gis.stackexchange.com/questions/188139/buffering-point-with-different-distance-toward-n-e-s-w-using-arcgis-for-deskt"&gt;GIS StackExchange post&lt;/A&gt;, then there's already&amp;nbsp; an answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 16:42:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470234#M26825</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2017-05-16T16:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Irregular shaped buffer.</title>
      <link>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470235#M26826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vince mentioned ellipses over there....&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/table-to-ellipse.htm"&gt;table to ellipse&lt;/A&gt; ... once made a little shuffle and ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 20:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470235#M26826</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-05-16T20:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Irregular shaped buffer.</title>
      <link>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470236#M26827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this can be done using CAD blocks/cells&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 00:53:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/irregular-shaped-buffer/m-p/470236#M26827</guid>
      <dc:creator>AlexZhuk</dc:creator>
      <dc:date>2017-05-19T00:53:10Z</dc:date>
    </item>
  </channel>
</rss>

