STAREmaster
1.0
|
This class contains the main functionality for reading a MODIS L2 file, which will read with HDF4 and the HDF-EOS library. More...
#include <ModisL2GeoFile.h>
Public Member Functions | |
int | readFile (const std::string fileName, int verbose, int quiet, int build_level) |
Read a HDF4 MODIS L2 MOD05 file. More... | |
![]() | |
int | determineFormat (const std::string fileName, int *gf_format) |
Determine the format of the target file. More... | |
int | readFile (const std::string fileName, int verbose, int quiet, int build_level) |
Read file. | |
Additional Inherited Members | |
![]() | |
int | num_index |
Number of STARE indicies needed for this file. | |
int * | geo_num_i1 |
Number of I. | |
int * | geo_num_j1 |
Number of J. | |
double ** | geo_lat1 |
Array of latitude values. | |
double ** | geo_lon1 |
Array of longitude values. | |
unsigned long long ** | geo_index1 |
Array of STARE index. | |
vector< string > | var_name [MAX_NUM_INDEX] |
Names of vars that use this index. | |
This class contains the main functionality for reading a MODIS L2 file, which will read with HDF4 and the HDF-EOS library.
int ModisL2GeoFile::readFile | ( | const std::string | fileName, |
int | verbose, | ||
int | quiet, | ||
int | build_level | ||
) |
Read a HDF4 MODIS L2 MOD05 file.
fileName | the data file name. |
verbose | non-zero for verbose output to stdout. |
quiet | non-zero for no output. |
build_level | STARE build level. |