Skip to content

physycom/multi_json_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

documentclass title author
physycomen
multi_json_map
Di Cristina, Fabbri, Guidetti, Sinigardi
© Physics of Complex Systems Laboratory - Physics and Astronomy Department - University of Bologna
Build Status
Build Status

Purpose

This tool parses a number of .json files containing GNSS coordinates as per our file format and produces an .html webpage to compare them in Google Maps.

Installation

CMake and a C++11 compatible compiler are required. To build the executable, clone the repo and then type

mkdir build ; cd build ; cmake .. ; cmake --build .

With CMake you can also deploy projects for the most common IDEs.
Contains jsoncons as a git submodule.

Usage

Type

multi_json_map.exe path/to/config

where the config file should resemble

JSON1  = trip1.json
TAG1   = label1
JSON2  = trip2.json
TAG2   = label2
HTML   = trips.html
TITLE  = MultiTrip
FOLDER = working/path

TAG* and FOLDER fields are optional whereas the other fields are mandatory. A dummy config file can be generated by typing

multi_json_map.exe -conf_t

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published