**POSITIONABLE**
- Added function `GetAirspeedIndicated` to return IAS
- Added function `GetAirspeedTrue` to return TAS
**UTILS**
- Added function `UTILS.IasToTas` to convert IAS to TAS
- Added function `TasToIas` to convert TAS to IAS.
**POINT**
- Added function `COORDINATE:GetWindVec3`
* Update .lua-format
Adjust for observed coding standards.
* Update ATIS.lua
Correct measurement units and spelling (also changed in Utils.lua).
* Update Utils.lua
Format the file, fix typos, adjust minor text. Rename "celcius" to "celsius". Rename "farenheit" to "fahrenheit".
* Update Warehouse.lua
Adjust measurement unit text.
* Update STTS.lua
Adjust formatting, minor typos, and fix error in documentation (missing blank rows) introduced in previous update.
* Update Range.lua
Adjust minor typos and code formatting. Adjust for celsius/fahrenheit typo correction.
* Update PseudoATC.lua
Adjust for celsius/fahrenheit typo correction in utils.lua.
* Update Point.lua
Code formatting, fix minor typos, adjust for celsius/fahrenheit corrrection in utils.lua.
* Update Range.lua
Minor documentation fix.
Documentation updates for correctness and clarity.
General code formatting updates.
Ajustment to POSITIONABLE:GetCoord to make use of existing POINT:UpdateFromVec3.
Added comments about clarifying the difference between POSITIONABLE:GetCoordinate() and POSITIONABLE:GetCoord() and to perhaps consider a renaming or merging the functions with an optional flag.
COORDINATE
- Fixed issue with ground units not honoring set speed by setting `ETA_locked=false` in `COORDINATE:WaypointGround` function (used by other classes and routines in MOOSE). See #1484
- Also set `ETA_locked=false` for `COORINATE:WaypointAir` and `COORDINATE:WaypointNaval`
- Added COORDINATE:LineToAll and COORDINATE:CircleToAll
- Added altitude parameter to CONTROLLABLE:TaskFireAtPoint
- Added emission on/off functions to UNIT