bsed / ala

Automatically exported from code.google.com/p/ala
0 stars 0 forks source link

Analysis tools cannot handle large grids #500

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This problem was discovered when loading a large grid file as part of the 
fieldcapture work.

Some of the analysis tools make the assumption that all grid files can be read 
into byte arrays. These tools fail when reading a grid file containing a number 
of bytes larger than the maximum array size in Java.

This problem occurs in the GridLegend tool and the Intersect service, but it 
may occur elsewhere.

I have fixed the problem in the Bil2Diva tool by iterating over grid files one 
megabyte at time.

Original issue reported on code.google.com by chris.fl...@gmail.com on 23 Dec 2013 at 3:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Assigning to Adam. Please adjust the priority as you see fit.

Original comment by moyesyside on 19 Jun 2014 at 12:19

GoogleCodeExporter commented 9 years ago

Original comment by moyesyside on 17 Jul 2014 at 5:43