My agentic slop goes here. Not intended for anyone else!
at jsont 338 B view raw
1(** LonLat - Geographic coordinate manipulation library for OCaml *) 2 3module Error = Error 4module Lat = Lat 5module Lon = Lon 6module Coord = Coord 7module Bbox = Bbox 8module Vector = Vector 9module Parser = Parser 10 11(** Constants *) 12let earth_radius_km = 6371.0 13let wgs84_a = 6378.137 14let wgs84_b = 6356.752 15let wgs84_f = 1.0 /. 298.257223563