vortexasdk.api.canal_transit
CargoEntity
CargoEntity(
*, cargo_movement_id: str, quantity_barrels: typing.Optional[int],
quantity_tonnes: typing.Optional[int],
quantity_cubic_metres: typing.Optional[int], product:
typing.Optional[typing.List[vortexasdk.api.shared_types.EntityWithSingleLayer]]
)
model_config
GeographyRecord
GeographyRecord(*, id: str, layer: typing.Optional[typing.List[str]],
label: typing.Optional[str],
aliases: typing.Optional[typing.List[str]])
model_config
CorporateRecord
CorporateRecord(*, id: str, label: str)
model_config
CanalTransitRecord
CanalTransitRecord(
*, id: str, voyage_id: typing.Optional[str],
vessel_id: typing.Optional[str], vessel_name: typing.Optional[str],
vessel_imo: typing.Optional[int], vessel_mmsi: typing.Optional[int],
vessel_class:
typing.Optional[typing.List[vortexasdk.api.shared_types.VesselClassEntry]],
vessel_cubic_capacity: typing.Optional[int],
vessel_dead_weight: typing.Optional[int], canal: str, direction: str,
lock: str, queue_arrival_time: typing.Optional[str],
canal_entry_time: typing.Optional[str],
canal_exit_time: typing.Optional[str], booked_time: typing.Optional[str],
voyage_status: typing.Optional[str], cargoes:
typing.Optional[typing.List[vortexasdk.api.canal_transit.CargoEntity]],
origin:
typing.Optional[typing.List[vortexasdk.api.geography.GeographyEntity]],
destination:
typing.Optional[typing.List[vortexasdk.api.geography.GeographyEntity]],
charterer: typing.Optional[vortexasdk.api.canal_transit.CorporateRecord],
effective_controller:
typing.Optional[vortexasdk.api.canal_transit.CorporateRecord])
The canal transits dataset contains information about ships waiting to cross major global canals.
An entry in this dataset records information about a vessels transit through a canal, including the the actual queue arrival time, the planned canal entry time, the actual canal entry time, and the actual canal exit time.
Canal Transit Further Documentation