<?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: Terrain and polygon shp to ASCII in 3D Questions</title>
    <link>https://community.esri.com/t5/3d-questions/terrain-and-polygon-shp-to-ascii/m-p/195909#M1223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you can. Just follow these steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Convert you &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00q900000077000000"&gt;TIN to raster&lt;/A&gt; (use an appropriate cell size)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Convert you building &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001200000030000000"&gt;shapefile to raster&lt;/A&gt; (use the height as value, and the same cell size)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Combine both rasters using a &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000005000000"&gt;CON&lt;/A&gt; statement (Spatial Analyst)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Convert the resulting &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001200000005000000"&gt;raster to ASCII&lt;/A&gt; grid&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Feb 2014 07:52:52 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2014-02-05T07:52:52Z</dc:date>
    <item>
      <title>Terrain and polygon shp to ASCII</title>
      <link>https://community.esri.com/t5/3d-questions/terrain-and-polygon-shp-to-ascii/m-p/195908#M1222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a point shapefile with x,y and elevation(z) data. I used it to make a TIN. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have a shapefile with buildings and data about their heights. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I combine the terrain I have from the TIN and the 3D buildings in one file(?) of ESRI ASCII grid format?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 14:13:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/terrain-and-polygon-shp-to-ascii/m-p/195908#M1222</guid>
      <dc:creator>mariaa</dc:creator>
      <dc:date>2014-02-03T14:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Terrain and polygon shp to ASCII</title>
      <link>https://community.esri.com/t5/3d-questions/terrain-and-polygon-shp-to-ascii/m-p/195909#M1223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you can. Just follow these steps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Convert you &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00q900000077000000"&gt;TIN to raster&lt;/A&gt; (use an appropriate cell size)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Convert you building &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001200000030000000"&gt;shapefile to raster&lt;/A&gt; (use the height as value, and the same cell size)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Combine both rasters using a &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000005000000"&gt;CON&lt;/A&gt; statement (Spatial Analyst)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Convert the resulting &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001200000005000000"&gt;raster to ASCII&lt;/A&gt; grid&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 07:52:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/terrain-and-polygon-shp-to-ascii/m-p/195909#M1223</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-02-05T07:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Terrain and polygon shp to ASCII</title>
      <link>https://community.esri.com/t5/3d-questions/terrain-and-polygon-shp-to-ascii/m-p/195910#M1224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much! I will try it!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes you can. Just follow these steps:&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Convert you &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00q900000077000000"&gt;TIN to raster&lt;/A&gt; (use an appropriate cell size)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Convert you building &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001200000030000000"&gt;shapefile to raster&lt;/A&gt; (use the height as value, and the same cell size)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Combine both rasters using a &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000005000000"&gt;CON&lt;/A&gt; statement (Spatial Analyst)&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Convert the resulting &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001200000005000000"&gt;raster to ASCII&lt;/A&gt; grid&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Xander&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 11:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/3d-questions/terrain-and-polygon-shp-to-ascii/m-p/195910#M1224</guid>
      <dc:creator>mariaa</dc:creator>
      <dc:date>2014-02-05T11:16:04Z</dc:date>
    </item>
  </channel>
</rss>

