Re: Lisp geographic software
- From: GP lisper <spambait@xxxxxxxxxxxxxxx>
- Date: Mon, 30 May 2005 14:59:41 -0700
On Mon, 30 May 2005 21:38:58 +0100, <ocorrain@xxxxxxxxx> wrote:
>
> A modified question: are there any public implementations of
> cartographic projections (e.g. Mercator, Peters) in lisp that would be
> accessible?
The Mercator projection is rather simple, something with atan if I
recall correctly from years ago (WikiPedia probably has the exact
form). When I needed some global plotting of an interesting dataset,
I just took a world map, taped it to a photocopy machine and made a
bunch of identical maps to paperfeed a pen plotter. A little test
routine gave me plotter coordinates to map references, then I added
the simple Mercator projection and plotted a dozen copies of my
dataset. You can probably use some CIA world data gif file as a
background to overplot nowdays, with one of the graphics packages that
will plot a symbol at an x-y screen coordinate.
Any other map projection is simple, I think you are looking for more
than merely a projection definition.
--
With sufficient thrust, pigs fly fine.
.
- References:
- Lisp geographic software
- From: Tiarnán Ó Corráin
- Re: Lisp geographic software
- From: Christopher C. Stacy
- Re: Lisp geographic software
- From: Tiarnán Ó Corráin
- Lisp geographic software
- Prev by Date: Re: URI Escape/Unescape Library?
- Next by Date: Re: Portable AllegroServe + Clisp
- Previous by thread: Re: Lisp geographic software
- Next by thread: Re: Lisp geographic software
- Index(es):
Relevant Pages
|
|