standardised-vessel-dataset
Version:
This is an open-source typescript library designed to wrap around and provide additional functionality related to the standardised Vessel Dataset for Noon Reports developed by the Smart Maritime Network.
15 lines (14 loc) • 1.03 kB
TypeScript
import { GeneralInformation } from './GeneralInformation';
import { PortInformation } from './PortInformation';
import { ArrivalTimes } from './ArrivalTimes';
import { SpeedAndDistance } from './SpeedAndDistance';
import { WeatherInformation } from './WeatherInformation';
import { ElectricityConsumption } from './ElectricityConsumption';
import { StandardisedVesselDataset } from './StandardisedVesselDataset';
import { DeviationFromPlanned } from './DeviationFromPlanned';
import { FreshWater } from './FreshWater';
import { CargoInformation } from './CargoInformation';
import { CylinderLubeOilInformation } from './CylinderLubeOilInformation';
import { FuelAndBunkerInformation } from './FuelAndBunkerInformation';
import { Emissions } from './Emissions';
export { GeneralInformation, PortInformation, ArrivalTimes, DeviationFromPlanned, SpeedAndDistance, WeatherInformation, FreshWater, CargoInformation, ElectricityConsumption, CylinderLubeOilInformation, FuelAndBunkerInformation, Emissions, StandardisedVesselDataset, };