Tag Archives: web

A Python script to get a list of placenames from latitude and longitude

Here’s a handy adaptation from Nicolas Laurance’s geoname.py script which takes a lat long and returns a list of place names and their code derived from the geonames database. #!/usr/bin/env python #-*- coding:utf-8 -*- # based on geoname.py by Nicolas … Continue reading

Posted in Code, GPS, Linux, Python, Software | Tagged , , | 1 Comment