<?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: Create raster from multiple .asc rasters in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/create-raster-from-multiple-asc-rasters/m-p/1048489#M39840</link>
    <description>&lt;P&gt;I just tried this with Pro 2.7.2 and Pro recognized the .asc files just fine (both in the Catalog pane and in the Copy Raster tool dialog).&amp;nbsp; What version are you using?&lt;/P&gt;&lt;P&gt;If there are 2000 of them, you may want to convert to .tif and then consider create a mosaic dataset, then maybe Copy Raster to convert that to a single massive gdb raster or tiff.&lt;/P&gt;&lt;P&gt;If you are familiar with python, just get the syntax of the Copy Raster tool by running it once, right clicking on the geoprocessing history for the tool and copy with python snippet, and paste into python and write a loop around it, sticking your loop variables in it.&lt;/P&gt;&lt;P&gt;Try this test raster to see if the problem is your data set (save as "test.asc")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NCOLS 5
NROWS 5
XLLCORNER 0
YLLCORNER 0
CELLSIZE 1
NODATA_VALUE 0
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Apr 2021 04:01:35 GMT</pubDate>
    <dc:creator>curtvprice</dc:creator>
    <dc:date>2021-04-18T04:01:35Z</dc:date>
    <item>
      <title>Create raster from multiple .asc rasters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-raster-from-multiple-asc-rasters/m-p/1048485#M39837</link>
      <description>&lt;P&gt;I am trying to load ~2000 rasters stored as .asc files and merge them into one raster. The Copy to Raster tool doesn't seem to recognise them (they don't appear in the browser when I load the tool) and neither does the Add Data tool. I can see them in the catalog and load them into the map that way but dealing with that many layers is extremely difficult.&lt;/P&gt;&lt;P&gt;Can anyone suggest an approach for an efficient (as in my time) way to merge that many ASCII rasters into one layer (I'm thinking TIFF) and load them into my geodatabase? I've been exploring the Create Raster Dataset and Mosaic to New Raster tools but just can't work out exactly what I should be doing.&lt;/P&gt;&lt;P&gt;As always thanks in advance.&lt;/P&gt;&lt;P&gt;P.S. I have a feeling that ArcPy is going to be the way to go and I've been trying that too but I'm new to ArcPy I'm not really sure which tools to use. Comfortable with Python though.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 02:28:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-raster-from-multiple-asc-rasters/m-p/1048485#M39837</guid>
      <dc:creator>GlenShennan</dc:creator>
      <dc:date>2021-04-18T02:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create raster from multiple .asc rasters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-raster-from-multiple-asc-rasters/m-p/1048486#M39838</link>
      <description>&lt;P&gt;Although deprecated, did you look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/ascii-to-raster.htm" target="_blank" rel="noopener"&gt;ASCII To Raster (Conversion)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;if Copy Raster isn't seeing the .asc file extension&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Addendum&lt;/P&gt;&lt;P&gt;I remember this protracted discussion before.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/geoprocessing-questions/problems-with-ascii-to-raster-in-arcgis-pro-2-6-x/td-p/343275/page/2" target="_blank"&gt;Problems with ASCII to Raster in ArcGIS Pro 2.6.x - Page 2 - Esri Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I haven't had issues, but at least one thread, and there was a bug associated with the header not being read if it were in capitals.&amp;nbsp; It should be fixed, but it was never marked resolved.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 03:34:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-raster-from-multiple-asc-rasters/m-p/1048486#M39838</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-04-18T03:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create raster from multiple .asc rasters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-raster-from-multiple-asc-rasters/m-p/1048488#M39839</link>
      <description>&lt;P&gt;ASCII to Raster doesn't appear to be in ArcPro 2.7. Checked the headers, all lower case. &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 03:39:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-raster-from-multiple-asc-rasters/m-p/1048488#M39839</guid>
      <dc:creator>GlenShennan</dc:creator>
      <dc:date>2021-04-18T03:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create raster from multiple .asc rasters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-raster-from-multiple-asc-rasters/m-p/1048489#M39840</link>
      <description>&lt;P&gt;I just tried this with Pro 2.7.2 and Pro recognized the .asc files just fine (both in the Catalog pane and in the Copy Raster tool dialog).&amp;nbsp; What version are you using?&lt;/P&gt;&lt;P&gt;If there are 2000 of them, you may want to convert to .tif and then consider create a mosaic dataset, then maybe Copy Raster to convert that to a single massive gdb raster or tiff.&lt;/P&gt;&lt;P&gt;If you are familiar with python, just get the syntax of the Copy Raster tool by running it once, right clicking on the geoprocessing history for the tool and copy with python snippet, and paste into python and write a loop around it, sticking your loop variables in it.&lt;/P&gt;&lt;P&gt;Try this test raster to see if the problem is your data set (save as "test.asc")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NCOLS 5
NROWS 5
XLLCORNER 0
YLLCORNER 0
CELLSIZE 1
NODATA_VALUE 0
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 04:01:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-raster-from-multiple-asc-rasters/m-p/1048489#M39840</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-04-18T04:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create raster from multiple .asc rasters</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-raster-from-multiple-asc-rasters/m-p/1048496#M39843</link>
      <description>&lt;P&gt;Ah, thanks! I saved your test data as 'test.asc' but Copy Raster still didn't see it. Your data has all caps in the header whereas mine is all lower case so I don't think that's the problem.&lt;/P&gt;&lt;P&gt;I used your trick to get the Copy Raster Python syntax and it works! I haven't got it all finished but that's a great start. Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 04:53:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-raster-from-multiple-asc-rasters/m-p/1048496#M39843</guid>
      <dc:creator>GlenShennan</dc:creator>
      <dc:date>2021-04-18T04:53:36Z</dc:date>
    </item>
  </channel>
</rss>

