Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d31f468

Browse files
author
Tomáš Jurman
committed
v0.0.2
1 parent d8c192a commit d31f468

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Readme.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,20 @@ Campanus, Koch, Morinus, Porphyry, Placidus, Equal. TODO
1111
Geocentric, Topocentric.
1212

1313
**Zodiac type**
14-
Tropical, Sidereal(Fagan/Bradley)
14+
Tropical, Sidereal
1515

1616
### Version: 0.0.1-SNAPSHOT
1717

18-
1918
## Documentation
2019
- [High precision ephemeris developed by Astrodienst](http://www.astro.com/swisseph/swephinfo_e.htm)
2120
- [Thomas Mack - a port of the SwissEphemeris package to Java](http://th-mack.de/international/download/)
2221

23-
2422
### Install
2523
- [set path](https://github.com/Kibo/AstroAPI/blob/master/src/main/resources/settings.properties) to ephemeris
2624
- mvn build
2725
- mvn package
2826
- mvn javadoc:javadoc
2927

30-
3128
### Example
3229
```
3330
//All planets, houses, topocentric
@@ -41,7 +38,6 @@ chart.toJSON() ;
4138
4239
```
4340

44-
4541
```
4642
//Position of Sun, geocentric
4743
Chart chart = new ChartBuilder( LocalDateTime event )

0 commit comments

Comments
 (0)