Menu
CSV files format
The plugin works with CSV files. Most spreadsheet software can export to this format.
Headers
The first line of the spreadsheet must be a header. Instead of containing data, its cells hold the name of the columns' data. The plugin requires the following header (and columns), in that order:
- id: a name or number identifying the radioemitter that was measured.
- datetime: time when the signal was measured. Example: 2018-01-23 03:48:00.
- lat: latitude (North) of the antenna when measuring.
- lon: longitude (East) of the antenna when measuring.
- azi: azimuth, angle in [0, 360[ indicating where the signal came from.
- possible additional columns such as comments you want to associate with the data.