CoordinateSharp 2.7.2.1

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package CoordinateSharp --version 2.7.2.1
                    
NuGet\Install-Package CoordinateSharp -Version 2.7.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CoordinateSharp" Version="2.7.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CoordinateSharp" Version="2.7.2.1" />
                    
Directory.Packages.props
<PackageReference Include="CoordinateSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CoordinateSharp --version 2.7.2.1
                    
#r "nuget: CoordinateSharp, 2.7.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=CoordinateSharp&version=2.7.2.1
                    
Install as a Cake Addin
#tool nuget:?package=CoordinateSharp&version=2.7.2.1
                    
Install as a Cake Tool

A simple library designed to assist with geographic coordinate conversions, formatting and location based solar and lunar information.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on CoordinateSharp:

Package Downloads
CoordinateSharp.Magnetic

Magnetic data extensions for CoordinateSharp. Provides magnetic declination, variation, and related geomagnetic calculations based on geographic coordinates.

SmartThings.NETCoreWebHookSDK

Package Description

DeploySoftware.LaunchPad.Shared

Shared code for LaunchPad framework.

Cauca.IncidentDataDispatcher.Models

Models for incident-data-dispatcher

Cauca.IncidentDataDispatcher.Client

Incident-data-dispatcher client

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on CoordinateSharp:

Repository Stars
BartoszCichecki/LenovoLegionToolkit
Lightweight Lenovo Vantage and Hotkeys replacement for Lenovo Legion laptops.
the-paid-actor/dcs-dtc
wubbl0rz/FiatChamp
FIAT (uconnect) Home Assistant Addon 🚗
jetelain/ArmaRealMap
Tools to generate realistic Arma3 terrain from OpenStreetMap data in an highly automated process.
Version Downloads Last Updated
3.2.1.1 1,300 6/6/2025
3.1.1.1 72,790 11/17/2024
2.24.2.1 98,581 7/14/2024
2.23.1.1 26,318 5/19/2024
2.22.1.1 41,501 2/20/2024
2.21.1.1 63,091 12/3/2023
2.20.1.1 24,607 10/2/2023
2.19.1.1 115,958 7/26/2023
2.18.1.1 65,054 5/7/2023
2.17.1.1 43,455 3/26/2023
2.16.1.1 33,306 2/26/2023
2.15.2.1 66,082 12/13/2022
2.14.2.1 58,186 9/24/2022
2.13.1.1 116,987 4/7/2022
2.12.1.1 176,327 9/27/2021
2.11.1.1 253,556 7/5/2021

-Exposes solar noon property allowing users to obtain solar noon data points.
-Adds ability to get time of day from a provided sun altitude and position.
-Adds ability to get MGRS square identifier corner points for specified MGRS coordinate.
-Parser/XML improvements.