[GRASS5] coorcnv library

Hi!

what is the status of the coorcnv lib?

I found that the file datum.c (with functions for datum conversion) is
not compiled, i could not find any documentation on the CC_ functions.
grep'ing through the sources revealed some calls to the CC_ functions
(e. g. from some of the i. modules).

What happend to m.datum.shift? It is not included in beta6/7 any more.
Was it left out deliberatly or is it broken? Are the other modules
(m.ll2u, etc) tested?

Background is that i tried to interface my handheld GPS receiver to
GRASS, but i need datum shift functions. The proj library only contains
projection/inverse projection but no datum conversion.
The JEEPS library has support for this, but it would be much simpler to
use a GRASS library.

thanks in advance,

Andreas
--
Andreas Lange, 65187 Wiesbaden, Germany, Tel. +49 611 807850
Andreas.Lange@Rhein-Main.de, A.C.Lange@GMX.net

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Hi Andreas,

my 0.03 Euro:

On Thu, May 18, 2000 at 06:12:59PM +0200, Andreas Lange wrote:

Hi!

what is the status of the coorcnv lib?

No idea. But it might be useful for the datum stuff.

I found that the file datum.c (with functions for datum conversion) is
not compiled, i could not find any documentation on the CC_ functions.
grep'ing through the sources revealed some calls to the CC_ functions
(e. g. from some of the i. modules).

This is strange, isn't it?
  

What happend to m.datum.shift? It is not included in beta6/7 any more.

I added it yesterday to CVS. It was missing, you are right. I
took it from GRASS 4.x. I can send it to you or your
grab it from the CVS.

Are the other modules (m.ll2u, etc) tested?

Not by me... Anyone else?

Background is that i tried to interface my handheld GPS receiver to
GRASS, but i need datum shift functions. The proj library only contains
projection/inverse projection but no datum conversion.
The JEEPS library has support for this, but it would be much simpler to
use a GRASS library.

Personally I would be glad if GRASS supports datum conversion once/soon.
Did anyone start here?

Best wishes

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Hi Markus, Hi developers,

Markus Neteler wrote:

> I found that the file datum.c (with functions for datum conversion) is
> not compiled, i could not find any documentation on the CC_ functions.
> grep'ing through the sources revealed some calls to the CC_ functions
> (e. g. from some of the i. modules).
This is strange, isn't it?

I found that no module in GRASS uses the functions from this file
(datum.c), which is good news, as i am free to redesign/rename them.

> What happend to m.datum.shift? It is not included in beta6/7 any more.
I added it yesterday to CVS. It was missing, you are right. I
took it from GRASS 4.x. I can send it to you or your
grab it from the CVS.

I wrote some more functions for the coorcnv lib for datum shift and to
support a central datum.table (no hardcoded values for map datums, user
may add own datums, like the ellips.table), which will make writing an
enhanced version of m.datum.shift trivial.

> Are the other modules (m.ll2u, etc) tested?
Not by me... Anyone else?

Most of the modules should work as far as i can say from the code.

Personally I would be glad if GRASS supports datum conversion once/soon.

I hope i can get the library right in some days, but the problem is that
many modules must be changed (and the user must give another parameter
to them), this is too much work for me alone. If someone is interested,
please contact me.

cu,

Andreas

--
Andreas Lange, 65187 Wiesbaden, Germany, Tel. +49 611 807850
Andreas.Lange@Rhein-Main.de, A.C.Lange@GMX.net

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'