OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
czl1merge.c File Reference
#include <libgen.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <sys/utsname.h>
#include "l1czcs.h"
#include <passthebuck.h>
#include <GetStationInfo.h>
#include <timeutils.h>
Include dependency graph for czl1merge.c:

Go to the source code of this file.

Macros

#define MAXFILES   80
 
#define PROGRAM   "czl1merge"
 
#define VERSION   "1.1"
 

Functions

int main (int argc, char *argv[])
 
void usage (char *file)
 

Macro Definition Documentation

◆ MAXFILES

#define MAXFILES   80

Definition at line 15 of file czl1merge.c.

◆ PROGRAM

#define PROGRAM   "czl1merge"

Definition at line 16 of file czl1merge.c.

◆ VERSION

#define VERSION   "1.1"

Definition at line 17 of file czl1merge.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.nosp@m..gan.nosp@m.tz@gl.nosp@m.obal.nosp@m.star..nosp@m.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 19 of file czl1merge.c.

◆ usage()

void usage ( char *  file)

Definition at line 352 of file czl1merge.c.