Menu

#124 georeferencing batch upload

open
nobody
5
2012-09-15
2010-02-26
Andy Deans
No

A workflow that (maybe) works for me for georeferencing verbatim ces might look something like this:

  • one window open to mx, with me browsing verbatim labels
  • another window open to Google Earth
  • I place markers in google earth that map to the verbatim ces, and I give the ce mx ids as names for those places; perhaps I also provide error in meters in the description field.
  • I then export KML, which looks, in part, like this (for ce mx id: 1234):

<placemark>
<name>1234</name>
<description>5000</description>
<lookat>
<longitude>-78.05350864897217</longitude>
<latitude>35.27158232210429</latitude>
<altitude>0</altitude>
<range>704786.0138216279</range>
<tilt>0</tilt>
<heading>-9.456134403076727e-06</heading>
<altitudemode>relativeToGround</altitudemode>
<gx:altitudemode>relativeToSeaFloor</gx:altitudemode>
</lookat>
<styleurl>#msn_ylw-pushpin</styleurl>
<point>
<coordinates>-76.53922967354748,34.85845799227256,0</coordinates>
</point>
</placemark>

This KML could then be batch uploaded to mx, and the verbatim ces could get their predicted lat/long, altitude, and error.
Maybe this would speed things up? I currently use resources like Google Earth to estimate lat/longs anyway, but the process of adding the info from one app to another is inefficient.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB