Re: Lisp geographic software
- From: "Mike Thomas" <miketh@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 12:35:39 +1000
Hi Tiarnán.
> I'm interested in using Lisp for some geographical/cartographical
> work, specifically to do with mapping and using co-ordinate systems in
> different cartographical projections. The maps will be used to display
> geographically specific statistical data.
>
> Is there any body of code that deals with this available for public
> browsing?
Unless you have a purely educational motive, rather than write your own
projections in Lisp, I would strongly recommend binding to the PROJ4 C
library at remotesensing.org using your favourite FFI.
Map projections and datum transformations are particularly difficult to get
right due to the large number of options and issues such as, just for
example, some examples being set by legislation to vary (for purely
practical reasons) from the most accurate published mathematical derivations
with you needing to be totally up on all of the relevant literature. To
test and develop a comprehensive library takes years of effort.
Cheers
Mike Thomas.
.
- References:
- Lisp geographic software
- From: Tiarnán Ó Corráin
- Lisp geographic software
- Prev by Date: Re: UFFI-izing varargs
- Next by Date: Re: Lisp in a box help
- Previous by thread: Re: Lisp geographic software
- Next by thread: Re: Lisp geographic software
- Index(es):
Relevant Pages
|