I've searched the wiki and looked at the i.* modules without finding how
to import a google-earth image in grass7. Here, v.in.gdal supports
KMLSUPEROVERLAY -raster- (rwv): Kml Super Overlay, but I don't know if how
to save a displayed googleearth map in a suitable format.
My uses of this image include draping over a LiDAR DEM and applying an
appropriate evaporation module from the i.* toolset (after I research the
available ones to see if any will work with pan evaporation rates).
Pointers to useful information is desired as well as all suggestions and
recommendations on use of these images.
Rich
On Tue, 3 Jul 2018, Rich Shepard wrote:
Here, v.in.gdal supports KMLSUPEROVERLAY -raster- (rwv): Kml Super
Overlay, but I don't know if this format works with a .kml file.
Let me clarify: I designated a placemark, then saved it as a .kml file.
Can I import this into grass7.5svn with v.in.gdal?
Rich
On Tue, 3 Jul 2018, Rich Shepard wrote:
Let me clarify: I designated a placemark, then saved it as a .kml file.
Can I import this into grass7.5svn with v.in.gdal?
Answer: no.
r,in.gdal -j in=<inputfile> repors that *.kml is not a supported format.
Anyone use GoogleEarth images in grass7?
Rich
What you want is To check that your installation of gdal/ogr supports KML just do: Best, Micha
···
On 07/03/2018 09:15 PM, Rich Shepard wrote:
On Tue, 3 Jul 2018, Rich Shepard wrote:
Here, v.in.gdal supports KMLSUPEROVERLAY -raster- (rwv): Kml Super
Overlay, but I don’t know if this format works with a .kml file.
Let me clarify: I designated a placemark, then saved it as a .kml file.
Can I import this into grass7.5svn with v.in.gdal?
v.in.ogr.
~$ ogrinfo --formats | grep -i kml
LIBKML -vector- (rw+v): Keyhole Markup Language (LIBKML)
KML -vector- (rw+v): Keyhole Markup Language (KML)
Rich
grass-user mailing list
grass-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/grass-user
--
Micha Silver
Ben Gurion Univ.
Sde Boker, Remote Sensing Lab
cell: +972-523-665918
On Tue, 3 Jul 2018, Micha Silver wrote:
What you want is v.in.ogr.
To check that your installation of gdal/ogr supports KML just do:
~$ ogrinfo --formats | grep -i kml
LIBKML -vector- (rw+v): Keyhole Markup Language (LIBKML)
KML -vector- (rw+v): Keyhole Markup Language (KML)
Micha,
How about that? I thought the google earth images were rasters when saved,
not vectors.
Yes, KML is supported here.
Toda,
Rich