s

spa

An algorithm to calculate the solar zenith and azimuth angles in the period from the year -2000 to 6000, with uncertainties of ±0.0003°.
http://github.com/chuvoks/spa
The Apache Software License, Version 2.0
Juha Heljoranta
Files download
File Operation
spa-0.9.jar download
spa-0.9.pom download
spa-0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.chuvoks</groupId>
  <artifactId>spa</artifactId>
  <version>0.9</version>
</dependency>
Gradle Groovy
implementation 'io.github.chuvoks:spa:0.9'
Gradle Kotlin
implementation("io.github.chuvoks:spa:0.9")
Scala SBT
libraryDependencies += "io.github.chuvoks" % "spa" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='io.github.chuvoks', module='spa', version='0.9')
)
Apache Ivy
<dependency org="io.github.chuvoks" name="spa" rev="0.9" />
Leiningen
[io.github.chuvoks/spa "0.9"]
Apache Buildr
'io.github.chuvoks:spa:jar:0.9'