Added apt.dat to groundnet / twr/ threshold / ils.xml files converter, made STG object elevation recalculator accept whole directory structures as input
This commit is contained in:
12
utils/unit_convert.py
Normal file
12
utils/unit_convert.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python
|
||||
#-*- coding:utf-8 -*-
|
||||
|
||||
import math
|
||||
|
||||
def m2ft(m):
|
||||
return m * 3.2808399
|
||||
|
||||
def ft2m(ft):
|
||||
return ft / 3.2808399
|
||||
|
||||
|
||||
Reference in New Issue
Block a user