TransDEM Forum

TransDEM News, Support, Hints and Resources
It is currently 16 Jun 2024 00:43

All times are UTC + 1 hour




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Using google earth pro
PostPosted: 25 Oct 2015 19:38 
Offline

Joined: 07 Nov 2013 19:11
Posts: 15
---------------------------
TranzDEM64
---------------------------
Incompatible placemark, "heading" or "tilt".
Click [Reset North] and [Reset Tilt] in Google Earth
before exporting image and placemark.
---------------------------
OK HI Geo
---------------------------
I reseted heading and tilt and still get this error. Should I be using google earth or is pro good?


Top
 Profile  
 
PostPosted: 25 Oct 2015 21:54 
Offline

Joined: 05 Jan 2011 16:45
Posts: 1475
Heading and tilt is what TransDEM is testing. You can check yourself. A .kmz file is actually a .zip file. Rename the placemark .kmz to .zip, unpack, and open the xml file in there in a text editor. What are the heading and tilt values?

By the way, you are aware of the map tile client in TransDEM? Acquiring ortho images via map tiles is usually much faster than the semi-manual image/placemark-method.


Top
 Profile  
 
PostPosted: 25 Oct 2015 22:21 
Offline

Joined: 07 Nov 2013 19:11
Posts: 15
I try to rename the pathmark.kmz to zip but no luck. Ill try to use google maps in trandem. When is 2.6 going to be release?


Top
 Profile  
 
PostPosted: 26 Oct 2015 12:28 
Offline

Joined: 05 Jan 2011 16:45
Posts: 1475
Assume your placemark is "Untitled Placemark.kmz". Rename it to "Untitled Placemark.zip". Unzip to a separate folder "Untitled Placemark", open the folder. You will find "doc.kml". Open in a text editor:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
   <name>Untitled Placemark.kmz</name>
   <Style id="s_ylw-pushpin"/>
   <Style id="s_ylw-pushpin_hl"/>
   <StyleMap id="m_ylw-pushpin"/>
   <Placemark>
      <name>Untitled Placemark</name>
      <LookAt>
         <longitude>10.82304379379421</longitude>
         <latitude>52.25475587749765</latitude>
         <altitude>0</altitude>
         <heading>4.4701105770629e-011</heading>
         <tilt>0</tilt>
         <range>4685.660471434876</range>
         <gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
      </LookAt>
      <styleUrl>#m_ylw-pushpin</styleUrl>
      <Point>
         <gx:drawOrder>1</gx:drawOrder>
         <coordinates>10.82304379379421,52.25475587749764,0</coordinates>
      </Point>
   </Placemark>
</Document>
</kml>
(some nodes shortened)

Check "Heading" and "Tilt" in the "LookAt" node. Both should be very small.


casanova419 wrote:
When is 2.6 going to be release?
I am planning for before Christmas but won't make any promises.


Top
 Profile  
 
PostPosted: 27 Oct 2015 00:14 
Offline

Joined: 07 Nov 2013 19:11
Posts: 15
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>Untitled Placemark.zip.kmz</name>
<Style id="s_ylw-pushpin_hl">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<Style id="s_ylw-pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<StyleMap id="m_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#s_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#s_ylw-pushpin_hl</styleUrl>
</Pair>
</StyleMap>
<Placemark>
<name>Untitled Placemark.zip</name>
<LookAt>
<longitude>-88.14347385527866</longitude>
<latitude>41.38754053488655</latitude>
<altitude>0</altitude>
<heading>-0.003023297189812446</heading>
<tilt>1.287904760598721</tilt>
<range>5095.191392691953</range>
<gx:altitudeMode>relativeToSeaFloor</gx:altitudeMode>
</LookAt>
<styleUrl>#m_ylw-pushpin</styleUrl>
<Point>
<gx:drawOrder>1</gx:drawOrder>
<coordinates>-88.14347385527866,41.38754053488655,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>


Top
 Profile  
 
PostPosted: 27 Oct 2015 09:19 
Offline

Joined: 05 Jan 2011 16:45
Posts: 1475
casanova419 wrote:
<heading>-0.003023297189812446</heading>
<tilt>1.287904760598721</tilt>

Not small enough. You can check and adjust the placemark data in Google Earth itself, via its properties dialog, under the "view" tab. But pressing keys U and N before creating the placemark will be faster.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: Google [Bot] and 21 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron

Imprint & Privacy

Powered by phpBB® Forum Software © phpBB Group