Home| superdarn |src.bin|tk|reformat| grdmaptogrid Index

grdmaptogrid

Syntax
grdmaptogrid --help
grdmaptogrid [grdmapname]
Synopsis

Convert a grdmap format file to a grid format file.

Options
--helpprint the help message and exit.
--versionprint the RST version number and exit.
-vbverbose. Log information to the console.
grdmapnamefilename of the grdmap format file. If this is omitted the file is read from standard input.
Description

Convert a grdmap format file to a grid format file.

The converted file is written to standard output.

Examples
grdmaptogrid 20040402.grdmap > 20040402.grd

Convert the grdmap format file "20040402.grdmap" to the grid format file "20040402.grd".