From 509bf72362fe769f0fe00e425238d5e9d13851a2 Mon Sep 17 00:00:00 2001 From: Klaus Brunner Date: Sun, 2 Jun 2024 20:47:35 +0200 Subject: [PATCH] docs: README updates skip-checks:true --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 352ed19..0d2bd11 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![javadoc](https://javadoc.io/badge2/net.e175.klaus/solarpositioning/javadoc.svg)](https://javadoc.io/doc/net.e175.klaus/solarpositioning) A Java library for finding topocentric solar coordinates, i.e. the sun’s position on the sky for a given date, -latitude, and longitude (and other parameters), as well as times of sunrise and sunset. Calculations are based on +latitude, and longitude (and other parameters), as well as times of sunrise and sunset. Calculations strictly follow well-known, peer-reviewed algorithms: [SPA](http://dx.doi.org/10.1016/j.solener.2003.12.003) by Reda and Andreas and, alternatively, [Grena/ENEA](http://dx.doi.org/10.1016/j.solener.2012.01.024) by Grena. More than 1000 test points are included to validate against the reference code and other sources. @@ -19,7 +19,7 @@ A command-line application using this library is available as [solarpos](https:/ net.e175.klaus solarpositioning - 2.0.1 + 2.0.3 ```