__getattr__(unit_att)
Returns the area value in units corresponding to the given unit attribute. For example:
>>> print(a.sq_km) 12.949940551680001
__getattr__(unit_att)
Returns the area value in units corresponding to the given unit attribute. For example:
>>> print(a.sq_km) 12.949940551680001
Please login to continue.