Skip to content
glauc.cat

Tools

Logistics tools

Reference-grade calculators for transport and logistics professionals. Market conventions are explicit and editable, the math is auditable, and everything runs in your browser: nothing is sent or stored.

7

free tools

5

languages

100%

in-browser computing

0

data stored

100% in-browserNo data stored

Chargeable weight calculator

Compare gross and volumetric weight under each mode’s convention — selectable and editable — and get an auditable chargeable weight: air, express, sea LCL (with W/M minimum) and road by density and by loading metres (LDM).

Air (IATA 1:6000)
kg
Road (333 kg/m³)
kg
100% in-browserNo data stored

CMR deadlines calculator

Calculate the reservation and limitation deadlines of a road transport claim under the CMR Convention (arts. 30 and 32): from the delivery date, with configurable non-working days, auditable math and calendar export of every deadline.

Non-apparent loss or damage

100% in-browserNo data stored

Logistics unit converter

Fast conversions between the metric and imperial units that show up daily in quotations, packing lists and B/Ls: length, weight, volume and density.

pounds

100% in-browserNo data stored

Incoterms® 2020 — costs & risks

Pick a rule and see who bears each cost — from packaging to final unloading — and where risk passes from seller to buyer. The four maritime rules (FAS, FOB, CFR, CIF) are flagged.

Risk transfer

Risk passes to the buyer once the goods are on board the vessel at the port of shipment.

100% in-browserNo data stored

Driving & rest hours

Enter the driving done so far and see how much time remains within every Regulation (EC) 561/2006 limit — mandatory break, daily, weekly and fortnightly caps — plus the daily rest due.

Until the 45-min break (Art. 7)
Left today — 9 h limit (Art. 6.1)
100% in-browserNo data stored

Load planner

Enter your boxes or pallets and get a deterministic load plan: piece-by-piece placement, volume and weight utilization, centre of gravity per the CTU Code, VGM (SOLAS) and an orientative country weight-limit check. Everything is computed in your browser.

Equipment
Qty
kg/piece
Pieces
20
Volume
36%
RESTJSON

Tools API

Every tool on this site can also be called over HTTP GET: same calculation engine, JSON response, no signup, no API key and nothing stored. Built for light integrations, spreadsheets and scripts.

GET /api/tools/chargeable-weight
  ?pieces=1x120x80x100x45

{ "mode": "air", "chargeableKg": 160, … }