I have begun to learn about python / matplolib / basemap and really need some help.
My data is in an Excel workbook with the following structure:
Event Number Date Lat LOn Time (UTC)
1 02/may 14,4 -98,9 0145
15,6 -99,9 0215
13,6 -100,9 0245
14,9 -108,8 0315
2 26/may 15,8 -89,7 1245
15,9 -90,8 1315
15,7 -98,9 1345
...
How to open excel file in python?
I would like to plot multiple line joining the positions of each of the events, it is possible to do this? Have any idea how to do it?
The idea is to plot the trajectories on a particular region, for my case is Mexico.