jhardy1
Structural
- Jan 26, 2004
- 930
I have created a Mathcad 14 worksheet which reads and processes a large binary data file - specifically, a tile of NASA SRTM terrain elevation data. The worksheet works fine using the generally available 3 arc-second resolution files, which are typically about 1 - 2 MB each, with over 1,000,000 records in each file. (Each file has one integer entry for the elevation data of each point on a 1,201 x 1,201 grid, for 1,442,401 integers in total.)
I would like to use the same worksheet to process some 1 arc-second data files, which have approximately 9 times the number of records, and 9 times the file size (approx. 25 MB each).
When I try to point the "Import Data Wizard" at one of the larger files, it first seems to work fine, but then it loses the data from the imported data file, and the worksheet stops working, as it has no data in the main data array.
I suspect this is an issue with the file size exceeding some limit of Mathcad for handling large binary files, and / or exceeding memory limits.
Does anyone know what are the effective limits for handling large binary files in Mathcad 14? I couldn't find anything in the documentation.
Thanks for any help!
I would like to use the same worksheet to process some 1 arc-second data files, which have approximately 9 times the number of records, and 9 times the file size (approx. 25 MB each).
When I try to point the "Import Data Wizard" at one of the larger files, it first seems to work fine, but then it loses the data from the imported data file, and the worksheet stops working, as it has no data in the main data array.
I suspect this is an issue with the file size exceeding some limit of Mathcad for handling large binary files, and / or exceeding memory limits.
Does anyone know what are the effective limits for handling large binary files in Mathcad 14? I couldn't find anything in the documentation.
Thanks for any help!