2008年5月8日木曜日

つくもノヲ”X="1≠ 355



埼京線に乗って携帯電話でGPSロギング。
高架線付近は高い建物が迫ってない為か、大きな誤差はない。

画像の詳細は以下のxmlコードをテキストファイルにコピーペースト。
拡張子「kml」で保存したファイルをGoolgeEarthで閲覧できる。

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">

<Document>

<Style id="linestyleExample">

<LineStyle>

<color>7f0000ff</color>

<width>5</width>

</LineStyle>

</Style>

<Placemark>

<styleUrl>#linestyleExample</styleUrl>

<LineString>

<coordinates>

139.700672222222,35.6893138888889
139.699963888889,35.6980638888889
139.701955555556,35.7091194444444
139.70615,35.7212
139.711061111111,35.7299638888889
139.711255555556,35.7304805555556
139.719077777778,35.7450416666667
139.72185,35.7501222222222
139.722652777778,35.7605333333333
139.722116666667,35.7614222222222
139.721913888889,35.7720555555556
139.720608333333,35.7777861111111
139.720511111111,35.7776444444444
139.718338888889,35.7814722222222
139.703986111111,35.7881138888889
139.687336111111,35.7931611111111
139.678027777778,35.8078305555555
139.676458333333,35.8092027777778
139.668547222222,35.8188666666667
139.649061111111,35.8418083333333
139.646694444444,35.8457444444444
139.646641666667,35.845825
139.644191666667,35.8478166666667
139.637083333333,35.8541277777778

</coordinates>

</LineString>

</Placemark>

</Document>

</kml>



ロマンスカーでのGPSロギング。新宿~秦野。

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">

<Document>

<Style id="linestyleExample">

<LineStyle>

<color>7f0000ff</color>

<width>5</width>

</LineStyle>

</Style>

<Placemark>

<styleUrl>#linestyleExample</styleUrl>

<LineString>

<coordinates>

139.228411111111,35.3679805555556
139.237933333333,35.3647777777778
139.255397222222,35.3656638888889
139.270497222222,35.3724777777778
139.279736111111,35.3817138888889
139.295627777778,35.3876055555556
139.310183333333,35.3944194444444
139.325388888889,35.4030722222222
139.336552777778,35.4121555555556
139.349444444444,35.4219333333333
139.358372222222,35.4339111111111
139.36465,35.4394444444444
139.364844444444,35.4395805555556
139.367911111111,35.4409194444444
139.378055555556,35.4430472222222
139.383602777778,35.4468416666667
139.391425,35.4532472222222
139.399030555556,35.4640305555556
139.399877777778,35.4807388888889
139.407883333333,35.4986611111111
139.419061111111,35.5111305555556
139.431141666667,35.5244388888889
139.437172222222,35.5347972222222
139.438363888889,35.5319138888889
139.438483333333,35.532025
139.438791666667,35.5331805555556
139.442394444444,35.5391277777778
139.447619444444,35.5467861111111
139.460391666667,35.5533305555556
139.4651,35.5657166666667
139.473702777778,35.5769583333333
139.488033333333,35.5843527777778
139.500183333333,35.5949305555556
139.509658333333,35.6054111111111
139.522655555556,35.6135805555556
139.542633333333,35.6149916666667
139.560733333333,35.6156833333333
139.569527777778,35.6207972222222
139.571813888889,35.62505
139.575191666667,35.6295527777778
139.580994444444,35.6344861111111
139.599311111111,35.6362083333333
139.615875,35.6450611111111
139.634372222222,35.6504277777778
139.648227777778,35.6542972222222
139.660438888889,35.6579222222222
139.666786111111,35.6605972222222
139.672975,35.6654361111111
139.678908333333,35.6685333333333
139.687191666667,35.669725
139.691869444444,35.6746638888889
139.699808333333,35.6860611111111
139.700727777778,35.6903222222222


</coordinates>

</LineString>

</Placemark>

</Document>

</kml>



地下鉄千代田線。代々木上原~大手町。
駅間は電波が届かず、圏外なるため位置情報は取得不可能。
駅にはGPSの代わりにアンテナを経由して位置情報を取得するように
なっているため、地上よりも駅の位置をより正確に補足できる。

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">

<Document>

<Style id="get_posi">

<IconStyle>
<color>gg0000ff</color>
<colorMode>normal</colorMode>
<scale>1.1</scale>
<Icon>
<href>http://maps.google.co.jp/mapfiles/ms/micons/blue.png</href>
</Icon>
</IconStyle>

</Style>


<Placemark>
<name>代々木上原駅</name>
<styleUrl>#get_posi</styleUrl>
<Point>
<coordinates>
139.680613888889,35.6693888888889
</coordinates>
</Point>
</Placemark>

<Placemark>
<name>代々木公園駅</name>
<styleUrl>#get_posi</styleUrl>
<Point>
<coordinates>
139.712327777778,35.665175
</coordinates>
</Point>
</Placemark>

<Placemark>
<name>明治神宮前駅</name>
<styleUrl>#get_posi</styleUrl>
<Point>
<coordinates>
139.712327777778,35.665175
</coordinates>
</Point>
</Placemark>

<Placemark>
<name>表参道駅</name>
<styleUrl>#get_posi</styleUrl>
<Point>
<coordinates>
139.712327777778,35.665175
</coordinates>
</Point>
</Placemark>

<Placemark>
<name>乃木坂駅</name>
<styleUrl>#get_posi</styleUrl>
<Point>
<coordinates>
139.727186111111,35.6675
</coordinates>
</Point>
</Placemark>

<Placemark>
<name>赤坂駅</name>
<styleUrl>#get_posi</styleUrl>
<Point>
<coordinates>
139.735555555556,35.671675
</coordinates>
</Point>
</Placemark>

<Placemark>
<name>国会議事堂前駅</name>
<styleUrl>#get_posi</styleUrl>
<Point>
<coordinates>
139.74325,35.6738944444444
</coordinates>
</Point>
</Placemark>

<Placemark>
<name>霞ヶ関駅</name>
<styleUrl>#get_posi</styleUrl>
<Point>
<coordinates>
139.750833333333,35.6738888888889
</coordinates>
</Point>
</Placemark>

<Placemark>
<name>日比谷駅</name>
<styleUrl>#get_posi</styleUrl>
<Point>
<coordinates>
139.761411111111,35.6746444444444
</coordinates>
</Point>
</Placemark>

<Placemark>
<name>二重橋前駅</name>
<styleUrl>#get_posi</styleUrl>
<Point>
<coordinates>
139.765669444444,35.6772111111111
</coordinates>
</Point>
</Placemark>

<Placemark>
<name>大手町駅</name>
<styleUrl>#get_posi</styleUrl>
<Point>
<coordinates>
139.769930555556,35.6797777777778
</coordinates>
</Point>
</Placemark>

</Document>

</kml>


GoolgeEarthでは文字コードに「UTF-8」を使っているため、
青文字はそのままでは文字化けする。
テキストファイルにコピー&ペーストした後に、変換する必要がある。
変換サイト

0 件のコメント: