Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
geogen_modis
GEO_DEM.h
Go to the documentation of this file.
1
#ifndef GEO_DEM_H
2
#define GEO_DEM_H
3
47
/* PGS_DEM.h does not have internal header guards, must provide externally. */
48
#ifndef H_PGS_DEM
49
#define H_PGS_DEM
50
#include "PGS_DEM.h"
51
#endif
52
#define RESOLUTIONS 1
53
extern
PGSt_DEM_Tag
DEM_resolutions
[
RESOLUTIONS
];
54
extern
double
min_lat
,
max_lon
;
55
56
#endif
max_lon
double max_lon
Definition:
GEO_DEM.h:54
DEM_resolutions
PGSt_DEM_Tag DEM_resolutions[RESOLUTIONS]
Definition:
GEO_DEM.c:62
min_lat
double min_lat
Definition:
GEO_DEM.c:63
RESOLUTIONS
#define RESOLUTIONS
Definition:
GEO_DEM.h:52