<?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: Point aspect from TIN in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516804#M3075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need 3D analyst licence for this.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use Surface Aspect tool to create polygon FC with Aspect values &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Surface_Aspect/00q900000094000000/" title="http://resources.arcgis.com/en/help/main/10.1/index.html#/Surface_Aspect/00q900000094000000/"&gt;ArcGIS Help 10.1&lt;/A&gt;‌&lt;/LI&gt;&lt;LI&gt;Use Intersect tool to intersect your point features with Aspect polygon.&lt;/LI&gt;&lt;LI&gt;Export as table using Table to Table tool&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Aug 2014 14:33:36 GMT</pubDate>
    <dc:creator>RiyasDeen</dc:creator>
    <dc:date>2014-08-15T14:33:36Z</dc:date>
    <item>
      <title>Point aspect from TIN</title>
      <link>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516803#M3074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a shapefile containing a series of points and would like to know the surface aspect at these locations. I have a TIN DEM and I want to extract aspect values from the TIN into the points' attribute table. I know that this is possible for raster DEMs (&lt;A _jive_internal="true" data-containerid="2091" data-containertype="14" data-objectid="37161" data-objecttype="2" href="https://community.esri.com/message/37161?sr=search&amp;amp;searchId=2a454f81-4783-4cf7-948d-0924398ee4b4&amp;amp;searchIndex=3#37161"&gt;https://community.esri.com/message/37161?sr=search&amp;amp;searchId=2a454f81-4783-4cf7-948d-0924398ee4b4&amp;amp;searchIndex=3#37161&lt;/A&gt;) but I haven't been able to find a way to extract this information from a TIN&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone advise me on how to get the TIN aspect at my points? I am using Arc 10.1 with the basic license.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 14:11:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516803#M3074</guid>
      <dc:creator>CamillaRootes</dc:creator>
      <dc:date>2014-08-15T14:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Point aspect from TIN</title>
      <link>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516804#M3075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need 3D analyst licence for this.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use Surface Aspect tool to create polygon FC with Aspect values &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Surface_Aspect/00q900000094000000/" title="http://resources.arcgis.com/en/help/main/10.1/index.html#/Surface_Aspect/00q900000094000000/"&gt;ArcGIS Help 10.1&lt;/A&gt;‌&lt;/LI&gt;&lt;LI&gt;Use Intersect tool to intersect your point features with Aspect polygon.&lt;/LI&gt;&lt;LI&gt;Export as table using Table to Table tool&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 14:33:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516804#M3075</guid>
      <dc:creator>RiyasDeen</dc:creator>
      <dc:date>2014-08-15T14:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Point aspect from TIN</title>
      <link>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516805#M3076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do have a 3D analyst license and have given this method a go - it seems to work just fine. Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 09:05:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516805#M3076</guid>
      <dc:creator>CamillaRootes</dc:creator>
      <dc:date>2014-08-18T09:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Point aspect from TIN</title>
      <link>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516806#M3077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing I have noticed using this technique is that it only works with the Aspect code. Creating the TIN surface aspect layer converst the TIN triangles' aspect values into aspect code. Using the intersect tool then assigns an aspect code to each of my sample points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be better to have the raw aspect value for the sample points. Do you know a way of getting the 'raw' aspect value rather than the aspect code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 10:50:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516806#M3077</guid>
      <dc:creator>CamillaRootes</dc:creator>
      <dc:date>2014-08-18T10:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Point aspect from TIN</title>
      <link>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516807#M3078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On thing that quickly pops up is, you can create a &lt;SPAN style="color: #4d4d4d; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;"&gt;Class Breaks Table &lt;/SPAN&gt;for every degree value containing 360 rows or every half degree containing 720 rows, depending on your accuracy requirement.&lt;/P&gt;&lt;P&gt;will post back if I can think of something else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 12:27:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516807#M3078</guid>
      <dc:creator>RiyasDeen</dc:creator>
      <dc:date>2014-08-18T12:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Point aspect from TIN</title>
      <link>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516808#M3079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I'd been considering that, was just wondering if there was a more elegant solution! But I can always use the class breaks idea if we can't think of anything else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 13:51:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/point-aspect-from-tin/m-p/516808#M3079</guid>
      <dc:creator>CamillaRootes</dc:creator>
      <dc:date>2014-08-18T13:51:40Z</dc:date>
    </item>
  </channel>
</rss>

