ocssw
V2022
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <PGS_TD.h>
Go to the source code of this file.
Macros | |
#define | buffsize_mb 0.5 |
#define | primary_hdr_size 6 |
Functions | |
int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ buffsize_mb
#define buffsize_mb 0.5 |
Definition at line 6 of file l0cnst_read_modis.c.
◆ primary_hdr_size
#define primary_hdr_size 6 |
Definition at line 7 of file l0cnst_read_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 ...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 9 of file l0cnst_read_modis.c.