How can I calculate local time at different longitudes if I only know which longitudes have a local time of zero?
I have variables in a dataset that give me longitude[:], latitude[:], time[:] and localtime_at_0[time].
How can I calculate local time at different longitudes if I only know when each longitude hits midnight? (Python)
I am a beginner coder, so I apologize if I’m a bit slow! I have variables in a dataset that give me longitude[:], latitude[:], time[:] and localtime_at_0[time].