You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Geo is a small, dependency-free Go toolkit for geographic routing, navigation, and spatial optimization. It is designed for logistics, mapping, maritime, and aviation workflows where you need fast, predictable calculations without a heavyweight GIS stack. The distance package includes great-circle (Haversine) and rhumb-line formulas, plus helpers t
Project developed with .NET 6 using TDD to create a travel price calculator web service, it provides a way to register travels and calculate the cheapest route between then using Djikstra's Algorithm.