Add support for viewing additional telemetry data#1
Open
Forge36 wants to merge 13 commits into
Open
Conversation
Filtering excluded some position data. Future commits will allow filtering data on map as layers.
These values aren't over LoRa and don't accurately reflect signal strength when include on the map when considering range tests. Ignore unknown senders
A future commit will add sender information. This ensures any displayed information is legible.
Helps to clarify who sent the message to reference raw data in csv if necessary.
Easier to read. Future commit will encode inputs which made some lines harder to read
Avoid rendering errors, inputs can come from a remote user. Avoids placing too much trust in input file.
Map centering assumed single file. Center on all values by processing CSV to DataFrame and passing resulting filtered data to mapping functions. Store source file into the DataFrame as a column and preserve layers by splicing on source file values.
Removes trailing whitespace
Allow for filtering of coordinates, useful for excluding points around a common location node (i.e. home).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The rangtest.csv output includes additional data that can be useful to include on the map. Allows viewing all data in the file (excluding MQTT) and toggling those additional inputs as separate layers.
I also added a basic CLI flag for excluding measurements in a square (I found it handy for excluding my home position which had many measurements which caused the map to stutter when used).