How/where do you get the data for generating these AstroCharts? #79
-
Where do you get the data used to render the charts, is there an open source repo for computing that somewhere, or how does it work generally? I am new to this, thanks for the help! You show this example: //data example
var data = {
"planets":{
"Pluto":[63],
"Neptune":[110],
"Uranus":[318],
"Saturn":[201],
"Jupiter":[192],
"Mars":[210],
"Moon":[268],
"Sun":[281],
"Mercury":[312],
"Venus":[330]},
"cusps":[296, 350, 30, 56, 75, 94, 116, 170, 210, 236, 255, 274]
};
var radix = chart.radix( data ); But where do I get that data from? How do I compute/generate it? |
Beta Was this translation helpful? Give feedback.
Answered by
afucher
Jun 11, 2024
Replies: 1 comment 1 reply
-
Hey @lancejpollard , people usually uses the Swiss Ephemeris from astro.com |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lancejpollard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @lancejpollard , people usually uses the Swiss Ephemeris from astro.com
https://github.com/aloistr/swisseph