This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# elevation: A very simple python script that get elevation from latitude and longitude with google maps API by Guillaume Meunier | |
# | |
# ----------------------------------- | |
# NO DEPENDANCIES except JSON and URLLIB | |
# ----------------------------------- | |
# | |
# Copyright (c) 2016, Guillaume Meunier <[email protected]> | |
# GEOJSON_export is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published |