|
ocssw
V2022
|
#include <stdio.h>#include <math.h>#include <time.h>#include <string.h>#include <unistd.h>#include "mfhdf.h"#include <genutils.h>#include "l2extract.h"#include "hdf.h"#include <timeutils.h>Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| clo_optionList_t * | optionList = NULL |
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 70 of file main_l2extract.c.
Variable Documentation
◆ optionList
| clo_optionList_t* optionList = NULL |
Definition at line 68 of file main_l2extract.c.


