-
Senior Member
Reputation: 1204
1 out of 1 members found this post helpful.
CSV visualization.
Hi all!
There is a CSV file consisting of three columns - latitude, longitude and reception level.
Is it possible to somehow visualize it as dots on the map with a color that correlates with the signal level?
B.R. Paul
-
Post Thanks - 1 Thanks
-
2023-02-06 09:15 AM
# ADS
Circuit advertisement
-
VIP Member
Reputation: 4806
Re: CSV visualization.

Originally Posted by
Paul_B
Hi all!
There is a CSV file consisting of three columns - latitude, longitude and reception level.
Is it possible to somehow visualize it as dots on the map with a color that correlates with the signal level?
B.R. Paul
See https://www.mathworks.com/matlabcent...ignal-strength
-
Post Thanks - 1 Thanks
-
VIP Member
Reputation: 2529
1 out of 1 members found this post helpful.
Re: CSV visualization.
MapInfo and create Thematic map
https://www.youtube.com/watch?v=n-TdEKC9ecE

Originally Posted by
Paul_B
Hi all!
There is a CSV file consisting of three columns - latitude, longitude and reception level.
Is it possible to somehow visualize it as dots on the map with a color that correlates with the signal level?
B.R. Paul
-
Post Thanks - 2 Thanks
-
Senior Member
Reputation: 1454
1 out of 1 members found this post helpful.
Re: CSV visualization.
You can try it with Global Mapper.
-
Post Thanks - 2 Thanks
-
VIP Member
Reputation: 1714
1 out of 1 members found this post helpful.
Re: CSV visualization.
Hi Paui!
You can import a CSV file with fields (latitude, longitude, reception level and additional) into Google Earth Pro.
On the image there will be single-color dots, when you hover over them, the coordinates and the value of the receptionl level will be displayed.
BR
-
Post Thanks - 3 Thanks
-
Member
Reputation: 49
Re: CSV visualization.
Further to Slava121 post... you can have different colors for signal level ranges.
Using import, apply a style template,on the name tab, set the name field to the signal level column
on the color tab, set color from field and set the select color field to the signal level column
set palette start color to blue
set end color to red
(this will give you a rainbow color range)
number of buckets = 10
(this breaks signal levels into ranges and applies different colors. You can change the colors and maximum values to suit.)
You can edit the style template afterwards
-
Post Thanks - 2 Thanks
-
Senior Member
Reputation: 1204
Re: CSV visualization.
There is another way, but the point size will correspond to the size of the topobase grid.
https://www.4shared.com/s/fMQ1BpuJage
B.R. Paul
Bookmarks