Changes between Version 1 and Version 2 of ossim-hlz


Ignore:
Timestamp:
Mar 20, 2015, 6:34:59 AM (9 years ago)
Author:
okramer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossim-hlz

    v1 v2  
    11'''OSSIM Helicopter Landing Zone Utility'''
    22
    3 This utility accepts an area of interest, or alternatively an input elevation model file (DEM file), along with landing zone criteria, and determines suitable HLZs. The output is a TIF raster image with the HLZ indicated in some color.
    4 
     3This utility finds acceptable helicopter landing zones given terrain data and LZ criteria. The output is an 8-bit, single band, raster image. Options exist for customizing the output pixel values including an option to generate a color raster with the use of a look-up table.
     4{{{
    55Usage: ossim-hlz [options] <dest_lat> <dest_lon> <output-image>[[BR]]
    6 
    76Options:
    87  --dem <filename>              Specifies the input DEM filename. If none
     
    7675  -V or --version               Display version information.
    7776
    78 
    79 Finds acceptable helicopter landing zones given terrain data and LZ criteria. The output is an 8-bit, single band, raster image. Options exist for customizing the output pixel values including an option to generate a color raster with the use of a look-up table.
    80 
    8177Examples:
    8278
     
    8480
    8581    ossim-hlz --dem mydata.hgt --rlz 25 output-hlz.tif
     82}}}
    8683