-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bhava Chart API #16
Comments
@Pablo-korea thank you for your interest 🙏🙏 (this is what keeps the project going) There is only 1 code base calculating Bhava Chart (South/Indian D1,D2... Chart) --> CODE But there is 2 ways to access the same code
PS: I recommend you use the API, it is free & you can support the project 💌🙏😊 |
🚀🥰 Awesome that you got it working! (i was afraid the library was broken 😅) @Pablo-korea please post your working code for Bhava Chart so others can be helped too 🙏🙏 As for the JSON output, it is technically possible with 1 method call after the Also missed to mention earlier that there is an EASY Python Code Generator (not fully tested, & you'll have to use under construction access) --> HOW GUIDE OUTPUT {
"Status": "Pass",
"Payload": {
"HousePlanetOccupies": [
{
"Sun": "House4"
},
{
"Moon": "House3"
},
{
"Mars": "House2"
},
{
"Mercury": "House4"
},
{
"Jupiter": "House1"
},
{
"Venus": "House5"
},
{
"Saturn": "House10"
},
{
"Rahu": "House10"
},
{
"Ketu": "House4"
}
]
}
} If the above output does not suite your needs 🫠 There is 430 calculate methods, PS: Based on your sample output & your name, looks like your from the wonderful land of Korea 🌸☯️? |
Hi! Good Morning bhavachart = Calculate.SouthIndianChart(birth_time,chart_type='Bhava') So, I tried giving 'Test' as a parameter, but the result still comes out as the Rashi chart. Therefore, I believe the Bhava chart parameter is not being passed correctly bhavachart = Calculate.SouthIndianChart(birth_time,chart_type='Test') I would appreciate your input on how to pass the parameters correctly to generate the Bhava Chart. |
@Pablo-korea if I'm not mistaken Rasi chart is already coded, and Bhava chart is "WIP" left with TODO comment. Don't let that scare you, it should be very easy....and I sincerely wish I could do it for you. But don't worry my bad planets won't last forever, in December, there is some improvements. And I'll definitely help implement the code, as soon as I'm able to. 🙏 |
@Pablo-korea after a quick check....I'm starting to think there is a misunderstanding in terms here. |
@sengiv I am now considering using VedAstro instead of Prokerala. |
Yes, both methods are equally valid and it depends on the astrologer's preference. APIs for both exist, as visible in screenshot below : PS : @Pablo-korea I'm very happy to see that you like the quick responses 😁🏎️🏃♂️. I do try hard to reply ASAP. |
🤔 @Pablo-korea are you still waiting on me to add an extra parameter to allow bhava chart (for SVG charts output) or is the existing calculate methods (JSON output) sufficient for you? |
Sir!
I want to make a Bhava Chart. But I can not find API.
what is the api for bhava chart?
The text was updated successfully, but these errors were encountered: