<?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: Creating Microwave Paths with Z Values in ArcGIS Data Interoperability Ques.</title>
    <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021055#M34</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1173"&gt;@BruceHarold&lt;/a&gt;&amp;nbsp;- I have Meters &lt;STRONG&gt;&lt;U&gt;Above Ground Level&lt;/U&gt;&lt;/STRONG&gt;&lt;U&gt;.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I may have to add something that gives me the elevation at the points?&amp;nbsp; OR am I getting too deep into my thinking?&amp;nbsp; &amp;nbsp; Would the recorded height be correct above any elevation surface that I would be using?&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2021 16:25:19 GMT</pubDate>
    <dc:creator>AdamRepsher</dc:creator>
    <dc:date>2021-01-28T16:25:19Z</dc:date>
    <item>
      <title>Creating Microwave Paths with Z Values</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021044#M32</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have a CSV file of microwave paths.&amp;nbsp; Each record has two sets of X, Y and Z to make a line.&amp;nbsp; Z comes in either feet or meters.&amp;nbsp; X and Y are WGS84 - which i defined in the CSV Reader.&lt;/P&gt;&lt;P&gt;So far, I &lt;STRONG&gt;&lt;U&gt;think&lt;/U&gt;&lt;/STRONG&gt; I have figured out how to make just the 2D lines.&amp;nbsp; Use two VertexCreator transformers together, first one configured with the "From" X, Y - and the second with the "To" X, Y.&amp;nbsp; I use the Add Point Mode to step from the first VertexCreator making the original point and then ADDING the next POINT to make a line with the second VertexCreator.&lt;/P&gt;&lt;P&gt;In both of those VertexCreators, would I have to do a conversion of either Meters or Feet to &lt;STRONG&gt;&lt;U&gt;Degrees&lt;/U&gt;&lt;/STRONG&gt; for the Z value since I have defined WGS84 in the reader?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;--Adam&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021044#M32</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2021-01-28T16:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Microwave Paths with Z Values</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021050#M33</link>
      <description>&lt;P&gt;Adam, WGS84 elevations are defined in meters above/below the ellipsoid so convert feet to meters except if your Z values are from the center of the earth then you'll need to additionally do a vertical datum transformation with CsMapReprojector.&lt;/P&gt;&lt;P&gt;A wider issue is using WGS84 at all, if you're doing anything involving visibility or density or area a local projected coordinate system would be better.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:13:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021050#M33</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2021-01-28T16:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Microwave Paths with Z Values</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021055#M34</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1173"&gt;@BruceHarold&lt;/a&gt;&amp;nbsp;- I have Meters &lt;STRONG&gt;&lt;U&gt;Above Ground Level&lt;/U&gt;&lt;/STRONG&gt;&lt;U&gt;.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;I may have to add something that gives me the elevation at the points?&amp;nbsp; OR am I getting too deep into my thinking?&amp;nbsp; &amp;nbsp; Would the recorded height be correct above any elevation surface that I would be using?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:25:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021055#M34</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2021-01-28T16:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Microwave Paths with Z Values</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021060#M35</link>
      <description>&lt;P&gt;Height in degrees makes no sense since the physical distance between lines of latitude and longitude is not constant and you don't want to introduce that in your Z values.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is standard practice to have your elevation values in planar units and your locational coordinates in either spherical or planar units.&lt;/P&gt;&lt;P&gt;Should you wish to use ArcGIS Pro, you can produce lines using&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/xy-to-line.htm" target="_blank"&gt;XY To Line (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if you organize your csv&amp;nbsp; table appropriately.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:17:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021060#M35</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-28T16:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Microwave Paths with Z Values</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021064#M36</link>
      <description>&lt;P&gt;If you have AGL heights then you'll need a ground surface for any analysis.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021064#M36</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2021-01-28T16:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Microwave Paths with Z Values</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021065#M37</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;- Thank you for the education. - I got that part, as &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1173"&gt;@BruceHarold&lt;/a&gt;&amp;nbsp;mentioned above.&lt;/P&gt;&lt;P&gt;I am trying to complete this task in a SpatialETL tool within Pro's Data Interoperability Extension - not as a one-off tool run.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021065#M37</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2021-01-28T16:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Microwave Paths with Z Values</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021080#M38</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1173"&gt;@BruceHarold&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;If you have AGL heights then you'll need a ground surface for any analysis.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Sorry for having to ask this&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1173"&gt;@BruceHarold&lt;/a&gt;...&lt;/P&gt;&lt;P&gt;Would "analysis" include &lt;EM&gt;creating&lt;/EM&gt;&amp;nbsp;these lines - like I am doing right now?&lt;BR /&gt;If so - what Transformer would I be using and where would I be inserting it?&amp;nbsp; Before the VertexCreators and somehow use a value from it in an Arithmetic Editor for Z...&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Am I writing the Z directly from the AGL that I have - and it will appear correctly above a ground surface in any analysis I want to do with it in the future?&lt;/P&gt;&lt;P&gt;Sorry - I am very new to 3D as well as Data Interop....&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT&lt;/STRONG&gt; - and as a note, I am simply trying to get these lines out of a CSV right now.&amp;nbsp; I have to begin with the Coordinate System given to me to get anywhere....&lt;/P&gt;&lt;P&gt;--Adam&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:44:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021080#M38</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2021-01-28T16:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Microwave Paths with Z Values</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021085#M39</link>
      <description>&lt;P&gt;I was thinking things like visibility analysis; constructing your 3D geometry is OK with VertexCreator, you just need 'ground' to visualize it.&amp;nbsp; Z from the AGL values is OK.&amp;nbsp; There are specialist solutions for radio propagation which I don't know anything about but Esri has a specialist if you need.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:42:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021085#M39</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2021-01-28T16:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Microwave Paths with Z Values</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021092#M40</link>
      <description>&lt;P&gt;That's okay Bruce.&amp;nbsp; Thank you for the extra input..&amp;nbsp; We already do line-of-sight analysis with a local projected coordinate system for our assessment of future microwave shots - one at a time as they are requested.&amp;nbsp; Right now, I have a little over 350 lines I have to produce from this CSV dataset with coordinates given to us in WGS84 - and I may have to update the data monthly - so I wanted to start this process off in a Data Interop SpatialETL tool right off the bat.&lt;/P&gt;&lt;P&gt;In the first steps, I have to create the lines in WGS84 since that is what I am given - unless I am mistaken.&amp;nbsp; I'll get into reprojecting it later.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;--Adam&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 16:59:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021092#M40</guid>
      <dc:creator>AdamRepsher</dc:creator>
      <dc:date>2021-01-28T16:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Microwave Paths with Z Values</title>
      <link>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021100#M41</link>
      <description>&lt;P&gt;You should be OK then, but in case you get into any arguments with geodesists make sure you record that the heights are AGL.&amp;nbsp; If the CSV data is available electronically somehow, say FTP, HTTP, email, cloud storage etc. then you can automate download and processing end to end with Data Interop.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 17:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-data-interoperability-ques/creating-microwave-paths-with-z-values/m-p/1021100#M41</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2021-01-28T17:05:51Z</dc:date>
    </item>
  </channel>
</rss>

