Skip to content

Take KML without elevation date, lookup elevation using google earth write out KML with elevation data

Notifications You must be signed in to change notification settings

capuchin/Elevation-Lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Requires google-earth with com interface so windows only
requires python-com and pygoogleearth

It seems the pygoogleearth project is a bit bung and requires a minor modification to work
Replace this line:
return gehelper.point_dict_from_terrain_point(terrain_point)
With this line:
return terrain_point

About

Take KML without elevation date, lookup elevation using google earth write out KML with elevation data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published