Scroll to navigation

OSSIM-INFO(1) User Commands OSSIM-INFO(1)

NAME

ossim-info - ossim-info

SYNOPSIS

ossim-info [options] <optional-image>

OPTIONS

Build date of code.
Will print out ground center.
Will print out image center.
Displays configuration info.
Prints datum list.
<degrees> Gives radians from degrees.
Will disable the elevation
Takes an argument. Arguments are ALL, WARN, NOTICE, INFO, FATAL, DEBUG. If you want multiple disables then just do multiple --disable-notify on the command line. All argument are case insensitive. Default is all are enabled.
Will disable the plugin loader
A generic dump if one is available. This option ignores overviews.
<keyword_list_flag> Prints factory list. If keyword_list_flag is true, the result of a saveState will be output for each object.
<feet> Gives meters from feet (0.3048 meters per foot).
<feet> Gives meters from feet (0.3048006096 meters per foot).
<latitude-in-degrees> <longitude-in-degrees> Returns the MSL and ellipoid height given a latitude longitude position.
<meters> Gives feet from meters (0.3048 meters per foot).
<meters> Gives feet from meters (0.3048006096 meters per foot).
<latitude> Gives meters per degree and meters per minute for a given latitude.
takes a logfile as an argument. All output messages are redirected to the specified log file. By default there is no log file and all messages are enabled.
Prints overview builder types.
Will print out the color palette if one exists.
Test plugin passed to option.
Prints plugin list.
Prints projections.
<radians> Gives degrees from radians.
Prints readers and properties.
Prints resampler filter list.
Revision number of code.
Prints writers and properties.
Prints list of available writers.
Prints zoom level gsds for projections EPSG:4326 and EPSG:3857.
specify individual keywords to add to the preferences keyword list: name=value
specify a preference file to load
specify the classes to trace, ex: ossimInit|ossimImage.* will trace ossimInit and all ossimImage classes
Version of code, e.g. 1.8.20
Will print ground and image center.
A generic dump if one is available.
<format> Will output the information specified format [KWL | XML]. Default is KWL.
Display this information
Will print out the general image information.
Will print out meta data image information.
Rotation angle to North for an image.
<output-file> Will output the information to the file specified. Default is to standard out.
Will print out the image projection information.
Will print image rectangle.
Force the ground rect to be the specified datum
Rotation angle to "up is up" for an image. Will return 0 if image's projection is not affected by elevation.
Overwrite existing geometry.
examples:
ossim-info --version ossim-info -i ./myfile.tif
prints out only general image information
ossim-info -p ./myfile.tif
prints out only image projection information
ossim-info -p -s wge ./myfile.tif
prints out only image projection information and shifts to wgs84
ossim-info -p -i ./myfile.tif
prints out both image and projection information
ossim-info -p -i ./myfile.tif -o ./myfile.geom
writes geometry file with both image and projection information
ossim-info -p -i ./myfile.tif -v -o ./myfile.geom
writes geometry file with both image and projection information while overwriting existing .geom file.
ossim-info -f XML ./myfile.tif
prints out image and projection information as an XML document
ossim-info -d myfile.ntf
Dumps all data available, in this case, all nitf tags, from file.
ossim-info -d a.toc
Dumps all data available, in this case, all nitf and rpf tags, from file.
ossim-info --dno a.toc
"dno" for "dump no overviews" Dumps all data available,
in this case, all nitf and rpf tags, from file ignoring overviews.
ossim-info -d -i -p myfile.ntf
Typical usage case, i.e. do a dump of tags and print out image and projection information.

SEE ALSO

The full documentation for ossim-info is maintained as a Texinfo manual. If the info and ossim-info programs are properly installed at your site, the command

info ossim-info

should give you access to the complete manual.

December 2015 ossim-info 1.8.20