Changes between Initial Version and Version 1 of imagebounds


Ignore:
Timestamp:
May 14, 2007, 11:51:04 AM (17 years ago)
Author:
mlucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • imagebounds

    v1 v1  
     1= imagebounds =
     2{{{
     3imagebounds [-d <datum code>] [-t <output format>] [-c <coordinate type>] [-o outputfile] inputfile
     4
     5options:
     6    -t  give an output format.  Default is csv.  The only valid options are:
     7        csv.
     8    -c  give the coordinate type for the output bounds.  Default geographic.
     9        This currently an be:
     10           geographic
     11           meters
     12    -o  Give the optional output file name.
     13    -d  output datum code
     14inputfile  This is the file we will use to compute the image bounds for
     15
     16outputfile  This is the file we will use to output the information to.  If this
     17            is not given then by default it will change the extension of the inputfile
     18            to match the given output type.  For example csv output would have a .csv
     19            extension.
     20
     21 NOTE: The last argument must be the input file
     22}}}