<?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: Make Table View Tool and Displaying Geometry Points in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095027#M45143</link>
    <description>&lt;P&gt;Interesting. I don't recognize the screen you captured... from Pro?&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 17:42:14 GMT</pubDate>
    <dc:creator>ChuckBenton</dc:creator>
    <dc:date>2021-09-02T17:42:14Z</dc:date>
    <item>
      <title>Make Table View Tool and Displaying Geometry Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1094594#M45080</link>
      <description>&lt;P&gt;I need to create a table that explicitly displays the points that define a polygon boundary. Make Table View comes close, but the Shape field simply displays "Polygon". Is there a tool which outputs a list of points for each polygon?&lt;/P&gt;&lt;P&gt;Chuck&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 19:02:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1094594#M45080</guid>
      <dc:creator>ChuckBenton</dc:creator>
      <dc:date>2021-09-01T19:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Make Table View Tool and Displaying Geometry Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1094690#M45105</link>
      <description>&lt;P&gt;You have to convert it a point file to get the point values&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/feature-vertices-to-points.htm" target="_blank"&gt;Feature Vertices To Points (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then you can use the field calculator or&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-geometry-attributes.htm" target="_blank"&gt;Add Geometry Attributes (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;or&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-xy-coordinates.htm" target="_blank"&gt;Add XY Coordinates (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;to add the coordinates to the table&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 21:16:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1094690#M45105</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-01T21:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Make Table View Tool and Displaying Geometry Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1094702#M45107</link>
      <description>&lt;P&gt;Thanks Dan.&amp;nbsp; Headed out momentarily and will try this in the AM. I suspect the geometry details (such as multiple polygons in a parcel) get lost... looking to generate something like:&lt;/P&gt;&lt;TABLE width="875"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="83"&gt;&lt;P&gt;Longitude&lt;/P&gt;&lt;/TD&gt;&lt;TD width="78"&gt;&lt;P&gt;Latitude&lt;/P&gt;&lt;/TD&gt;&lt;TD width="714"&gt;&lt;P&gt;Geometry&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="83"&gt;&lt;P&gt;-89.0259&lt;/P&gt;&lt;/TD&gt;&lt;TD width="78"&gt;&lt;P&gt;38.09963&lt;/P&gt;&lt;/TD&gt;&lt;TD width="714"&gt;&lt;P&gt;POLYGON ((-89.0237086 38.1015136, -89.0234627 38.0976878, -89.0235319 38.097689, -89.028015 38.0977517, -89.0280308 38.0977518, -89.0283478 38.1015333, -89.0237929 38.101514, -89.0237781 38.1015139, -89.0237086 38.1015136))&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="83"&gt;&lt;P&gt;-89.023917&lt;/P&gt;&lt;/TD&gt;&lt;TD width="78"&gt;&lt;P&gt;38.120071&lt;/P&gt;&lt;/TD&gt;&lt;TD width="714"&gt;&lt;P&gt;MULTIPOLYGON (((-89.0231767 38.1177508, -89.0237414 38.1164201, -89.0247357 38.1164507, -89.0247523 38.1164509, -89.0248053 38.1164514, -89.0248041 38.1177957, -89.0247511 38.117794, -89.0247345 38.1177935, -89.0231767 38.1177508)), ((-89.0231767 38.1177508, -89.0231754 38.1191253, -89.0247331 38.1191616, -89.0247498 38.1191621, -89.0248028 38.1191635, -89.0248013 38.1199945, -89.0248007 38.1200951, -89.0247478 38.1200951, -89.0247315 38.1200952, -89.0247314 38.1200952, -89.0222174 38.1200228, -89.0231767 38.1177508)))&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 21:30:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1094702#M45107</guid>
      <dc:creator>ChuckBenton</dc:creator>
      <dc:date>2021-09-01T21:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Make Table View Tool and Displaying Geometry Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1094710#M45110</link>
      <description>&lt;P&gt;Ugly but doable&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wkt.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/22243iD6A741A6B35C547A/image-size/large?v=v2&amp;amp;px=999" role="button" title="wkt.png" alt="wkt.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Sep 2021 21:47:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1094710#M45110</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-01T21:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Make Table View Tool and Displaying Geometry Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095027#M45143</link>
      <description>&lt;P&gt;Interesting. I don't recognize the screen you captured... from Pro?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 17:42:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095027#M45143</guid>
      <dc:creator>ChuckBenton</dc:creator>
      <dc:date>2021-09-02T17:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Make Table View Tool and Displaying Geometry Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095052#M45145</link>
      <description>&lt;P&gt;I found it... ignore the previous. That said, I take my selected area, create a new field called GEOMETRY, run the calculate field, and get (null) results. Ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 18:33:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095052#M45145</guid>
      <dc:creator>ChuckBenton</dc:creator>
      <dc:date>2021-09-02T18:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Make Table View Tool and Displaying Geometry Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095103#M45153</link>
      <description>&lt;P&gt;little s not S look carefully at my expression... case-sensitivity... I typed and didn't select the "Shape" from the list... learned the hard way &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 20:14:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095103#M45153</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-02T20:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Make Table View Tool and Displaying Geometry Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095135#M45158</link>
      <description>&lt;P&gt;I'd done the small 's'&amp;nbsp; first... same result...&lt;/P&gt;&lt;P&gt;Not sure what to make of it...&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 21:27:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095135#M45158</guid>
      <dc:creator>ChuckBenton</dc:creator>
      <dc:date>2021-09-02T21:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Make Table View Tool and Displaying Geometry Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095173#M45162</link>
      <description>&lt;P&gt;No clue why yours isn't working...&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;polygon featureclass in a file geodatabase (so network-thing or web-thing)&lt;UL&gt;&lt;LI&gt;simple polygons, no curves or circles....&lt;UL&gt;&lt;LI&gt;maybe WKT doesn't handle curves well... densify the fc if you do)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Text field... WKT field name (maybe GEOMETRY isn't a good field name)&lt;/LI&gt;&lt;LI&gt;do the field calculation watching for the small 's'&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;See the image.&lt;/P&gt;&lt;P&gt;Alternatives that I normally use... TableToNumPyArray with "explode to points", reassemble the table geometry in NumPy and export to another format&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 23:17:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095173#M45162</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-02T23:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Make Table View Tool and Displaying Geometry Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095392#M45199</link>
      <description>&lt;P&gt;So it was curves that was the issue. Besides that all is well. thanks for the help!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chuck&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2021 18:09:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1095392#M45199</guid>
      <dc:creator>ChuckBenton</dc:creator>
      <dc:date>2021-09-03T18:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Make Table View Tool and Displaying Geometry Points</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1096060#M45292</link>
      <description>&lt;P&gt;yes curves and multipart shapes aren't handled well by manythings.&amp;nbsp; I normally check geometry properties when working with polylines and polygons.&amp;nbsp; For instance, a simple field calculation can flag stuff that isn't necessarily visible to the eye&lt;/P&gt;&lt;P&gt;For Polylines, for instance...&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/classes/polyline.htm" target="_blank"&gt;Polyline—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;hasCurves&amp;nbsp; &amp;nbsp;(Read Only)&amp;nbsp; Returns True if the geometry has a curve.&amp;nbsp; Boolean&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 18:23:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/make-table-view-tool-and-displaying-geometry/m-p/1096060#M45292</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-07T18:23:32Z</dc:date>
    </item>
  </channel>
</rss>

