ocssw
V2022
|
#include <sys/stat.h>
#include <unistd.h>
#include <stdio.h>
#include <libgen.h>
#include <timeutils.h>
Go to the source code of this file.
Macros | |
#define | VERSION "1.1.0_2021-08-23" |
Functions | |
int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ VERSION
#define VERSION "1.1.0_2021-08-23" |
Definition at line 32 of file scqc_viirs.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 ...in 1998...found on .gan tz@gl obal star. comhttp://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 34 of file scqc_viirs.c.