lua-users home
lua-l archive

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


On Fri, Jul 26, 2013 at 06:09:55PM +1200, Geoff Leyland wrote:
> 
> There are certainly plenty of examples in other languages (For example
> [1].  I've already got WGS84 to NZTM in Lua, but that's of limited
> interest to the rest of the world).  So it's not a big deal to
> translate to Lua.   Since it's a very standard kind of thing, I
> figured I'd ask to try to keep the number of implementations down.

I've integrated Lua with GDAL for a project called nmodeller:

https://code.google.com/p/nmodeller/

Maybe you can take some ideas from it.