|
ocssw
V2022
|
#include <stdio.h>#include <string.h>#include <math.h>#include <unistd.h>#include "lonlat2pixline.h"Go to the source code of this file.
Macros | |
| #define | CMD_ARGS "+x:y:r:o:Fv" /* Valid commandline options */ |
| #define | VERSION_SPL "6.5.2" |
Functions | |
| void | usage (const char *prog) |
| int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ CMD_ARGS
| #define CMD_ARGS "+x:y:r:o:Fv" /* Valid commandline options */ |
Definition at line 60 of file main_lonlat2pixline.c.
◆ VERSION_SPL
| #define VERSION_SPL "6.5.2" |
Definition at line 61 of file main_lonlat2pixline.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 92 of file main_lonlat2pixline.c.
◆ usage()
| void usage | ( | const char * | prog | ) |
Definition at line 63 of file main_lonlat2pixline.c.


