Geodesy 1.0.7
See the version list below for details.
dotnet add package Geodesy --version 1.0.7
NuGet\Install-Package Geodesy -Version 1.0.7
<PackageReference Include="Geodesy" Version="1.0.7" />
paket add Geodesy --version 1.0.7
#r "nuget: Geodesy, 1.0.7"
// Install Geodesy as a Cake Addin #addin nuget:?package=Geodesy&version=1.0.7 // Install Geodesy as a Cake Tool #tool nuget:?package=Geodesy&version=1.0.7
A library with various geodesic algorithms.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Geodesy:
Package | Downloads |
---|---|
Asv.Mavlink
Mavlink library for .NET 6.0, .NET 7.0 for vehicle control Px4, Ardupilot |
|
Asv.Mavlink.Vehicle
Mavlink library for .NET 6.0, .NET 7.0 for vehicle control Px4, Ardupilot |
|
Asv.Gnss
GNSS library for parsing RTCMv2, RTCMv3, NMEA and control recievers througt SBF, ComNav, UBX protocols for .NET |
|
ETAPredictor
Predict ETA of vehicles as they travel to stops on routes that generally repeat. Suitable for busses/shuttles on campuses, at airports, etc... Provide the location of known stops, along with live (or historical) GPS data from vehicles, and the model will provide a table of ETAs for each stop. The model is intended to be very lightweight in terms of compute, eschewing processing heavy AI for a simple statistical approach based on historical ETA based on current vehicle location. It also takes into account current speeds compared to historical speeds so that things like traffic are (naively) taken into account. Data older than 5 days is automatically purged so the model does not consume mode and more memory over time. |
GitHub repositories
This package is not used by any popular GitHub repositories.