|
ocssw
V2022
|
#include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <string.h>#include <errno.h>#include <unistd.h>#include <libgen.h>#include <sys/types.h>#include <sys/stat.h>#include "swl0_proto.h"#include "swl1_hdf.h"#include "swl1_netcdf.h"Go to the source code of this file.
Macros | |
| #define | CMD_ARGS "mhgt:b:s:e:d:n:f:c" |
Functions | |
| void | usage (char *file) |
| int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ CMD_ARGS
| #define CMD_ARGS "mhgt:b:s:e:d:n:f:c" |
Definition at line 61 of file main_l1agen.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
Definition at line 91 of file main_l1agen.c.
◆ usage()
| void usage | ( | char * | file | ) |
Definition at line 63 of file main_l1agen.c.


