<?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 PolygonZ to Raster in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/polygonz-to-raster/m-p/220175#M12522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a shp file with PolygonZ and I want to convert each of these (polygonZ) into rasters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea how?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2012 18:51:33 GMT</pubDate>
    <dc:creator>IraklisKarampourniotis</dc:creator>
    <dc:date>2012-01-13T18:51:33Z</dc:date>
    <item>
      <title>PolygonZ to Raster</title>
      <link>https://community.esri.com/t5/data-management-questions/polygonz-to-raster/m-p/220175#M12522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a shp file with PolygonZ and I want to convert each of these (polygonZ) into rasters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea how?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 18:51:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/polygonz-to-raster/m-p/220175#M12522</guid>
      <dc:creator>IraklisKarampourniotis</dc:creator>
      <dc:date>2012-01-13T18:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: PolygonZ to Raster</title>
      <link>https://community.esri.com/t5/data-management-questions/polygonz-to-raster/m-p/220176#M12523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can convert the polygon to a raster with the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00120000002v000000"&gt;Feature to Raster &lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Polygon_to_Raster/001200000030000000/"&gt;Polygon to Raster.&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Be sure to specify the elevation of the polygon in the field&amp;nbsp; when prompted in the tool.&amp;nbsp; This will make each of the polygons one raster value.&amp;nbsp; You cannot use the multiple vertices in your polygon, you will have to export them as points in order to interpolate the edges.&amp;nbsp; The polygons will have one value in raster form for that contiguous polygon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 19:12:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/polygonz-to-raster/m-p/220176#M12523</guid>
      <dc:creator>JeffreySwain</dc:creator>
      <dc:date>2012-01-13T19:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: PolygonZ to Raster</title>
      <link>https://community.esri.com/t5/data-management-questions/polygonz-to-raster/m-p/220177#M12524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can convert the polygon to a raster with the &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00120000002v000000"&gt;Feature to Raster &lt;/A&gt; or &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Polygon_to_Raster/001200000030000000/"&gt;Polygon to Raster.&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Be sure to specify the elevation of the polygon in the field&amp;nbsp; when prompted in the tool.&amp;nbsp; This will make each of the polygons one raster value.&amp;nbsp; You cannot use the multiple vertices in your polygon, you will have to export them as points in order to interpolate the edges.&amp;nbsp; The polygons will have one value in raster form for that contiguous polygon.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Honestly this is painfull.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This was my problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Feature to raster only works with points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So how do I get a raster that maintains the 3d character of the polygonz.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a long strip (polygonz with four vertices). This strip is going uphill so the two z on the down-side have the same value and the other two on the up-side have the same value but different from the ones at the down-side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing more. Think of it as a straigth ski slope. This is my polygonz. How do I convert it to raster (I will check the cell size) that has z values (pixel values) that are interpolated from the polygonz.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jan 2012 15:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/polygonz-to-raster/m-p/220177#M12524</guid>
      <dc:creator>IraklisKarampourniotis</dc:creator>
      <dc:date>2012-01-14T15:20:18Z</dc:date>
    </item>
  </channel>
</rss>

