General Settings
+Paths
+Paths can be relative to the location of the config file or absolute. File paths and directory paths are checked whether they exist.
+Date and Time
+Serialisation of time, dates and date times and durations follow ISO8601 format with timezone information. E.g. 2023-10-28T01:21:21.003+00:00
.
Duration are serialized like PT600S
, this example shows 600 seconds - 10 minutes.
{
+ "start_time": "2023-10-28T01:21:21.003+00:00",
+ "end_time": "2023-10-28T01:21:21.003+00:00",
+ "duration": "PT600S"
+}
+
Locations
+Geographic locations have a geographic reference and a relative shift in meters. The octree or velocity models are referenced using Location objects.
+All distances, depths and elevations are given in meters. +
+Location Module
+-
+
lat
+-
+
Latitude in degrees. Default is
+PydanticUndefined
.
+ lon
+-
+
Longitude in degrees. Default is
+PydanticUndefined
.
+ east_shift
+-
+
East shift towards geographical reference in meters. Default is
+0.0
.
+ north_shift
+-
+
North shift towards geographical reference in meters. Default is
+0.0
.
+ elevation
+-
+
Elevation in meters. Default is
+0.0
.
+ depth
+-
+
Depth in meters, positive is down. Default is
+0.0
.
+