<?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: is there any space limit in ascii files??? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647538#M50418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to add something&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When running the same code in a smaller grid (4x5) everything is ok!!! The problems appears in the big grid (300 x 300).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2012 06:18:50 GMT</pubDate>
    <dc:creator>irinivozinaki</dc:creator>
    <dc:date>2012-11-13T06:18:50Z</dc:date>
    <item>
      <title>is there any space limit in ascii files???</title>
      <link>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647535#M50415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello everyone!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to ask if there is a space limit for ascii files in python. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For some reason I am writing some data in an ascii file and while everything seems to be ok... suddenly the code crashes and an error appears saying that something goes wrong with the delimiter "w+" &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any idea why???&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 16:46:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647535#M50415</guid>
      <dc:creator>irinivozinaki</dc:creator>
      <dc:date>2012-11-12T16:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: is there any space limit in ascii files???</title>
      <link>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647536#M50416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Files are not limited by size except by the amount of memory on your machine or memory the OS can handle, and not always by that, depending on what you are doing with it.&amp;nbsp; Post the error message and maybe we can help further.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 22:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647536#M50416</guid>
      <dc:creator>MikeHunter</dc:creator>
      <dc:date>2012-11-12T22:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: is there any space limit in ascii files???</title>
      <link>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647537#M50417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the error that comes out:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;IOError: [Errno 22] invalid mode ('w+') or filename: 'test.asc'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 05:14:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647537#M50417</guid>
      <dc:creator>irinivozinaki</dc:creator>
      <dc:date>2012-11-13T05:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: is there any space limit in ascii files???</title>
      <link>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647538#M50418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to add something&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When running the same code in a smaller grid (4x5) everything is ok!!! The problems appears in the big grid (300 x 300).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 06:18:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647538#M50418</guid>
      <dc:creator>irinivozinaki</dc:creator>
      <dc:date>2012-11-13T06:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: is there any space limit in ascii files???</title>
      <link>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647539#M50419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have changed the file extension from "asc" to "ascii" and everything is running!!! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But unfortunately another problem comes up. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to convert this "ascii" file into raster and when I am using the command "arcpy.ASCIIToRaster_conversion" there is no way to use a file with the extension "ascii"... The file must have an "asc" extension. Why? Which is the difference between these two extensions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 09:45:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647539#M50419</guid>
      <dc:creator>irinivozinaki</dc:creator>
      <dc:date>2012-11-13T09:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: is there any space limit in ascii files???</title>
      <link>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647540#M50420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try renaming it to "filename.txt", or "filename.asc".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 11:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/is-there-any-space-limit-in-ascii-files/m-p/647540#M50420</guid>
      <dc:creator>RaphaelR</dc:creator>
      <dc:date>2012-11-13T11:05:23Z</dc:date>
    </item>
  </channel>
</rss>

