1pfsingdal(1) General Commands Manual pfsingdal(1)
2
3
4
6 pfsingdal - Load data using the GDAL library
7
9 pfsingdal [<file>...]
10
11
13 This command can load images or frames in the multitude of data formats
14 supported by GDAL (Geospatial Data Abstraction Library). See
15 http://www.gdal.org/formats_list.html for a list of supported formats.
16
17 pfsingdal reads images or frames from files and writes pfs stream to
18 the Standard Output. The pfs stream is usually piped to another program
19 for further processing.
20
21 The output of pfsingdal is the closest possible match of the input
22 data.
23
24
26 pfsingdal sardata.cosar | pfsview
27
28
30 pfsingdal can not read from pipes, due to the design of GDAL.
31
32 Please report bugs and comments to Martin Lambers <marlam@marlam.de>.
33
35 pfsin(1), pfsout(1)
36
37
38
39
40 pfsingdal(1)