<?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: Cant get .asc files to display as dtm in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572320#M32433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dustin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why bother to run ASCII to Raster in the first place?&amp;nbsp; An ASCII file formatted like the one Tarun outlined, should already be recognized as a raster dataset.&amp;nbsp; That tool is a legacy tool and was only needed for the days when we couldn't read ASCII files representing raster data as actual raster datasets.&amp;nbsp; All you probably have to do is build statistics on the .asc file, define the projection, and it will render as raster data in ArcMap.&amp;nbsp; To confirm this you can run the Raster to ASCII tool to output an .asc file.&amp;nbsp; Then hit Add Data and browse to where the file is on disk.&amp;nbsp; In the Add Data dialog your .asc file should already have a raster dataset icon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't want the data in that format, just use the Copy Raster tool to change the format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2012 23:32:27 GMT</pubDate>
    <dc:creator>EricRice</dc:creator>
    <dc:date>2012-04-12T23:32:27Z</dc:date>
    <item>
      <title>Cant get .asc files to display as dtm</title>
      <link>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572315#M32428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, Ive been trying to get a couple of .asc files to open in ESRI ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They are a sample demo of some dtm data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea how to create a dtm raster with them. I've tried ASCII to Raster but keep getting an error message saying they are not suitable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 17:14:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572315#M32428</guid>
      <dc:creator>GeospatialTechnology</dc:creator>
      <dc:date>2012-01-31T17:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cant get .asc files to display as dtm</title>
      <link>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572316#M32429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The ASCII file must consist of header information containing a set of keywords, followed by cell values in row-major order, in order to be read by ArcGIS. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As per &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00120000002s000000"&gt;help documentation&lt;/A&gt;&lt;SPAN&gt; the file format for ASCII is as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;NCOLS xxx&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;NROWS xxx&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;XLLCENTER xxx | XLLCORNER xxx&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;YLLCENTER xxx | YLLCORNER xxx&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CELLSIZE xxx&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {NODATA_VALUE xxx}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; row 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; row 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; row n&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Please check and see if your ASCII files have the header information stored as mentioned above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2012 18:01:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572316#M32429</guid>
      <dc:creator>TarunJaiswal</dc:creator>
      <dc:date>2012-01-31T18:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cant get .asc files to display as dtm</title>
      <link>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572317#M32430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry my bad i was being lazy and trying to drag and drop the .asc file into the tool dialog box. It worked fine when i opened it up from within the ASCII to Raster toolbox!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 10:17:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572317#M32430</guid>
      <dc:creator>GeospatialTechnology</dc:creator>
      <dc:date>2012-02-01T10:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cant get .asc files to display as dtm</title>
      <link>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572318#M32431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry my bad i was being lazy and trying to drag and drop the .asc file into the tool dialog box. It worked fine when i opened it up from within the ASCII to Raster toolbox!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 10:23:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572318#M32431</guid>
      <dc:creator>GeospatialTechnology</dc:creator>
      <dc:date>2012-02-01T10:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cant get .asc files to display as dtm</title>
      <link>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572319#M32432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same problem here. It works if I use the Browse button to navigate to the folder that contains the ascii, but it bombs when I try draggin &amp;amp; dropping the ascii into the tool window or even when in batch mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This worked fine in 9.3.1 so I'm guessing another ESRI bug..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dustin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 23:11:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572319#M32432</guid>
      <dc:creator>DustinEdge</dc:creator>
      <dc:date>2012-04-12T23:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cant get .asc files to display as dtm</title>
      <link>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572320#M32433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dustin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why bother to run ASCII to Raster in the first place?&amp;nbsp; An ASCII file formatted like the one Tarun outlined, should already be recognized as a raster dataset.&amp;nbsp; That tool is a legacy tool and was only needed for the days when we couldn't read ASCII files representing raster data as actual raster datasets.&amp;nbsp; All you probably have to do is build statistics on the .asc file, define the projection, and it will render as raster data in ArcMap.&amp;nbsp; To confirm this you can run the Raster to ASCII tool to output an .asc file.&amp;nbsp; Then hit Add Data and browse to where the file is on disk.&amp;nbsp; In the Add Data dialog your .asc file should already have a raster dataset icon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you don't want the data in that format, just use the Copy Raster tool to change the format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 23:32:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572320#M32433</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2012-04-12T23:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cant get .asc files to display as dtm</title>
      <link>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572321#M32434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Mark,&lt;BR /&gt;&lt;BR /&gt;The ASCII file must consist of header information containing a set of keywords, followed by cell values in row-major order, in order to be read by ArcGIS. &lt;BR /&gt;As per &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00120000002s000000"&gt;help documentation&lt;/A&gt; the file format for ASCII is as follows:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;NCOLS xxx&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;NROWS xxx&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;XLLCENTER xxx | XLLCORNER xxx&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;YLLCENTER xxx | YLLCORNER xxx&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CELLSIZE xxx&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {NODATA_VALUE xxx}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; row 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; row 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; row n&lt;BR /&gt;&lt;BR /&gt; Please check and see if your ASCII files have the header information stored as mentioned above.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your sharing!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wondering that how to import an ascii file without the header information? the file is stored as following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; 0.000000E+00&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 0.000000E+00&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 0.000000E+00&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 0.000000E+00&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 0.000000E+00&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 0.000000E+00&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; 0.000000E+00&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the author of the dataset claims that it is exactly the file structure of an ascii file and allowed to import into arcgis.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2013 06:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/cant-get-asc-files-to-display-as-dtm/m-p/572321#M32434</guid>
      <dc:creator>LinaMENG</dc:creator>
      <dc:date>2013-02-03T06:33:38Z</dc:date>
    </item>
  </channel>
</rss>

