10#ifndef LDNDC_INPUT_REMOTESENSING_TYPES_H_
11#define LDNDC_INPUT_REMOTESENSING_TYPES_H_
13#include "crabmeat-common.h"
14#include "datafilters/filter-average.h"
16namespace ldndc{
namespace remotesensing
36 typedef double item_type;
49extern CBM_API
char const * RECORD_ITEM_UNITS[record::RECORD_SIZE];
51extern CBM_API
char const * RECORD_ITEM_NAMES[record::RECORD_SIZE];
52extern CBM_API
char const * RECORD_ITEM_NAMES_LONG[record::RECORD_SIZE];
54struct CBM_API streamdata_info_t
56 enum { RECORD_SIZE = record::RECORD_SIZE };
57 enum { BUFFER_SIZE_LOG = _CONFIG_BUFFERSIZE_LOG_REMOTESENSING };
59 typedef record::record_item_e record_item_e;
60 typedef record::item_type element_type;
61 typedef remotesensing_info_t boundary_data_type;
65extern CBM_API data_filter_average_t< record::item_type >
const remotesensing_datafilter_average;
67extern CBM_API data_filter_t< record::item_type >
const * REMOTESENSING_DATAFILTER_LIST[record::RECORD_SIZE];
Spatially explicit groundwater model.
Definition airchemistryput.h:15
remotesensing meta data
Definition remotesensingtypes.h:23
double lai
Definition remotesensingtypes.h:25
double ndvi
Definition remotesensingtypes.h:28