Implemented KKJ<->WGS84 transformations in C.
authorAki Koskinen <maemo@akikoskinen.info>
Sun, 7 Feb 2010 10:21:07 +0000 (12:21 +0200)
committerAki Koskinen <maemo@akikoskinen.info>
Sun, 7 Feb 2010 17:02:14 +0000 (19:02 +0200)
commit4c16ea9637aef4ee32b83af36eb86e5e85a889ea
tree663ee5866132df4bc13d13c2ea1b3cdfceb44ea1
parent9ce27ec255b0d95fb8fd12c1c2c4af6a1a29f81a
Implemented KKJ<->WGS84 transformations in C.

This is a direct translation from the Python prototype. There is some
cleaning up to be done next. Includes unit test.
.gitignore
coordinate-system.c
coordinate-system.h
tests/ut_coord_trans/.gitignore [new file with mode: 0644]
tests/ut_coord_trans/Makefile [new file with mode: 0644]
tests/ut_coord_trans/ut_coord_trans.c [new file with mode: 0644]