SolarCalculator 3.0.6
See the version list below for details.
Install-Package SolarCalculator -Version 3.0.6
dotnet add package SolarCalculator --version 3.0.6
<PackageReference Include="SolarCalculator" Version="3.0.6" />
paket add SolarCalculator --version 3.0.6
#r "nuget: SolarCalculator, 3.0.6"
// Install SolarCalculator as a Cake Addin
#addin nuget:?package=SolarCalculator&version=3.0.6
// Install SolarCalculator as a Cake Tool
#tool nuget:?package=SolarCalculator&version=3.0.6
Calculates the sunrise and sunset for a given date and location (using Geographic Coordinates). This library uses the method outlined NOAA Solar Calculations Day spreadsheet found at http://www.esrl.noaa.gov/gmd/grad/solcalc/calcdetails.html. Calculations are based on the book "Astronomical Algorithms" by Jean Meeus.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SolarCalculator:
Package | Downloads |
---|---|
ColorTurbine.Framework
LED animation/information display framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 7,196 | 1/15/2022 |
3.0.6 | 89,969 | 8/4/2020 |
3.0.5 | 29,429 | 4/17/2020 |
3.0.4 | 289 | 4/16/2020 |
3.0.3 | 300 | 4/14/2020 |
3.0.2 | 284 | 4/14/2020 |
3.0.1 | 1,435 | 1/25/2020 |
2.0.4 | 49,669 | 10/17/2018 |
2.0.3 | 2,111 | 7/10/2018 |
2.0.2 | 4,872 | 10/2/2017 |
2.0.1 | 716 | 10/1/2017 |
2.0.0 | 828 | 9/29/2017 |
1.0.8 | 42,074 | 7/27/2014 |
v3.0.6 Added calculations for Astronomical, Nautical and Civil Dawn and Dusk times (rbdavison).
v3.0.5 Reverted changes until further research can be done.
v3.0.4 Corrected date shifting issue.
v3.0.3 Added missing documentation.
v3.0.2 Added source code and symbol integration to NuGet package.
v3.0.1 Changed license to LGPL Public 3.0.
v3.0.0 Added support for multiple frameworks.
v2.0.4 Bug Fix - Removed internal date setting by string that was not compatible in all locales - t1m0thyj
v2.0.3 Added azimuth calculation - GeorgeHahn
v2.0.2 Corrected date portion of SolarNoon date and time. It was showing the correct time but the wrong day.
v2.0.1 Change default value for SolarNoon to the ForDate property.
v2.0.0 Converted to .NET Standard/Moved to GitHub.
v1.0.8 Added multiple .NET versions.
v1.0.7 Removed Angle class and referenced it from NuGet library.
v1.0.6 Updated NuGet package only.
v1.0.5 Added a class/data type called Angle to handle computations and conversions. This class inherently behaves as a type double so that pre-existing code is not broken.
v1.0.4 Change the type of ForDate to DateTimeOffset due to improper handling of Time Zone. This does not affected code already written against this method.
v1.0.3 Corrected a time issue causing the wrong sunrise and sunset times to be returned. All test cases passed.
v1.0.2 Added XML comments file.
v1.0.1 Updated license and project URL's in package.