Skip to content
Jean-Baptiste edited this page May 31, 2020 · 7 revisions

What do I need to do before I begin ?

Where can I find examples ?

What type of data can be viewed ?

Any really, the data you have to input to the program is separated in two types of files :

  • the dataset files which contain the 3D coordinates of the data points
  • the "information layers" which contain classes information about the points defined in the dataset files

Does this application safely stores my data ?

Don't worry about your data, it is at no time sent to any distant server. the data is read locally thanks to HTML5 FileReader() technology

Clone this wiki locally