<?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: ASCII to Raster Conversion in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/ascii-to-raster-conversion/m-p/240491#M18716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which ascii format is this then?&lt;/P&gt;&lt;P&gt;If it is something like *.asc with a well defined header as per this help :&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Esri_ASCII_raster_format/009t0000000z000000/" title="http://resources.arcgis.com/en/help/main/10.1/index.html#/Esri_ASCII_raster_format/009t0000000z000000/"&gt;ArcGIS Help 10.1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Then the Ascii Grid tool will import this into a raster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 07:00:23 GMT</pubDate>
    <dc:creator>NeilAyres</dc:creator>
    <dc:date>2015-10-19T07:00:23Z</dc:date>
    <item>
      <title>ASCII to Raster Conversion</title>
      <link>https://community.esri.com/t5/python-questions/ascii-to-raster-conversion/m-p/240490#M18715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can I convert data in ascii format to raster using python script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 06:51:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/ascii-to-raster-conversion/m-p/240490#M18715</guid>
      <dc:creator>tehreemfatima</dc:creator>
      <dc:date>2015-10-19T06:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII to Raster Conversion</title>
      <link>https://community.esri.com/t5/python-questions/ascii-to-raster-conversion/m-p/240491#M18716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which ascii format is this then?&lt;/P&gt;&lt;P&gt;If it is something like *.asc with a well defined header as per this help :&lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Esri_ASCII_raster_format/009t0000000z000000/" title="http://resources.arcgis.com/en/help/main/10.1/index.html#/Esri_ASCII_raster_format/009t0000000z000000/"&gt;ArcGIS Help 10.1&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Then the Ascii Grid tool will import this into a raster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 07:00:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/ascii-to-raster-conversion/m-p/240491#M18716</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2015-10-19T07:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: ASCII to Raster Conversion</title>
      <link>https://community.esri.com/t5/python-questions/ascii-to-raster-conversion/m-p/240492#M18717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neil is correct ... an updated link if you are using ArcMap 10.3 &lt;A href="http://desktop.arcgis.com/en/desktop/latest/tools/conversion-toolbox/ascii-to-raster.htm"&gt;Ascii to raster​&amp;nbsp; &lt;/A&gt;​&lt;/P&gt;&lt;P&gt;When you say a python script ... skip it ... if you plan on reinventing the wheel, the script example with the tool help will allow you to access the conversion, but it will not be a script that performs the actual conversion for you.&amp;nbsp; For arcpy access, it is in the code examples as&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;&lt;SPAN class="n"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;ASCIIToRaster_conversion&lt;/SPAN&gt;&lt;SPAN class="p"&gt;(&lt;/SPAN&gt;&lt;SPAN class="n"&gt;inASCII&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="n"&gt;outRaster&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="n"&gt;rasterType&lt;/SPAN&gt;&lt;SPAN class="p"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 07:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/ascii-to-raster-conversion/m-p/240492#M18717</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2015-10-19T07:34:41Z</dc:date>
    </item>
  </channel>
</rss>

