<?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: Determining elevation values for contours based on limited annotation/point values in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1103732#M25869</link>
    <description>&lt;P&gt;Thanks, Jim. I wasn't aware of that tool. I ran it but don't see a field with the z/elevation values populated in the new feature class. Is that just stored in the geometry?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Sep 2021 20:54:50 GMT</pubDate>
    <dc:creator>Mattborski</dc:creator>
    <dc:date>2021-09-30T20:54:50Z</dc:date>
    <item>
      <title>Determining elevation values for contours based on limited annotation/point values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1102699#M25865</link>
      <description>&lt;P&gt;I've seen this touched on in a few other posts but no real solution.&lt;/P&gt;&lt;P&gt;I have a contours feature class with elevation values for only about 500 of the 5,000 contours and need to determine the elevation for the remaining contours. I also have an annotation layer showing elevation that I converted to a point feature (so about 1600 points with an elevation value).&lt;/P&gt;&lt;P&gt;I don't think the Near tool alone would be beneficial hear because of how much the elevation is changing over just a couple meters. If I were to run the Near tool without a distance limiter, the nearest elevation point to a contour could be several meters away and the interpolated elevation would be way off. I have run it with a distance limiter of one meter to get estimated values for another 600 or so contours. Not sure how to get elevation values for the remaining contours.&lt;/P&gt;&lt;P&gt;Would topo to raster be beneficial here? Meaning, run it based on the points or contours I have values for now, and then interpolate the remaining contour elevation values off of the generated raster?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 17:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1102699#M25865</guid>
      <dc:creator>Mattborski</dc:creator>
      <dc:date>2021-09-28T17:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Determining elevation values for contours based on limited annotation/point values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1102773#M25866</link>
      <description>&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/topo-to-raster.htm" target="_self"&gt;Topo to Raster&lt;/A&gt; would definitely be the go-to tool. You could simultaneously add both contours and point elevations as inputs.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/how-topo-to-raster-works.htm" target="_self"&gt;How Topo to Raster works&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your ultimate aim is to generate contour lines, use&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/contour.htm" target="_blank"&gt;Contour (3D Analyst)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;to the surface raster generated in the above step.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 20:10:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1102773#M25866</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-09-28T20:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Determining elevation values for contours based on limited annotation/point values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1102840#M25867</link>
      <description>&lt;P&gt;Thanks! Appreciate the response. Continuing to run different variations of this workflow and will report back on how it worked out. I created new contours from the raster I created from the original contours. Then I used the Near tool and a join to have the elevation values from the generated contours to be added to the contours from the original data (hope that made sense).&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 22:25:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1102840#M25867</guid>
      <dc:creator>Mattborski</dc:creator>
      <dc:date>2021-09-28T22:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Determining elevation values for contours based on limited annotation/point values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1102882#M25868</link>
      <description>&lt;P&gt;Hi Matt:&lt;/P&gt;&lt;P&gt;Do you have trustworthy existing raster elevation data for your study area? If so, could you use the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/interpolate-shape.htm" target="_self"&gt;InterpolateShape&lt;/A&gt; tool to "drape" your contour features onto that known surface?&lt;/P&gt;&lt;P&gt;'Interpolate' in this case refers to the fact that the input polylines would be densified and elevation samples from the raster assigned as z values to those additional vertices.&lt;/P&gt;&lt;P&gt;This tool is also available with a spatial analyst license.&lt;/P&gt;&lt;P&gt;-Jim TenBrink&lt;/P&gt;&lt;P&gt;spatial analyst team&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 00:18:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1102882#M25868</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-09-29T00:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Determining elevation values for contours based on limited annotation/point values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1103732#M25869</link>
      <description>&lt;P&gt;Thanks, Jim. I wasn't aware of that tool. I ran it but don't see a field with the z/elevation values populated in the new feature class. Is that just stored in the geometry?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 20:54:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1103732#M25869</guid>
      <dc:creator>Mattborski</dc:creator>
      <dc:date>2021-09-30T20:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Determining elevation values for contours based on limited annotation/point values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1103782#M25870</link>
      <description>&lt;P&gt;Correct, the z values are stored in the individual vertices of the output PolylineZ feature geometries.&lt;/P&gt;&lt;P&gt;The related tool &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/3d-analyst/add-surface-information.htm" target="_self"&gt;Add Surface Information&lt;/A&gt; might be more useful to you. It will report as separate output fields the min, max and average z encountered by each entire input geometry . Its also available with either a 3d or spatial analyst license.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-jt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 22:34:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1103782#M25870</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-09-30T22:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Determining elevation values for contours based on limited annotation/point values</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1103971#M25871</link>
      <description>&lt;P&gt;Great. Thanks, Jim. Ran this one. This tool may prove to be the most useful for what I'm trying to do. Appreciate the help!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 15:33:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/determining-elevation-values-for-contours-based-on/m-p/1103971#M25871</guid>
      <dc:creator>Mattborski</dc:creator>
      <dc:date>2021-10-01T15:33:33Z</dc:date>
    </item>
  </channel>
</rss>

