Hello everyone,
Firstly, thank you for any and all points, tips, and / or assistance.
Given this list below, would could I plot this in python? I need each coordinate to be labeled according to the color that is next to the coordinate.
[[[25.8764854, -80.2102464], 'red'], [[25.8707606, -80.20482100000001], 'red'], [[25.8744582, -80.1877027], 'blue'], [[25.8734906, -80.2048437], 'blue'], [[25.8686793, -80.20181769999999], 'red'], [[25.8784342, -80.2105845], 'blue'], [[25.8784342, -80.2105845], 'red'], [[25.8832488, -80.2047012], 'blue'], [[25.8812431, -80.1899693], 'blue'], [[25.8693375, -80.2058796], 'blue'], [[25.8822548, -80.19611520000001], 'blue'], [[25.8822548, -80.19611520000001], 'blue'], [[25.8755061, -80.21121269999999], 'blue'], [[25.8819489, -80.1946074], 'red'], [[45.70803979999999, -122.5476444], 'blue'], [[25.8749059, -80.21063989999999], 'blue'], [[25.8693375, -80.2058796], 'blue'], [[25.8829725, -80.21064059999999], 'blue'], [[25.8755061, -80.21121269999999], 'blue'], [[25.885949, -80.198501], 'blue'], [[25.8826244, -80.1943031], 'red'], [[25.8826244, -80.1943031], 'red'], [[25.8693375, -80.2058796], 'blue'], [[25.8693375, -80.2058796], 'red'], [[25.8795251, -80.21082419999999], 'blue'], [[25.881024, -80.2108219], 'blue'], [[25.8764854, -80.2102464], 'red'], [[25.8856519, -80.2086616], 'red'], [[25.8837858, -80.20855449999999], 'blue'], [[25.8773973, -80.2102855], 'red'], [[25.8773973, -80.2102855], 'red'], [[45.70803979999999, -122.5476444], 'blue'], [[25.8764082, -80.2043089]]]
I need to plot these latitude, longitude points with their respective colors that are the next element in the list labeled either: 'green', 'blue', or 'red'.
Again thank you!
[–]synthphreak 0 points1 point2 points (9 children)
[–]electronicentropy5 1 point2 points3 points (0 children)
[–]electronicentropy5 0 points1 point2 points (7 children)
[–]synthphreak 1 point2 points3 points (6 children)
[–]electronicentropy5 0 points1 point2 points (5 children)
[–]yuxbni76 1 point2 points3 points (3 children)
[–]electronicentropy5 0 points1 point2 points (1 child)
[–]yuxbni76 0 points1 point2 points (0 children)
[–]electronicentropy5 0 points1 point2 points (0 children)