close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #702


Ignore:
Timestamp:
Jun 21, 2009, 7:44:50 PM (16 years ago)
Author:
Víctor de Buen Remiro
Comment:

Added an optional argument to allow other formats in MatReadFile

Matrix MatReadFile(Text filename [, Text format="BINARY"])} {} 

Reads a matrix from a file in the specified format:
BINARY: Standard TOL binary format
WGRIB2TXT: Result of command wgrib2 ... -text file
 cols rows
 datum[1,1]
 datum[1,2]
 ...
 datum[rows,cols]

View more on en http://www.cpc.noaa.gov/products/wesley/wgrib2

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #702

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #702 – Description

    initial v1  
    1 It should be a fast way to read some standard scientific formats as GRIB
     1It should vave a fast way to read some standard scientific formats as GRIB