ocssw
V2022
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <unistd.h>
#include <sstream>
#include <iomanip>
#include "l1agen_viirs.h"
#include "netcdf.h"
#include "nc4utils.h"
Go to the source code of this file.
Macros | |
#define | VERSION "0.998" |
#define | BOUNDS_ERROR 110 |
Functions | |
int | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ BOUNDS_ERROR
#define BOUNDS_ERROR 110 |
Definition at line 14 of file l1aextract_viirs.cpp.
◆ VERSION
#define VERSION "0.998" |
Definition at line 13 of file l1aextract_viirs.cpp.
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 45 of file l1aextract_viirs.cpp.