27 std::string satellite_name;
29 std::vector<std::string> products_list;
35 void save(std::string path);
41 void load(std::string path);
SatDump dataset struct.
Definition dataset.h:26
void load(std::string path)
Load a dataset from a file.
Definition dataset.cpp:20
void save(std::string path)
Save a dataset to a file.
Definition dataset.cpp:10