[Proj] Re: Transverse Mercator algorithm with good accuracy/speed trade-off?

Gerald I. Evenden geraldi.evenden at gmail.com
Sun May 25 10:41:23 EDT 2008


On Saturday 24 May 2008 9:44 pm, Thomas Knudsen wrote:

I would be very interested in a copy if it could be included in the libproj4 
lbrary.  Full source acknowledgements would be included with the library 
distribution source code as well as documentation.  Libproj4 licencing 
follows the MIT version---see header comments for any libproj4 file for 
details (sample header at end of this email).

Also, is there any development documentation for this method?

Thank-you.

> On 2008-05-24, Daan Strebe wrote:
> > You might investigate the series development of Karsten Engsager,
> > which is quite efficient and covers most of the globe with a
> > manageable number of terms. Dr. Engsager is with the Geodetic
> > Division of KMS, Denmark.
>
> Dr. Engsager's implementation is available under a very permissive
> licence (it can certainly be included in the proj library without any
> legal problems). Let me know if anyone is interested, and I'll make
> sure to get the (fairly brief) C code distributed as soon as possible.
>
> Thomas Knudsen, Reference Networks Division, KMS,
> Copenhagen Denmark
> _______________________________________________
> Proj mailing list
> Proj at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/proj

-- 
The whole religious complexion of the modern world is due
to the absence from Jerusalem of a lunatic asylum.
-- Havelock Ellis (1859-1939)  British psychologist

** libproj -- library of cartographic projections
**
** Copyright (c) 2003, 2006   Gerald I. Evenden
*/
static const char
LIBPROJ_ID[] = "$Id$";
/*
** Permission is hereby granted, free of charge, to any person obtaining
** a copy of this software and associated documentation files (the
** "Software"), to deal in the Software without restriction, including
** without limitation the rights to use, copy, modify, merge, publish,
** distribute, sublicense, and/or sell copies of the Software, and to
** permit persons to whom the Software is furnished to do so, subject to
** the following conditions:
**
** The above copyright notice and this permission notice shall be
** included in all copies or substantial portions of the Software.
**
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
** SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#define PROJ_LIB__
# include       <lib_proj.h>


More information about the Proj mailing list