<?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: Z factor in ASCII 3D to Feature Class in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/z-factor-in-ascii-3d-to-feature-class/m-p/605884#M3618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000vm000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000vm000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Jie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2012 15:27:32 GMT</pubDate>
    <dc:creator>JieChang</dc:creator>
    <dc:date>2012-03-28T15:27:32Z</dc:date>
    <item>
      <title>Z factor in ASCII 3D to Feature Class</title>
      <link>https://community.esri.com/t5/3d-questions/z-factor-in-ascii-3d-to-feature-class/m-p/605883#M3617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a very large XYZ file of bathymetric soundings. X is longitude in decimal degrees, Y is latitude in decimal degrees, and Z is negative meters. Coordinates are in WGS84.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sample record:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-86.23 21.45 -125.67&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to eventually turn these points into a TIN. I am able to create a 3D feature class with a Z factor of 1 (default), but after turning the FC into a TIN, I get a vertical exaggeration error when opening the TIN in ArcScene. Calculating the exaggeration from extent yields a number like 0.00000009. Do I need use a Z factor to convert the meter depths into some miniscule portion of a degree? Isn't the number of meters in a degree dependent on latitude? What is an appropriate Z factor here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 02:30:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/z-factor-in-ascii-3d-to-feature-class/m-p/605883#M3617</guid>
      <dc:creator>LeighHolcombe</dc:creator>
      <dc:date>2012-03-28T02:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Z factor in ASCII 3D to Feature Class</title>
      <link>https://community.esri.com/t5/3d-questions/z-factor-in-ascii-3d-to-feature-class/m-p/605884#M3618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000vm000000.htm"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z000000vm000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Jie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 15:27:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/z-factor-in-ascii-3d-to-feature-class/m-p/605884#M3618</guid>
      <dc:creator>JieChang</dc:creator>
      <dc:date>2012-03-28T15:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Z factor in ASCII 3D to Feature Class</title>
      <link>https://community.esri.com/t5/3d-questions/z-factor-in-ascii-3d-to-feature-class/m-p/605885#M3619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, that's exactly what I needed.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 16:47:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/z-factor-in-ascii-3d-to-feature-class/m-p/605885#M3619</guid>
      <dc:creator>LeighHolcombe</dc:creator>
      <dc:date>2012-03-28T16:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Z factor in ASCII 3D to Feature Class</title>
      <link>https://community.esri.com/t5/3d-questions/z-factor-in-ascii-3d-to-feature-class/m-p/605886#M3620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leigh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sorry, but that is not what you want to do.&amp;nbsp; You may be able to visualize your TIN by setting a vertical exaggeration to a small number, but the validity of your surface is compromised from the beginning because you built it using data in a GCS.&amp;nbsp;&amp;nbsp; Delaunay triangulations are not valid when constructed using angular coordinates from geographic coordinate systems.&amp;nbsp; A TIN should be constructed from data in feet, meters, not decimal degrees.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//006000000001000000.htm"&gt;What is a TIN surface?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please project your point data into something that uses meters (since your z is in meters), like UTM, Albers, etc... Then reconstruct your TIN.&amp;nbsp; When x,y,z are all in meters you don't have to worry about z factor.&amp;nbsp; It will be 1.&amp;nbsp; If the surface is flat relative to its extent, you can use vertical exaggeration to show more relief. Perhaps a value of 2.5 or something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00q8000000z5000000"&gt;About Vertical Exaggeration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 20:02:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/z-factor-in-ascii-3d-to-feature-class/m-p/605886#M3620</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2012-03-28T20:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Z factor in ASCII 3D to Feature Class</title>
      <link>https://community.esri.com/t5/3d-questions/z-factor-in-ascii-3d-to-feature-class/m-p/605887#M3621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Eric, I'll give that a go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Mar 2012 15:41:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/z-factor-in-ascii-3d-to-feature-class/m-p/605887#M3621</guid>
      <dc:creator>LeighHolcombe</dc:creator>
      <dc:date>2012-03-31T15:41:50Z</dc:date>
    </item>
  </channel>
</rss>

