DragonFly On-Line Manual Pages
pfsingdal(1) DragonFly General Commands Manual pfsingdal(1)
NAME
pfsingdal - Load data using the GDAL library
SYNOPSIS
pfsingdal [<file>...]
DESCRIPTION
This command can load images or frames in the multitude of data formats
supported by GDAL (Geospatial Data Abstraction Library). See
http://www.gdal.org/formats_list.html for a list of supported formats.
pfsingdal reads images or frames from files and writes pfs stream to
the Standard Output. The pfs stream is usually piped to another program
for further processing.
The output of pfsingdal is the closest possible match of the input
data.
EXAMPLES
pfsingdal sardata.cosar | pfsview
NOTES
pfsingdal can not read from pipes, due to the design of GDAL.
Please report bugs and comments to Martin Lambers <marlam@marlam.de>.
SEE ALSO
pfsin(1), pfsout(1)
pfsingdal(1)