ocssw
V2022
|
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <time.h>
#include "hdf.h"
#include "mfhdf.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
double | R3 (double x) |
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 17 of file landtimebin.c.
◆ R3()
double R3 | ( | double | x | ) |
Definition at line 640 of file landtimebin.c.