ocssw
V2022
|
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "mfhdf.h"
Go to the source code of this file.
Classes | |
struct | SDS |
Macros | |
#define | MAXNAMELENGTH 200 |
#define | RADIUS 2 |
#define | SDSNAME1 { "refl_443", "refl_555", "refl_670", "refl_865", "maximum_NDVI", "EVI", "input_file" } |
#define | SDSNAME2 { "minimum_refl_443", "refl_555", "refl_670", "refl_865", "NDVI", "EVI", "input_file" } |
#define | SDSNAME3 { "refl_443", "refl_555", "refl_670", "refl_865", "NDVI", "EVI", "input_file" } |
Enumerations | |
enum | { maxNDVI, minBlue, Hybrid, Nfiles } |
enum | { BLUE, GREEN, RED, NIR, NDVI, EVI, INPUT, Nbands } |
Functions | |
double | R3 (double x) |
void | main (int argc, char *argv[]) |
Macro Definition Documentation
◆ MAXNAMELENGTH
◆ RADIUS
◆ SDSNAME1
#define SDSNAME1 { "refl_443", "refl_555", "refl_670", "refl_865", "maximum_NDVI", "EVI", "input_file" } |
◆ SDSNAME2
◆ SDSNAME3
Enumeration Type Documentation
◆ anonymous enum
◆ anonymous enum
anonymous enum |
Function Documentation
◆ main()
void 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
Setup l2str to read l2_name
check if the georegion has been supplied and check if it exists and can be opened.