Skyhop.SpatialMap
1.0.0
This package contains a data type which supports projection of an object onto a 2D X/Y grid. It is meant to quickly locate objects around a certain coordinate, and doesn't support lookup by values. This object is implemented on top of the SortedList type and therefore uses a binary search for object location.
Install-Package Skyhop.SpatialMap -Version 1.0.0
dotnet add package Skyhop.SpatialMap --version 1.0.0
<PackageReference Include="Skyhop.SpatialMap" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Skyhop.SpatialMap --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.1
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Skyhop.SpatialMap:
Package | Downloads |
---|---|
Skyhop.FlightAnalysis
This library extracts flight metadata from the position reports of an aircraft such as the times and locations for departures and arrivals.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 134 | 10/2/2020 |