inspired by the new Linux version of Google Earth [1]
I have extended v.out.ogr to export faces, the GRASS
3D vectors [2].
With:
v.out.ogr in=buildings_3d dsn=buildings_3d.kml \
olayer=buildings_3d format=KML type=face
you can generate a KML file of your favourite
3D city (v.extrude helps) and visualize it in
Google Earth.
Note that the KML driver in GDAL-CVS is not complete yet.
This means that the map to be exported needs to be projected
to LongLat first (v.proj).
[2] http://grass.itc.it/grass61/screenshots/vector.php
--
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
inspired by the new Linux version of Google Earth [1]
I have extended v.out.ogr to export faces, the GRASS
3D vectors [2].
FYI, I have written a simple filter to convert Wavefront .obj to GRASS
vector ascii format as faces. It's a mix of UNIX tools, Matlab [or
Octave] script, and GRASS modules.
[*] .obj is a 3D modelling format, same as Java3D ??
This is less necessary now that Huidae has added 3DFACE support to
v.in.dxf, as there are several OBJ->DXF converters out there- but at
the time I needed it.