https://github.com/kylecorry31/sol
An Kotlin library for science and math in the real world.
https://github.com/kylecorry31/sol
Last synced: 3 months ago
JSON representation
An Kotlin library for science and math in the real world.
- Host: GitHub
- URL: https://github.com/kylecorry31/sol
- Owner: kylecorry31
- License: mit
- Created: 2020-09-11T10:47:06.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T01:24:44.000Z (over 1 year ago)
- Last Synced: 2024-10-11T03:09:49.911Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 1.62 MB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sol
A Kotlin library for science and math in the real world.
The core logic behind [Trail Sense](https://github.com/kylecorry31/Trail-Sense). This is intended for my use only at this point, so there isn't any documentation on it.
## Installation (Gradle)
Available on Maven Central.
```gradle
dependencies {
implementation 'com.kylecorry:sol:'
}
```
## References
Astronomy algorithms are a combination of custom made algorithms and implementations derived from Jean Meeus (Astronomical Algorithms 2nd Edition), J. L. Lawrence (Celestial Calculations: A Gentle Introduction to Computational Astronomy), and NASA.
- [osgb](https://github.com/kylecorry31/osgb/blob/master/LICENSE)
- [Geo-Coordinate-Conversion-Java](https://github.com/kylecorry31/Geo-Coordinate-Conversion-Java/blob/master/GDAL_License.TXT)
- Tide corrections are computed using [pyTMD](https://github.com/tsutterley/pyTMD)
- The Vincenty distance calculation is derived from the [Android Open Source Project](https://source.android.com/) (Copyright 2007, Apache License 2.0), modified by Kyle Corry in 2021