I've been wandering around the net for a while now, but haven't found a
good way to import DCW data into GRASS 5.7...
If you have a good solution to this problem, please let me know. Or if
there is no easy way, let me know, too, so I can start working on the
hard one...
Thanks alot,
Crischan
--
Je suis un homme du nord!
--
Je suis un homme du nord!
I've been wandering around the net for a while now, but haven't found
a good way to import DCW data into GRASS 5.7...
If you have a good solution to this problem, please let me know. Or if
there is no easy way, let me know, too, so I can start working on the
hard one...
Alphabet soup:
AFAIK...
DCW is now known as VMAP.
VMAP can be read with OGR's OGDI import filter.
So v.in.ogr is the GRASS 5.7 module to use, but you might have to use
ogr2ogr first? Also try the ogrinfo program.
On Fri, Jul 09, 2004 at 01:09:20PM +1200, Hamish wrote:
> I've been wandering around the net for a while now, but haven't found
> a good way to import DCW data into GRASS 5.7...
> If you have a good solution to this problem, please let me know. Or if
> there is no easy way, let me know, too, so I can start working on the
> hard one...
Alphabet soup:
AFAIK...
DCW is now known as VMAP.
VMAP can be read with OGR's OGDI import filter.
So v.in.ogr is the GRASS 5.7 module to use, but you might have to use
ogr2ogr first? Also try the ogrinfo program.
No, when having compiled OGR with OGDI support, then GRASS 5.7 should
read VMAP0 directly.