l3bindump

l3bindump

Extracts bin information from a level 3 bin file

Location

SeaDAS-OCSSW -> l3bindump

GUI Usage
Command Line Usage


GUI Usage


Arguments/Keywords
UI Element Name Type Description Required/Optional Default Value
ifile ifile input L3 bin file name Required
oformat string defines output format:
     txt:     plain text columnar format
     seabass: SeaBASS format
        
Optional txt
l3bprod string binned product to extract Required Unspecified
bin_number int bin number Optional -1
north float north boundary Optional -999
south float south boundary Optional -999
east float east boundarye Optional -999
west float west boundary Optional -999
lat float latitude Optional -999
lon float longitude Optional -999
radius float radius in km Optional -999

Actions/Buttons
UI Element Name Type Description
Browser Button Button Selects ifile/ofile
Load Parameters ... Button Reads in previously saved parameters and populates the fields in GUI.
Store Parameters ... Button Saves the current arguments in GUI in a file.
Run Button Executes the l3bindump command with arguments provided in the UI.
Cancel Button Closes current processor GUI.
Apply Button Makes current arguments effective.
Open in SeaDAS Checkbox If selected, the ofile will be added to the open products list right after its generation.
? Button Displays the help content of the current command.

Command Line Usage

l3bindump 3.1.1-seadas-v7.5.2.1 (Nov 17 2018 15:44:29)
Usage: l3bindump argument-list

  The argument-list is a set of keyword=value pairs. The arguments can
  be specified on the command line, or put into a parameter file, or the
  two methods can be used together, with command line overriding.

  return value: 0=OK, 1=error, 110=requested bin(s) not found
  file data.

  There are 3 use cases:
  	1) bin_number
  	2) region defined by lat, lon, and radius (in km)
  	3) region defined by north, south, west, east
The list of valid keywords follows:

   help (boolean) (alias=h) (default=false) = print usage information
   version (boolean) (default=false) = print the version
        information
   dump_options (boolean) (default=false) = print
        information about each option
   dump_options_paramfile (ofile) = print
        information about each option to paramfile
   dump_options_xmlfile (ofile) = print
        information about each option to XML file
   par (ifile) = input parameter file
   ifile (ifile) = input L3 bin file name
   ofile (ofile) = output file name
   oformat (string) (default=txt) = output file format
        txt:  plain text columnar format
        seabass:  SeaBASS format
   l3bprod (string) (default=Unspecified) = binned product to extract
   bin_number (int) (default=-1) = bin number
   north (float) (default=-999) = north boundary
   south (float) (default=-999) = south boundary
   east (float) (default=-999) = east boundary
   west (float) (default=-999) = west boundary
   lat (float) (default=-999) = latitude
   lon (float) (default=-999) = longitude
   radius (float) (default=-999) = radius in km
   verbose (boolean) (default=0) = verbose output