<?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 generate geometry from expression in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idi-p/1526350</link>
    <description>&lt;P&gt;Create a geoprocessing tool that allows the generation of geometry based on an expression in Arcade similar to how QGIS has the "Geometry by Expression" tool.&lt;/P&gt;&lt;P&gt;I have a tree dataset with a point feature of the tree stem and a number of integer attributes of crown spread and would like to be able to create a polygon geometry based on creating new points based on these, buffering, convex gull and merge. This is easily done in QGIS using the below but&amp;nbsp; would like ot add the process into a wider tool taking a hosted feature layer collected in S123.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;convex_hull(combine(buffer(make_point($x-("Crown_W"/2),$y),"Crown_W"/2),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;combine(buffer(make_point($x+("Crown_E"/2),$y),"Crown_E"/2),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;combine(buffer(make_point($x,$y+("Crown_N"/2)),"Crown_N"/2),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;buffer(make_point($x,$y-("Crown_S"/2)),"Crown_S"/2)))))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This&amp;nbsp; is onbiously only one use case but i can see it being really useful for a number of other applications&lt;/P&gt;</description>
    <pubDate>Fri, 23 Aug 2024 10:54:53 GMT</pubDate>
    <dc:creator>ChristopherDawe</dc:creator>
    <dc:date>2024-08-23T10:54:53Z</dc:date>
    <item>
      <title>generate geometry from expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idi-p/1526350</link>
      <description>&lt;P&gt;Create a geoprocessing tool that allows the generation of geometry based on an expression in Arcade similar to how QGIS has the "Geometry by Expression" tool.&lt;/P&gt;&lt;P&gt;I have a tree dataset with a point feature of the tree stem and a number of integer attributes of crown spread and would like to be able to create a polygon geometry based on creating new points based on these, buffering, convex gull and merge. This is easily done in QGIS using the below but&amp;nbsp; would like ot add the process into a wider tool taking a hosted feature layer collected in S123.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;convex_hull(combine(buffer(make_point($x-("Crown_W"/2),$y),"Crown_W"/2),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;combine(buffer(make_point($x+("Crown_E"/2),$y),"Crown_E"/2),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;combine(buffer(make_point($x,$y+("Crown_N"/2)),"Crown_N"/2),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;buffer(make_point($x,$y-("Crown_S"/2)),"Crown_S"/2)))))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This&amp;nbsp; is onbiously only one use case but i can see it being really useful for a number of other applications&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 10:54:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idi-p/1526350</guid>
      <dc:creator>ChristopherDawe</dc:creator>
      <dc:date>2024-08-23T10:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: generate geometry from expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idc-p/1526412#M31720</link>
      <description>&lt;P&gt;For our notes, here is your related question:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/generate-geometry-by-expression-tool-similar-to/m-p/1510052/highlight/true#M85984" target="_self"&gt;Generate geometry by expression tool similar to QGIS&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 13:50:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idc-p/1526412#M31720</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-08-23T13:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: generate geometry from expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idc-p/1526416#M31721</link>
      <description>&lt;P&gt;Somewhat related:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/event-layers-for-lines-polygons-and-multi-part/idi-p/1184977" target="_self"&gt;Event layers for lines, polygons, and multi-part points (via WKT)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/custom-event-layers/idi-p/1269710" target="_self"&gt;Custom Event Layers&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/fields-to-rectangle-geoprocessing-tool/idi-p/1526606" target="_self"&gt;Fields to Rectangle geoprocessing tool&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 23 Aug 2024 17:58:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idc-p/1526416#M31721</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-08-23T17:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: generate geometry from expression</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idc-p/1526433#M31728</link>
      <description>&lt;P&gt;Are you looking for a dynamic, ad-hoc querying mechanism? Meaning, you don't want to create multiple, messy static output FCs using assorted geoprocessing tools? And attribute rules, database views, and query layers don't apply because the data is in AGOL?&amp;nbsp;(and those mechanisms would require extensive custom code anyway, which you stated in your related question that you want to avoid; and database views in file geodatabases aren't suitable due to limited SQL support)&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 14:33:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/generate-geometry-from-expression/idc-p/1526433#M31728</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-08-23T14:33:16Z</dc:date>
    </item>
  </channel>
</rss>

