<?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>idea Polyline To Raster support for Z values in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idi-p/1348036</link>
    <description>&lt;P&gt;The &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/polyline-to-raster.htm" target="_self"&gt;Polyline To Raster&lt;/A&gt; tool does not support Z values. Would like an option to rasterize on Z values (linearly interpolated along a line)&amp;nbsp; instead of an attribute.&lt;/P&gt;&lt;P&gt;This would be very helpful when integrating polyline data with Z values into raster elevation surfaces. For example - comparing Z enabled lines to an elevation surface, or calculating cell by cell differences between Z enabled polylines and a raster.&lt;/P&gt;&lt;P&gt;&lt;A href="https://gdal.org/programs/gdal_rasterize.html" target="_self"&gt;gdal_rasterize&lt;/A&gt; supports this (-3d option) but the Z interpolation along the feature between vertices has been giving us problems (not accurate).&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2023 14:13:31 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2023-11-13T14:13:31Z</dc:date>
    <item>
      <title>Polyline To Raster support for Z values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idi-p/1348036</link>
      <description>&lt;P&gt;The &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/polyline-to-raster.htm" target="_self"&gt;Polyline To Raster&lt;/A&gt; tool does not support Z values. Would like an option to rasterize on Z values (linearly interpolated along a line)&amp;nbsp; instead of an attribute.&lt;/P&gt;&lt;P&gt;This would be very helpful when integrating polyline data with Z values into raster elevation surfaces. For example - comparing Z enabled lines to an elevation surface, or calculating cell by cell differences between Z enabled polylines and a raster.&lt;/P&gt;&lt;P&gt;&lt;A href="https://gdal.org/programs/gdal_rasterize.html" target="_self"&gt;gdal_rasterize&lt;/A&gt; supports this (-3d option) but the Z interpolation along the feature between vertices has been giving us problems (not accurate).&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 14:13:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idi-p/1348036</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2023-11-13T14:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline To Raster support for Z values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1348255#M26943</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1325"&gt;@curtvprice&lt;/a&gt;&amp;nbsp;Any luck with this? I am in the same boat.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 16:06:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1348255#M26943</guid>
      <dc:creator>JosephTaubert_TKDA</dc:creator>
      <dc:date>2023-11-10T16:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline To Raster support for Z values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1348284#M26944</link>
      <description>&lt;P&gt;You could try the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use the Poly to Raster tool to rasterize the polyline.&lt;/LI&gt;&lt;LI&gt;Convert those rasterized cells to points using the Raster to Point tool.&lt;/LI&gt;&lt;LI&gt;Use the Near 3D tool to get the z-value for each point.&lt;/LI&gt;&lt;LI&gt;Convert those points back to a raster using the Point to Raster tool.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 10 Nov 2023 17:34:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1348284#M26944</guid>
      <dc:creator>Ken_Rukstales</dc:creator>
      <dc:date>2023-11-10T17:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline To Raster support for Z values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1348376#M26945</link>
      <description>&lt;P&gt;&lt;STRONG&gt;A follow-up to my post above.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In step 3, the Near 3D tool returns the nearest three-dimensional distance to the polyline, as well as the z-value at that point.&amp;nbsp; In this case, since the points obtained in steps 1 and 2 are points that define the polyline, the nearest distance will essentially be the perpendicular distance to the polyline.&amp;nbsp; If you want the z-value that is vertically below (or above) the rasterized point, you will need to use the geometric attributes returned by the Near 3D tool to get that z-value.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2023 15:03:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1348376#M26945</guid>
      <dc:creator>Ken_Rukstales</dc:creator>
      <dc:date>2023-11-11T15:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline To Raster support for Z values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1348626#M26969</link>
      <description>&lt;P data-unlink="true"&gt;While attempting to do the same workflow with PolylineZM features, I discovered a similar BUG or deficiency with the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/feature-to-raster.htm" target="_self"&gt;Feature To Raster&lt;/A&gt;&amp;nbsp;tool which allows for the Shape.Z to be used as the input field but does not actually work. This BUG is documented here:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/bug/in-arcgis-pro-the-feature-to-raster-tool-allows-the-z-v-bug-000158717" target="_blank" rel="noopener"&gt;BUG-000158717 for ArcGIS Pro (esri.com)&lt;/A&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;The workaround that&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/415108"&gt;@Ken_Rukstales&lt;/a&gt;&amp;nbsp;provided looks solid and I will definitely look into that. The intent of my workflow was to create a rasterized stream network from a PolylineZM at the same resolution of a raster DEM. The workaround that I came up with uses the densify tool to ensure the PolylineZM feature has the same resolution as the target raster. This densify tool does a good job with linearly interpolating Z values along the lines where it inserts new vertices which is why I use it for the stream network processing, but this could be an optional processing step depending on your workflow. The vertices can then be converted to points, the Z values calculated as an attribute field, and finally rasterized using a target raster as the output snap grid and cell size environment.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/editing/densify.htm" target="_blank" rel="noopener"&gt;Densify (Editing)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;(Optional)&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/feature-vertices-to-points.htm" target="_blank" rel="noopener"&gt;Feature Vertices To Points (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/calculate-geometry-attributes.htm" target="_blank" rel="noopener"&gt;Calculate Geometry Attributes (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/tools/conversion-toolbox/point-to-raster.htm" target="_blank" rel="noopener"&gt;Point to Raster (Conversion)—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 13 Nov 2023 13:25:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1348626#M26969</guid>
      <dc:creator>lsturtevant</dc:creator>
      <dc:date>2023-11-13T13:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline To Raster support for Z values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1350097#M27063</link>
      <description>&lt;P&gt;Thanks for the excellent thoughts, fine sirs!&lt;/P&gt;&lt;P&gt;For the record I have an incident logged:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Esri Case #03484588 - Conversion of Z enabled Polyline to Raster&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 01:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1350097#M27063</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2023-11-16T01:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline To Raster support for Z values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1350106#M27064</link>
      <description>&lt;P&gt;Hi Ken - your method worked pretty darn fast and did the interpolation without the step of densifying the lines or doing the processing of creating points for every vertex.&lt;/P&gt;&lt;P&gt;A little detail: to run the Near 3D the input must have Z values so when I ran Raster To Point I had to enable Zs and assign a default value using the environment settings for the tool run.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 01:49:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1350106#M27064</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2023-11-16T01:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline To Raster support for Z values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1350622#M27107</link>
      <description>&lt;P&gt;This has been logged!&lt;/P&gt;&lt;P&gt;ENH-000163033: Provide the capability to support Z values in the Polyline to Raster tool in ArcGIS Pro&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 02:04:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1350622#M27107</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2023-11-17T02:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline To Raster support for Z values</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1537152#M32056</link>
      <description>&lt;P&gt;any update ESRI?&lt;/P&gt;&lt;P&gt;resolved this in 1 minute using QGIS&lt;/P&gt;&lt;P&gt;Raster &amp;gt; Conversion &amp;gt; Rasterise (Vector to Raster)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 01:00:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/polyline-to-raster-support-for-z-values/idc-p/1537152#M32056</guid>
      <dc:creator>BrianMcAuslan1</dc:creator>
      <dc:date>2024-09-11T01:00:12Z</dc:date>
    </item>
  </channel>
</rss>

