OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022

Public Attributes

int number
 
double NSEW [4]
 
size_t numLat
 
double startLat
 
double endLat
 
double deltaLat
 
size_t numLon
 
double startLon
 
double endLon
 
double deltaLon
 
double minval
 
double maxval
 
double * height
 

Detailed Description

Geometry of a single terrain (DEM) tile.

Definition at line 33 of file get_nc_height.c.

Member Data Documentation

◆ deltaLat

double deltaLat

Definition at line 39 of file get_nc_height.c.

◆ deltaLon

double deltaLon

Definition at line 43 of file get_nc_height.c.

◆ endLat

double endLat

Definition at line 38 of file get_nc_height.c.

◆ endLon

double endLon

Definition at line 42 of file get_nc_height.c.

◆ height

double* height

values filled as needed

Definition at line 46 of file get_nc_height.c.

◆ maxval

double maxval

Definition at line 45 of file get_nc_height.c.

◆ minval

double minval

Definition at line 44 of file get_nc_height.c.

◆ NSEW

double NSEW[4]

ideal boundaries of tile, including border

Definition at line 35 of file get_nc_height.c.

◆ number

int number

Definition at line 34 of file get_nc_height.c.

◆ numLat

size_t numLat

Definition at line 36 of file get_nc_height.c.

◆ numLon

size_t numLon

Definition at line 40 of file get_nc_height.c.

◆ startLat

double startLat

Definition at line 37 of file get_nc_height.c.

◆ startLon

double startLon

Definition at line 41 of file get_nc_height.c.


The documentation for this struct was generated from the following file: