Skip to content

physycom/json_to_html

Repository files navigation

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

Purpose

This tool has been written in order to ease the visualization of large GNSS datasets, coming from our various analyses (algorithms, tests, ...). It converts a .json file, written using our standard convention, into an html containing a marker at each location with a pop-up presenting non-gnss keys found in the input file. It uses Google Maps as the underlying mapping source.

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 . --target install

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

Synopsis

json_to_html.exe -i input.json -o output.html -m [or] -p

where input.json must be an existing and valid .json file while output.html is the name of the output web page. To select the display mode choose one: -m for markers and -p for polylines.

More details about file formats is available here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published