OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
snpp_diary_to_llh.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <math.h>
#include <libgen.h>
#include <timeutils.h>
#include "snpp_diary_to_llh.h"
Include dependency graph for snpp_diary_to_llh.c:

Go to the source code of this file.

Macros

#define VERSION   "0.2"
 
#define MIN_ALT   100
 
#define FILL_VALUE   -9999
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ FILL_VALUE

#define FILL_VALUE   -9999

Definition at line 26 of file snpp_diary_to_llh.c.

◆ MIN_ALT

#define MIN_ALT   100

Definition at line 25 of file snpp_diary_to_llh.c.

◆ VERSION

#define VERSION   "0.2"

Definition at line 24 of file snpp_diary_to_llh.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 28 of file snpp_diary_to_llh.c.