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

gridtogrdmap

Syntax
gridtogrdmap --help
gridtogrdmap [gridname]
Synopsis

Convert a grid format file to a grdmap format file.

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

Convert a grid format file to a grdmap format file.

The converted file is written to standard output.

Examples
gridtogrdmap 20040402.grd > 20040402.grdmap

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