mercredi 9 octobre 2013

Google Plugin for Eclipse & GeoLocation with Python

Google Plugin for Eclipse 

Eclipse 4.3 (Kepler): 

https://dl.google.com/eclipse/plugin/4.3

Eclipse 3.8/4.2 (Juno)

https://dl.google.com/eclipse/plugin/4.2

Getting Start

http://www.youtube.com/watch?v=GGJC_i7Dw6c
http://googlegeodevelopers.blogspot.fr/2013/10/abbyputinskicom-google-maps-with-twist.html
https://developers.google.com/maps/documentation/javascript/examples/

IP Tracker GeoLocation

Offline solutions

hostip: http://www.noah.org/wiki/HostIP_for_geolocation

Online solutions

geobytes: https://gist.github.com/willb/149413

Or
import urllib

response = urllib.urlopen('http://api.hostip.info/get_html.php?ip=12.215.42.19&position=true').read()

print(response)

And finally create Google Map in Python

http://apiolaza.net/code/dynamic-maps-python.html

 


Aucun commentaire:

Enregistrer un commentaire