[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua, WGS84 and UTM
- From: Daniel Bolgheroni <daniel@...>
- Date: Fri, 26 Jul 2013 14:15:33 -0300
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.