I'm trying to figure out how to make a script that will run in the background and give me the current values of latitude, longitude, altitude, etc of a gps. I would also like to have it update the speed to the maximum. I found this helpful guide Python GPS Module: Reading latest GPS Data
But I don't know how to get the latitude, longitude, etc from self.current_value. Any help would be much appreciated.