def _h2m(kft, name): return Height(ft2m(kft * _1000_0), name=name, Error=WGRSError)
def _h2m(kft): return ft2m(kft * 1000.0)