Back

#sailing

2 APIs with this tag

Sailing & Hull Design API

Sailing and naval-architecture maths as an API, computed locally and deterministically — the hull-speed and design-ratio numbers a sailor, boat-shopper or yacht designer sizes a boat with. The hullspeed endpoint gives the theoretical displacement speed limit from the waterline: hull speed = 1.34 × √LWL (feet) in knots, so a 25-foot waterline tops out around 6.7 knots (7.7 mph, 12.4 km/h) — with a tunable coefficient up to about 1.5 for light, easily-driven hulls, since planing boats leave the formula behind entirely. The ratios endpoint computes the two classic performance numbers: the Sail Area/Displacement ratio, SA/D = sail area ÷ (displaced volume in ft³)^⅔ using displaced volume = displacement ÷ 64 lb/ft³ for seawater — around 16–18 is a typical cruiser and 20-plus is sporty — and the Displacement/Length ratio, DLR = (displacement in long tons) ÷ (0.01 × LWL)³, where under 200 is light and over 300 is heavy, each returned with a class label. The ballast endpoint gives the ballast ratio = ballast ÷ displacement × 100, a rough proxy for stiffness and sail-carrying power that most cruisers hit near 35–45 %. Everything is computed locally and deterministically, so it is instant and private. Ideal for sailing, boating, marine, yacht-brokerage and boat-design app developers, boat-comparison and rig-sizing tools, and naval-architecture calculators. Pure local computation — no key, no third-party service, instant. Imperial units. Live, nothing stored. 3 compute endpoints. Design-ratio estimates, not a velocity prediction program.

api.oanor.com/sailing-api

Beaufort Wind Scale API

The Beaufort wind scale as an API, computed locally and deterministically. The classify endpoint turns a measured wind speed — in metres per second, kilometres per hour, knots, miles per hour or feet per second — into its Beaufort force (0 calm to 12 hurricane), with the descriptive name (light breeze, gale, storm …), the corresponding sea state and the mean open-sea wave height, plus the speed expressed in every unit. The force endpoint looks up a Beaufort number and returns its wind-speed range in all units, its description, sea condition and wave height. The convert endpoint converts a wind speed across metres per second, kilometres per hour, knots, miles per hour and feet per second and reports the matching Beaufort force (1 knot = 0.514444 m/s). Speeds use the standard 10-metre reference height and wave heights are open-sea means. Everything is computed locally and deterministically, so it is instant and private. Ideal for sailing, marine, aviation, drone, weather and outdoor app developers, wind-warning and sea-state tools, and meteorology education. Pure local computation — no key, no third-party service, instant. Live, nothing stored. 3 endpoints. This is the Beaufort wind scale; for the feels-like wind chill use a feels-like API and for live wind observations a weather data API.

api.oanor.com/beaufort-api