| 
            
            ocssw
            
             V2022
            
            
           | 
         
#include "argpar.h"#include "olog.h"#include "olog/loader.h"#include "shash.h"#include "val_extract.h"#include "vincenty.h"#include <errno.h>#include <float.h>#include <string.h>Go to the source code of this file.
Classes | |
| struct | sstval_extract_main_input | 
Macros | |
| #define | OFILE_DEFAULT_EXT ".qc" | 
| #define | dprintf(...) do {} while (0) | 
| #define | eprintf(...) do { fprintf(stderr, __VA_ARGS__); } while(0) | 
| #define | str(s) #s | 
| #define | expanded_str(s) str(s) | 
Functions | |
| int | main (int argc, char *argv[]) | 
Variables | |
| const char * | argpar_program_name = "sstval_extract" | 
| const char * | argpar_program_version = "1.3.11" | 
Macro Definition Documentation
◆ dprintf
| #define dprintf | ( | ... | ) | do {} while (0) | 
Definition at line 17 of file sstval_extract-main.c.
◆ eprintf
| #define eprintf | ( | ... | ) | do { fprintf(stderr, __VA_ARGS__); } while(0) | 
Definition at line 20 of file sstval_extract-main.c.
◆ expanded_str
Definition at line 23 of file sstval_extract-main.c.
◆ OFILE_DEFAULT_EXT
| #define OFILE_DEFAULT_EXT ".qc" | 
Definition at line 12 of file sstval_extract-main.c.
◆ str
Definition at line 22 of file sstval_extract-main.c.
Function Documentation
◆ main()
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
An implementation of a Lon/Lat to UTM zone code written by Chuck Gantz chuck.gantz@globalstar.com ...in 1998...found on http://www.gpsy.com/gpsinfo/geotoutm/, a site published by Karen Nakamura, last updated 22 June 2000.
Minor modifications to the code were made to eliminate deprecation warnings
Setup l2str to read l2_name
check if the georegion has been supplied and check if it exists and can be opened.
Definition at line 438 of file sstval_extract-main.c.
Variable Documentation
◆ argpar_program_name
| const char* argpar_program_name = "sstval_extract" | 
Used as a default for the program's invocation name if one is not found.
Definition at line 80 of file sstval_extract-main.c.
◆ argpar_program_version
| const char* argpar_program_version = "1.3.11" | 
Used as the program version string. If set, a version=1 option is automatically added. argpar_program_version_hook takes precedence.
Definition at line 81 of file sstval_extract-main.c.


