Shipment_geolocations table
The Shipment_geolocations table contains the geolocation history of loggers while assigned to a shipment.
Data type | Description |
---|---|
bigint | Big integer, large number. |
decimal | Number with decimal point, in |
double | Double; 8-byte double-precision floating point numbers. |
hex | Hexadecimal value. See more. Hidden as it was only used for logger_id, which now uses string |
int | Integer, whole number. |
string | String, text. |
ts | Timestamp, in |
Item | Data type | Description |
---|---|---|
shipment_reference
| string | Primary key. Foreign key. |
logger_id
| string | Primary key. |
timestamp
| ts | Date and time geolocation measurement was recorded, in Primary key. |
latitude
| double | Latitude coordinates for the measurement. Must adhere to the World Geodetic System 1984 (WGS 84) standard. |
longitude
| double | Longitude coordinates for the measurement. Must adhere to the World Geodetic System 1984 (WGS 84) standard. |
accuracy_in_meters
| int | Accuracy of the location measurement, in meters. |