ocssw
V2022
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <PGS_TD.h>
Go to the source code of this file.
Macros | |
#define | buffsize_mb 0.5 |
#define | primary_hdr_size 6 |
#define | OUTBUFLEN 384 |
#define | O_STRING "nf:" |
#define | USAGE "write_constructor_file (%s %s)\n\\Usage: %s [-n] [-f outfile] infile\n\\n\Note:\n\If outfile is not specified, it will be infile.constr\n\\n\-n : do not generate a constructor file but print statistics\n\" |
Functions | |
void | print_usage (char *prog) |
int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ buffsize_mb
#define buffsize_mb 0.5 |
Definition at line 28 of file l0cnst_write_modis.c.
◆ O_STRING
#define O_STRING "nf:" |
Definition at line 32 of file l0cnst_write_modis.c.
◆ OUTBUFLEN
#define OUTBUFLEN 384 |
Definition at line 30 of file l0cnst_write_modis.c.
◆ primary_hdr_size
#define primary_hdr_size 6 |
Definition at line 29 of file l0cnst_write_modis.c.
◆ USAGE
#define USAGE "write_constructor_file (%s %s)\n\\Usage: %s [-n] [-f outfile] infile\n\\n\Note:\n\If outfile is not specified, it will be infile.constr\n\\n\-n : do not generate a constructor file but print statistics\n\" |
Definition at line 34 of file l0cnst_write_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 48 of file l0cnst_write_modis.c.
◆ print_usage()
void print_usage | ( | char * | prog | ) |
Definition at line 44 of file l0cnst_write_modis.c.