21.2. ライブGPS追跡
To activate live GPS tracking in QGIS, you need to select GPS Information Panel or press Ctrl+0. You will get a new docked window on the left side of the canvas.
There are three possible screens in this GPS tracking window:
Position: GPS position coordinates and an interface for manually entering vertices and features
Options:GPS options screen (see 図 21.5)
With a plugged-in GPS receiver (has to be supported by your operating system), a simple click on Connect connects the GPS to QGIS. A second click (now on Disconnect) disconnects the GPS receiver from your computer. For GNU/Linux, gpsd support is integrated to support connection to most GPS receivers. Therefore, you first have to configure gpsd properly to connect QGIS to it.
With the Recenter button the map will jump to the current GPS position.
警告
キャンバスに自分の位置を記録したい場合は、最初に新しいベクターレイヤーを作成し、トラックを記録できるようにステータスを編集可能に切り替えなければいけません。
When a GPS device is connected and the user moves the cursor over the map canvas, a live status bar message displays the distance and bearing from the cursor to the GPS position. Project distance and bearing settings are respected in this display.
ちなみに
Touch Screen Devices
On a touch screen device use a tap-and-hold event to trigger the live status bar message.
21.2.1. 位置と追加属性
If the GPS is receiving signals from satellites, you will see your position in latitude, longitude and altitude together with additional attributes.
21.2.2. GPS信号強度
21.2.3. GPS オプション
Here you can specify:
Connection
Digitizing
Cursor: you can use a slider to shrink and grow the position cursor on the canvas.
Filtering: You can also set an Acquisition interval (seconds) and a Distance threshold (meters) parameters to keep the cursor still active when the receiver is in static conditions.
Map Centering and Rotation
Activating Show Bearing Line will show a line from the GPS location pointing in current path direction of the GPS.
If you want to set a feature manually, you have to go back to Position and click on Add Point or Add Track Point.
21.2.4. ライブトラッキングのBluetooth GPS への接続
QGISを使用すると、フィールドデータ収集用のBluetooth GPSを接続できます。このタスクを実行するには、GPS、BluetoothデバイスとコンピュータのBluetooth受信機が必要です。
最初にあなたのGPSデバイスが認識され、コンピュータにペアリングさせる必要があります。 GPSをオンにし、あなたの通知領域にBluetoothアイコンに移動し、新しいデバイスを検索します。
On the right side of the Device selection mask make sure that all devices are selected so your GPS unit will probably appear among those available. In the next step a serial connection service should be available, select it and click on Configure button.
Bluetoothの特性によって生じた、GPS接続に割り当てられたCOMポートの番号を覚えておいてください。
GPSが認識された後、接続のためのペアリングを行います。通常、認証コードは 0000
です。
Now open GPS information panel and switch to GPS options screen. Select the COM port assigned to the GPS connection and click the Connect. After a while a cursor indicating your position should appear.
QGISがGPSデータを受信できない場合は、GPSデバイスを再起動して5〜10秒ほど待ってから、再度接続を試みてください。通常、このソリューションで対応できます。再び接続エラーを受信した場合、同じGPSユニットと対になった別のBluetooth受信機が近くにないことを確認してください。
21.2.5. GPSMAP 60cs を使用する
21.2.5.1. MS Windows
Easiest way to make it work is to use a middleware (freeware, not open) called GPSGate.
Launch the program, make it scan for GPS devices (works for both USB and BT ones) and then in QGIS just click Connect in the Live tracking panel using the Autodetect mode.
21.2.5.2. Ubuntu/Mint GNU/Linux
Windowsにとって簡単な手段は中間にサーバーを使うことであり、この場合はGPSDで、このため、
sudo apt install gpsd
それから garmin_gps
カーネルモジュールを読み込みます
sudo modprobe garmin_gps
そして、GPS ユニットを接続します。接続したら、 dmesg
を使って、GPSユニットが実際に使っているデバイス (たとえば /dev/ttyUSB0
) を確認します。これで gpsd を起動することができるようになりました。
gpsd /dev/ttyUSB0
最終的にQGIS ライブ追跡ツールで接続します。
21.2.6. BTGP-38KM データロガー (Bluetoothのみ)を使用する
GPSD (Linux) またはGPSGate (Windows) を使うと手間が省略できます。
21.2.7. BlueMax GPS-4044 データロガー (BT とUSB両方)を使用する
21.2.7.1. MS Windows
ライブ追跡はUSBとBTモードのどちらでも動作します、単にGPSGateを使用、あるいはそれなしでも、 自動検出 モードを使用するか、またはツールに右ポートを指してください。
21.2.7.2. Ubuntu/Mint GNU/Linux
USB
ライブ追跡はGPSDありでも動作しますし
gpsd /dev/ttyACM3
またはそれなしでも、直接デバイス(例えば /dev/ttyACM3
)にQGISライブ追跡ツールを接続することによって動作します。
Bluetooth
ライブ追跡はGPSDありでも動作しますし
gpsd /dev/rfcomm0
またはそれなしでも、直接デバイス(例えば /dev/rfcomm0
)にQGISライブ追跡ツールを接続することによって動作します。