NASA Logo
Ocean Color Science Software

ocssw V2022
find_variable.cpp File Reference
#include "find_variable.hpp"
Include dependency graph for find_variable.cpp:

Go to the source code of this file.

Functions

std::multimap< std::string, netCDF::NcVar > find_variables_geo_physical (const std::string &nc_path, std::string &prod_list)
 

Variables

const std::unordered_set< std::stringnon_data_names
 

Function Documentation

◆ find_variables_geo_physical()

std::multimap<std::string, netCDF::NcVar> find_variables_geo_physical ( const std::string nc_path,
std::string prod_list 
)

Definition at line 29 of file find_variable.cpp.

Variable Documentation

◆ non_data_names

const std::unordered_set<std::string> non_data_names
Initial value:
= {"l2_flags",
"latitude",
"Latitude",
"lat",
"Lat",
"longitude",
"Longitude",
"lon",
"Lon",
"solzen",
"solar_zenith_angle",
"solz",
"Solar Zenith Angle",
"csol_z",
"Center Solar Zenith Angle",
"center_solar_zenith_angle",
"satzen",
"senzen",
"sensor_zenith_angle",
"satellite_zenith_angle",
"satz",
"senz",
"Sensor Zenith Angle",
"Satellite Zenith Angle",
"senzen"}

Definition at line 3 of file find_variable.cpp.