i2_binary_to_ascii_test
i2_binary_to_ascii_test,
a C++ code which
calls i2_binary_to_ascii(), which
converts a file of I2 data from binary to ASCII format.
Licensing:
The information on this web page is distributed under the MIT license.
Related Data and Programs:
i2_binary_to_ascii,
a C++ code which
converts a file of short int (I2) data from binary to ASCII format.
Source Code:
-
sealevel.bin,
a binary file containing sealevel data as I2 values,
representing 301 rows and 121 columns of sea level data.
-
sealevel.txt,
an ASCII text file containing the same sealevel data after conversion.
Last revised on 18 March 2020.