<div>Hello List,</div>
<div> </div>
<div>I am facing a problem in gdal-1.3.1 in Linux FC4 it is unable to understand AAIGrid/Arc/Info ASCII Grid Raster file which is of size greater than or equal to 2gb.</div>
<div> </div>
<div>I had compiled the code in linux with following way.</div>
<div> </div>
<div>with standard steps.</div>
<div># ./configure<br># make<br># make install<br clear="all"></div>
<div>when I try to use gdalinfo to view the details about the dataset greater than 2 gb it fails.</div>
<div> </div>
<div>
<p><strong>"ERROR 4: `/root/spearfish60/PERMANENT/cell/aoim.asc' not recognised as a supported file format.</strong></p>
<p><strong>GDALOpen failed - 4<br>`/root/spearfish60/PERMANENT/cell/aoim.asc' not recognised as a supported file format."<br></strong></p>
<p>Where as the file which less than 2gb of the same format is able give the desired output.</p>
<p><strong>Driver: AAIGrid/Arc/Info ASCII Grid<br>Size is 15215, 13593<br>Coordinate System is `'<br>Origin = (4170300.000000,3373325.000000)<br>Pixel Size = (25.00000000,-25.00000000)<br>Corner Coordinates:<br>Upper Left (
4170300.000, 3373325.000)<br>Lower Left ( 4170300.000, 3033500.000)<br>Upper Right ( 4550675.000, 3373325.000)<br>Lower Right ( 4550675.000, 3033500.000)<br>Center ( 4360487.500, 3203412.500)<br>Band 1 Block=15215x1 Type=Int16, ColorInterp=Undefined
<br> NoData Value=-9999</strong><br></p>
<p>I am trying to compile gdal-1.3.1 code for the same, is there any additional library to be linked so that gdal support AAIGrid/Arc/Info ASCII Grid Raster file >=2gb.</p>
<p>Also, when I installed FWTool for the same the it work for >=2gb size. but since I need to compile this code for adding some more file support. I am unable to do so..</p>
<p>Please let me know if there is something I missed while compilation of the code.</p>
<p>-- <br>Best Regrads<br><br>Abhay Menon</p></div>