|
ocssw
V2022
|
#include <stdio.h>#include <math.h>#include <string.h>#include <unistd.h>#include "hdf.h"#include "mfhdf.h"Go to the source code of this file.
Macros | |
| #define | VERSION "0.76" |
| #define | BOUNDS_ERROR 110 |
Functions | |
| int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ BOUNDS_ERROR
| #define BOUNDS_ERROR 110 |
Definition at line 47 of file l1aextract_modis.c.
◆ VERSION
| #define VERSION "0.76" |
Definition at line 46 of file l1aextract_modis.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 49 of file l1aextract_modis.c.


