<?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>idea Fields to Rectangle geoprocessing tool in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/fields-to-rectangle-geoprocessing-tool/idi-p/1526606</link>
    <description>&lt;P&gt;&lt;EM&gt;Hosted feature layer collected in Survey 123.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a row for each rectangle in a standalone table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1724435659909.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113391i55E8B3ECE6E6A9BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_1-1724435659909.png" alt="Bud_1-1724435659909.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It would be great if we could have a geoprocessing tool that easily takes coordinates in fields and creates rectangle polygons in a feature class.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1724435622123.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113390i885019403AF067AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_0-1724435622123.png" alt="Bud_0-1724435622123.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A related use case that has cardinal directions stored in fields of a given row:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idi-p/1526350/highlight/true" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idi-p/1526350/highlight/true&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Aug 2024 11:02:43 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2024-08-26T11:02:43Z</dc:date>
    <item>
      <title>Fields to Rectangle geoprocessing tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/fields-to-rectangle-geoprocessing-tool/idi-p/1526606</link>
      <description>&lt;P&gt;&lt;EM&gt;Hosted feature layer collected in Survey 123.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have a row for each rectangle in a standalone table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1724435659909.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113391i55E8B3ECE6E6A9BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_1-1724435659909.png" alt="Bud_1-1724435659909.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It would be great if we could have a geoprocessing tool that easily takes coordinates in fields and creates rectangle polygons in a feature class.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1724435622123.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113390i885019403AF067AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_0-1724435622123.png" alt="Bud_0-1724435622123.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;A related use case that has cardinal directions stored in fields of a given row:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idi-p/1526350/highlight/true" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idi-p/1526350/highlight/true&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 11:02:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/fields-to-rectangle-geoprocessing-tool/idi-p/1526606</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-08-26T11:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Fields to Rectangle geoprocessing tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/fields-to-rectangle-geoprocessing-tool/idc-p/1526951#M31745</link>
      <description>&lt;P&gt;You can collect all of your coordinates in only two columns (fields) X and Y, plus the field with the AssetID that defines what polygon each row of coordinates are for. Then you can build the polygons from these points (the sequence of Points to Line and then Feature to Polygon tools) grouping by AssetID field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of the sequence&amp;nbsp;of ArcGIS Pro Points to Line and then Feature to Polygon tools, you may use XTools Pro Polygons from Points tool that allows you to make the polygon directly from input points.&lt;/P&gt;&lt;P&gt;&lt;A href="https://xtools.pro/en/features/conversion-tools/polygons-from-points/" target="_blank" rel="noopener"&gt;https://xtools.pro/en/features/conversion-tools/polygons-from-points/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 06:44:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/fields-to-rectangle-geoprocessing-tool/idc-p/1526951#M31745</guid>
      <dc:creator>SeaRM</dc:creator>
      <dc:date>2024-08-26T06:44:28Z</dc:date>
    </item>
  </channel>
</rss>

