Take photos with GPS logger running. Your photo and log will turn to the `photo-map' like this:
↑みたいな、写真マップが作れる。GPSロガー(アプリ)か、 GPS情報を埋め込めるカメラ(スマートフォンはたいてい該当)があればOK。
You can clone repository of geomapper as below:
For using geomapper.py, you need to these tools.
geomapper.py 使用には上記3つのプログラムが必要。 jhead は、OSによっては自力でコンパイルしないとだめかも。
If you are already familiar with GPS logger, all you have to do is to save logs in `GPX' format with your favorite software. If not, these apps are preferable.
(To convert JSON to GPX, use these:
json2csv.rb,
csv2gpx.rb)
% ./json2csv.rb fromzweite.json | ./csv2gpx.rb >
log.gpx