Hi there,
HAving got SRTM, Landsat and VMAP data into GRASS I
now want to add place names from the Geonet archive.
Has anyone actually done this? How did they achieve
it?
Jeremy
___________________________________________________________
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre. http://uk.security.yahoo.com
On Tue, Aug 09, 2005 at 11:05:46PM +0100, Jeremy Stocks wrote:
Hi there,
HAving got SRTM, Landsat and VMAP data into GRASS I
now want to add place names from the Geonet archive.
Has anyone actually done this? How did they achieve
it?
Do you mean
http://earth-info.nga.mil/gns/html/
?
I have written v.in.gns for NGA-Geonet import
(comes with 6.1-CVS).
http://grass.itc.it/grass61/manuals/html61_user/v.in.gns.html
Cheers
Markus
Jeremy
(cc list)
you can simply grab it from CVS:
http://freegis.org/cgi-bin/viewcvs.cgi/grass6/scripts/v.in.gns/
-> v.in.gns
Store this file into the scripts/ subdirectory in your GRASS
installation.
But there is a requirement: utf2any
ftp://ftp.dante.de/tex-archive/support/utf2any.tar.gz
maybe it could work with 'iconv' as well but I don't know
(suggestions welcome).
Markus
On Wed, Aug 10, 2005 at 05:51:59PM +0200, Jeremy Stocks wrote:
Markus,
Than you for the email.
Unfortunately I run GRASS 6.0.0. Does this mean I must upgrade to the
latest version of GRASS?
I run it on Windows XP.
Jeremy
Markus Neteler wrote:
>On Tue, Aug 09, 2005 at 11:05:46PM +0100, Jeremy Stocks wrote:
>
>
>>Hi there,
>>
>>HAving got SRTM, Landsat and VMAP data into GRASS I
>>now want to add place names from the Geonet archive.
>>
>>Has anyone actually done this? How did they achieve
>>it?
>>
>>
>
>Do you mean
>http://earth-info.nga.mil/gns/html/
>?
>
>I have written v.in.gns for NGA-Geonet import
>(comes with 6.1-CVS).
>
>http://grass.itc.it/grass61/manuals/html61_user/v.in.gns.html
>
>Cheers
>
>Markus
>
>
>
>
--
Markus Neteler <neteler itc it> http://mpa.itc.it
ITC-irst - Centro per la Ricerca Scientifica e Tecnologica
MPBA - Predictive Models for Biol. & Environ. Data Analysis
Via Sommarive, 18 - 38050 Povo (Trento), Italy
On Wed, Aug 10, 2005 at 06:20:15PM +0200, Markus Neteler wrote:
Jeremy
(cc list)
you can simply grab it from CVS:
http://freegis.org/cgi-bin/viewcvs.cgi/grass6/scripts/v.in.gns/
-> v.in.gns
Right now I have simplified the script. It now maintains UTF-8
encoding, so utf2any is no longer needed.
Cheers
Markus