Skip to content

Commit

Permalink
docs: README updates
Browse files Browse the repository at this point in the history
skip-checks:true
  • Loading branch information
klausbrunner committed Jun 2, 2024
1 parent 1fca07a commit 509bf72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -19,7 +19,7 @@ A command-line application using this library is available as [solarpos](https:/
<dependency>
<groupId>net.e175.klaus</groupId>
<artifactId>solarpositioning</artifactId>
<version>2.0.1</version>
<version>2.0.3</version>
</dependency>
```

Expand Down

0 comments on commit 509bf72

Please sign in to comment.