/icoordstrans

C library for geodetic transformations

Primary LanguageC++MIT LicenseMIT

ICOORDSTRANS

Attention!

This project is highly unmaintained and is kept for historical reasons. Most operations provided by this library are covered by the free software "Proj4". However it can be still useful for some transforms between old Greek system - Hatt and modern reference systems.

Note

According to users, in order win32 binary to work with newer (64bit?) versions of Microsoft Excel, dll should be placed in: C:\Program Files (x86)\Microsoft Office\Office12. This is untested by me.

Stefanos Kozanis, 2015-09-14

Software library for geodetic transformations on earth ellipsoidal surface

Copyright 2006, Stefanos Kozanis

Library is distributed as a Public Domain software with no terms.

C code compiles under Microsoft Visual C++ 6. I suppose that it compiles under any C compiler with few modifications on the code. A Makefile is included, I have tested it on a Linux system with gcc.

To run it locally in Linux, after make, use:

LD_LIBRARY_PATH=$PWD ./test

Stefanos Kozanis October, 3 2006