22 #ifndef GNSS_SDR_GEOJSON_PRINTER_H 23 #define GNSS_SDR_GEOJSON_PRINTER_H 41 bool set_headers(
const std::string& filename,
bool time_tag_name =
true);
42 bool print_position(
const Pvt_Solution*
const position,
bool print_average_values);
46 std::ofstream geojson_file;
47 std::string filename_;
48 std::string geojson_base_path;
Prints PVT solutions in GeoJSON format file.
Base class for a PVT solution.