lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Before I go ahead and do it myself, does anyone know of freely available Lua code to convert between WGS84 (Latitude and Longitude) to UTM (Universal Transverse Mercator)?

Is there authoritative C or C++ code for that? In this case you can either
bind it to Lua or just convert manually.