Get list of available house systems for a given latitude
Returns all house systems that can be calculated at the specified latitude.
Geographic latitude in degrees
Array of available house systems
getAvailableHouseSystems(51.5) // All systems (London)getAvailableHouseSystems(70) // ['equal', 'whole-sign', 'porphyry', ...]getAvailableHouseSystems(90) // ['equal', 'whole-sign'] (North Pole) Copy
getAvailableHouseSystems(51.5) // All systems (London)getAvailableHouseSystems(70) // ['equal', 'whole-sign', 'porphyry', ...]getAvailableHouseSystems(90) // ['equal', 'whole-sign'] (North Pole)
Get list of available house systems for a given latitude
Returns all house systems that can be calculated at the specified latitude.