Now got 2 lists with with all data relevant for one photo.

This commit is contained in:
2020-03-09 23:22:34 +01:00
parent a2ae379883
commit 314e70faa9
4 changed files with 8 additions and 17 deletions

View File

@@ -23,9 +23,3 @@ class Radiation:
# Convert CP/M to µS/h using si_factor
radiation = round(float(radiation) * si_factor, 2)
return radiation
class Position:
def __init__(self, timestamp, latitude, longitude):
self.timestamp = timestamp
self.latitude = latitude
self.longitude = longitude