Now got 2 lists with with all data relevant for one photo.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user