|
ocssw
V2022
|
Functions | |
| def | getBinRes (resolution) |
Variables | |
| parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter,description=,add_help=True) | |
| type | |
| str | |
| help | |
| nargs | |
| default | |
| choices | |
| float | |
| action | |
| False | |
| args = parser.parse_args() | |
| param_proc = ParamProcessing(parfile=args.parfile) | |
| value = param_proc.params['main'][param] | |
| ifile | |
| extension = args.oformat | |
| list | default_opts = ["product", "datamin", "datamax", "scaletype", "palfile", "north", "south", "east", "west", "central_meridian"] |
| list | l2bin_opts = ["product", "resolution"] |
| list | l3map_opts = ["product", "resolution", "oformat", "north", "south", "west", "east", "projection", "central_meridian", "palfile", "fudge", "threshold"] |
| string | tmpfile = args.ifile + '.L3b' |
| list | clo = ["l2bin"] |
| check | |
| stdout | |
| PIPE | |
| stderr | |
| STDOUT | |
| list | prod_clo = clo |
| ofile = args.ofile | |
Function Documentation
◆ getBinRes()
| def l2mapgen.getBinRes | ( | resolution | ) |
Definition at line 10 of file l2mapgen.py.
Variable Documentation
◆ action
| action |
Definition at line 111 of file l2mapgen.py.
◆ args
| args = parser.parse_args() |
Definition at line 114 of file l2mapgen.py.
◆ check
| check |
Definition at line 168 of file l2mapgen.py.
◆ choices
| choices |
Definition at line 58 of file l2mapgen.py.
◆ clo
| list clo = ["l2bin"] |
Definition at line 148 of file l2mapgen.py.
◆ default
| default |
Definition at line 50 of file l2mapgen.py.
◆ default_opts
| list default_opts = ["product", "datamin", "datamax", "scaletype", "palfile", "north", "south", "east", "west", "central_meridian"] |
Definition at line 138 of file l2mapgen.py.
◆ extension
| string extension = args.oformat |
Definition at line 133 of file l2mapgen.py.
◆ False
| False |
Definition at line 111 of file l2mapgen.py.
◆ float
| float |
Definition at line 67 of file l2mapgen.py.
◆ help
| help |
Definition at line 45 of file l2mapgen.py.
◆ ifile
| ifile |
Definition at line 124 of file l2mapgen.py.
◆ l2bin_opts
| list l2bin_opts = ["product", "resolution"] |
Definition at line 139 of file l2mapgen.py.
◆ l3map_opts
| list l3map_opts = ["product", "resolution", "oformat", "north", "south", "west", "east", "projection", "central_meridian", "palfile", "fudge", "threshold"] |
Definition at line 140 of file l2mapgen.py.
◆ nargs
| nargs |
Definition at line 46 of file l2mapgen.py.
◆ ofile
| string ofile = args.ofile |
Definition at line 212 of file l2mapgen.py.
◆ param_proc
| param_proc = ParamProcessing(parfile=args.parfile) |
Definition at line 117 of file l2mapgen.py.
◆ parser
| parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter,description=,add_help=True) |
Definition at line 39 of file l2mapgen.py.
◆ PIPE
| PIPE |
Definition at line 170 of file l2mapgen.py.
◆ prod_clo
| prod_clo = clo |
Definition at line 210 of file l2mapgen.py.
◆ stderr
| stderr |
Definition at line 170 of file l2mapgen.py.
◆ STDOUT
| STDOUT |
Definition at line 170 of file l2mapgen.py.
◆ stdout
| stdout |
Definition at line 170 of file l2mapgen.py.
◆ str
Definition at line 45 of file l2mapgen.py.
◆ tmpfile
| string tmpfile = args.ifile + '.L3b' |
Definition at line 142 of file l2mapgen.py.
◆ type
| type |
Definition at line 45 of file l2mapgen.py.
◆ value
| value = param_proc.params['main'][param] |
Definition at line 120 of file l2mapgen.py.


