Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
ncfileinfo.h
Go to the documentation of this file.
1 #include <vector>
2 #include <string>
3 bool is_NCDF(const std::string filepath);
4 std::vector<std::string> ncfiles(const char* filepath);
@ string
bool is_NCDF(const std::string filepath)
string filepath
Definition: color_dtdb.py:207
std::vector< std::string > ncfiles(const char *filepath)
Definition: ncfileinfo.cpp:21