画像のジオロケーションとオリエンテーションのインポートは、値がEXIF/Xmpタグで利用できない場合や、PPKワークフローを使用する際に便利です。
画像のジオロケーションのファイル形式は、.csvまたは.txtファイルです。1行に7~9列あり、列の区切りにはカンマ「,」を使用します。
フォーマットは以下の表の通りです。
地理座標、Yaw、Pitch、Roll |
---|
imagename, coordinate1* [decimal degrees], coordinate2* [decimal degrees], z [meter], yaw [decimal degrees], pitch [decimal degrees], roll [decimal degrees]. img_3165.jpg,46.2345612,6.5611445,539.931,38.6,3.5,8.3 img_3166.jpg,46.2323423,6.5623423,529.823,44.1,3.4,5.4 緯度の値は-90°から90°の間です。 |
地理的座標、Yaw、Pitch、Roll、および精度値 |
imagename, coordinate1* [decimal degrees], coordinate2* [decimal degrees], z [meter], yaw [decimal degrees], pitch [decimal degrees], roll [decimal degrees], Accuracy Horz [meter], Accuracy Vert [meter]. img_3165.jpg,46.2345612,6.5611445,539.931,38.6,3.5,8.3,0.02,0.04 img_3166.jpg,46.2323423,6.5623423,529.823,44.1,3.4,5.4,0.02,0.04 緯度の値は-90°から90°の間です。 |
投影座標、Yaw、Pitch、Roll |
imagename, coordinate1* [unit], coordinate2* [unit], z [unit], yaw [decimal degrees], pitch [decimal degrees], roll [decimal degrees]. img_3165.jpg,474191.175,5091809.612,539.931,38.6,3.5,8.3 img_3166.jpg,474188.324,5091798.618,529.823,44.1,3.4,5.4 |
投影座標、Yaw、Pitch、Roll、および精度値 |
imagename, coordinate1* [units], coordinate2* [units], z [units], yaw [decimal degrees], pitch [decimal degrees], roll [decimal degrees], Accuracy Horz [units], Accuracy Vert [units]. img_3165.jpg,474191.175,5091809.612,539.931,38.6,3.5,8.3,0.02,0.04 img_3166.jpg,474188.324,5091798.618,529.823,44.1,3.4,5.4,0.02,0.04 |
座標系定義の軸の順番を確認する方法
座標系定義の軸の順番を確認するには、以下の手順で行います。
- EPSGGeodetic Parameter Registryのサイトを開く。
- EPSG Dataset - Text search に名前または EPSG コードを記入します。
- GO」 をクリックして、結果から正しい名前を選択します。
- COORDINATE SYSTEM"セクションを展開し、"AXES "サブセクションで順序を確認します。
座標系定義のAxesの順番を確認したら、同じ座標の順番になるように入力ファイルを修正します。
Article feedback (for troubleshooting, post here)
0件のコメント