Plot the trajectory of a satellite on a map.
You must specify:
- time duration of the signal (seconds)
- name of satellite (i.e 'noaa 15')
- date time (year, month, day, hour, min, sec) corresponding to the beginning ot the satellite pass
- duracion_s = 755
- satelite = 'noaa 15'
- year = 2019
- day = 4
- month = 3
- hour = 19
- minute = 30
- second = 49
- pyplot
- pyorbital
- basemap
- geopy
You can run this program online with a Jupyter Notebook (see jupyter_notebook folder).