<?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 a rectangle buffer around a point feature ? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186631#M6358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No. The minimum bounding rectangle by width or by area is unique in its orientation; so you don't have control over the alignment of the rectangles. A bounding rectangle in a different orientation may not be minimum bounding rectangle by width or by area.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Mar 2013 15:39:58 GMT</pubDate>
    <dc:creator>DanLee</dc:creator>
    <dc:date>2013-03-07T15:39:58Z</dc:date>
    <item>
      <title>How to create a rectangle buffer around a point feature ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186624#M6351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello community,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know how to create a buffer or multiple buffers around a point feature. But then you always get a ring buffer. How can I create a rectangle buffer ? Can I use a tool or a python script ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 09:19:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186624#M6351</guid>
      <dc:creator>christianpaluschek</dc:creator>
      <dc:date>2011-07-22T09:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a rectangle buffer around a point feature ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186625#M6352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A sample script exists in the help topic&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002z0000001v000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002z0000001v000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;which you could modify to suit your purposes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 12:00:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186625#M6352</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-07-22T12:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a rectangle buffer around a point feature ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186626#M6353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suppose one way of getting around this problem is to create the buffers then use the minimum bounding geometry tool to create a rectangle. Not sure if this is the best or most logical way but you would certainly get a square/rectangular area around the point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 12:01:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186626#M6353</guid>
      <dc:creator>AndrewMcClune</dc:creator>
      <dc:date>2011-07-22T12:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a rectangle buffer around a point feature ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186627#M6354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the answers. I will try this. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 12:43:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186627#M6354</guid>
      <dc:creator>christianpaluschek</dc:creator>
      <dc:date>2011-07-22T12:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a rectangle buffer around a point feature ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186628#M6355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am new in phyton. I know how to load this script into arcgis but I do not know how to use it. Can you help me with this ? I tried it. thx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 14:07:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186628#M6355</guid>
      <dc:creator>christianpaluschek</dc:creator>
      <dc:date>2011-07-22T14:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a rectangle buffer around a point feature ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186629#M6356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the Minimum Bounding Geometry tool (ArcGIS 10) to get a square/rectanble from the buffer polygons is a good idea. The RECTANGLE_BY_WIDTH and RECTANGLE_BY_AREA options are available for ArcView license.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 16:36:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186629#M6356</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2011-07-22T16:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a rectangle buffer around a point feature ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186630#M6357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Using the Minimum Bounding Geometry tool (ArcGIS 10) to get a square/rectanble from the buffer polygons is a good idea. The RECTANGLE_BY_WIDTH and RECTANGLE_BY_AREA options are available for ArcView license.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way I can define the alignment of the rectangles?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 15:23:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186630#M6357</guid>
      <dc:creator>HelgeAasen</dc:creator>
      <dc:date>2013-03-07T15:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a rectangle buffer around a point feature ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186631#M6358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No. The minimum bounding rectangle by width or by area is unique in its orientation; so you don't have control over the alignment of the rectangles. A bounding rectangle in a different orientation may not be minimum bounding rectangle by width or by area.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 15:39:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186631#M6358</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2013-03-07T15:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a rectangle buffer around a point feature ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186632#M6359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. I just found a solution (from Aaron at &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com):"&gt;http://gis.stackexchange.com):&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.&amp;nbsp;&amp;nbsp; Buffer your point feature (ArcToolbox &amp;gt; Analysis Tools &amp;gt; Proximity &amp;gt; Buffer). Make sure to select the correct distance in the linear unit box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp; Input your newly created buffers into the Feature Envelope to Polygon tool (Data Management Tools &amp;gt; Features &amp;gt; Feature Envelope to Polygon). Make sure to select the "Create multpart features" box if you have multiple points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;original posted can be found here: &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/29337/creating-a-square-buffer-around-a-point-feature-in-arcmap"&gt;http://gis.stackexchange.com/questions/29337/creating-a-square-buffer-around-a-point-feature-in-arcmap&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 18:12:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186632#M6359</guid>
      <dc:creator>HelgeAasen</dc:creator>
      <dc:date>2013-03-07T18:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a rectangle buffer around a point feature ?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186633#M6360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ENVELOPE&amp;nbsp; geometry type in Minimum Bounding Geometry tool gives the same result.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 21:23:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/how-to-create-a-rectangle-buffer-around-a-point/m-p/186633#M6360</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2013-03-07T21:23:49Z</dc:date>
    </item>
  </channel>
</rss>

