Kibo / AstroAPI

Simple API allowing consumers to get planets and cusps positions.
GNU General Public License v3.0
45 stars 12 forks source link

ephemeris.path #4

Open avaldivi opened 3 years ago

avaldivi commented 3 years ago

Hi there @Kibo!

I am having trouble understanding where to point the ephemeris.path to or where to place the data set in within the project. Am I suppose to point to the ftp server Astrodienst provides or download one of those jar/zip files in Thomas Macks website?

Could you point to the best jar file to download if it is suppose to come from Thomas Macks's website and if I need to place it in the data directory within resources directory ?

OR if there is a zip file I need to select and grab something within there? I really would appreciate the help.

Kibo commented 3 years ago

Hi Adrianna

pls, see: ephemeris path: https://www.astro.com/swisseph/swephprg.htm#_Toc62644153

The Java library by Thomas Marc is included. https://github.com/Kibo/AstroAPI/tree/master/src/main/java/swisseph

Tom