Skip to content

Restructure the json files #3

Description

@lionfish0

Ideally the json files need to be structured in a way that is easier to parse, currently it's an array of dictionaries - each dictionary is of a different form...
...they should instead be a dictionary, that contains these items:
{'lat':12.34, 'long':56.78, 'peakIDs': ['a','b','c'], 'peakRSSIs':[1,2,3], 'peakAngles':[10.23,12.23,11.11], raw:[{'RSSI':-23,'addr':'11:22:33:44:55:66'},..]}

this makes it far easier to process etc.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions