Svarbu
Vertimas yra bendruomenės pastangos, prie kurių jūs galite prisijungti. Šis puslapis šiuo metu išverstas 58.49%.
24.1.5. GPS
24.1.5.1. Convert GPS data
Uses the GPSBabel tool to convert a GPS data file from a range of formats to the GPX standard format.
Parametrai
Užrašas |
Pavadinimas |
Tipas |
Aprašymas |
---|---|---|---|
Input file |
|
[file] |
File containing the data to convert |
Format |
|
[sąrašas] |
Format of the file to convert, from this list. |
Feature type |
|
[sąrašas] Numatytas: 0 |
The type of data to convert
|
Output |
|
[vector: any] Numatytas: |
Specification of the output GPX file. One of:
|
Išvestys
Užrašas |
Pavadinimas |
Tipas |
Aprašymas |
---|---|---|---|
Output layer |
|
[vector: any] |
Output layer with data in GPX standard format |
Pythono kodas
Algorithm ID: native:convertgpsdata
import processing
processing.run("algorithm_id", {parameter_dictionary})
algoritmo id rodomas, kai užvedate pelę virš algoritmo apdorojimo įrankinėje. parametrų žodynas teikia parametrų pavadinimus ir reikšmes. Daugiau informacijos apie tai, kaip vykdyti apdorojimo algoritmus Pythono konsolėje rasite skyriuje Using processing algorithms from the console.
24.1.5.2. Convert GPX feature type
Uses the GPSBabel tool to convert GPX features from one type to another (e.g. converting all waypoint features to a route).
Parametrai
Užrašas |
Pavadinimas |
Tipas |
Aprašymas |
---|---|---|---|
Input file |
|
[file] |
File containing the data to convert |
Conversion |
|
[sąrašas] Numatytas: 0 |
The type of conversion to apply
|
Output |
|
[vector: point or line] Numatytas: |
Specification of the output file. One of:
|
Išvestys
Užrašas |
Pavadinimas |
Tipas |
Aprašymas |
---|---|---|---|
Output |
|
[vector: any] |
Output layer with converted GPX features |
Pythono kodas
Algorithm ID: native:convertgpxfeaturetype
import processing
processing.run("algorithm_id", {parameter_dictionary})
algoritmo id rodomas, kai užvedate pelę virš algoritmo apdorojimo įrankinėje. parametrų žodynas teikia parametrų pavadinimus ir reikšmes. Daugiau informacijos apie tai, kaip vykdyti apdorojimo algoritmus Pythono konsolėje rasite skyriuje Using processing algorithms from the console.
24.1.5.3. Download GPS data from device
Uses the GPSBabel tool to download data from a GPS device into the GPX standard format.
Parametrai
Užrašas |
Pavadinimas |
Tipas |
Aprašymas |
---|---|---|---|
Device |
|
[sąrašas] Default:Garmin serial |
The GPS device used to create the data. Must be declared in GPS Settings dialog. |
Port |
|
[sąrašas] |
The port the device is connected to. Available ports depend on the OS. |
Feature type |
|
[sąrašas] Numatytas: 0 |
The type of data to convert
|
Output |
|
[vector: any] Numatytas: |
Specification of the output file. One of:
|
Išvestys
Užrašas |
Pavadinimas |
Tipas |
Aprašymas |
---|---|---|---|
Output layer |
|
[vector: any] |
Output layer with data in GPX standard format |
Pythono kodas
Algorithm ID: native:downloadgpsdata
import processing
processing.run("algorithm_id", {parameter_dictionary})
algoritmo id rodomas, kai užvedate pelę virš algoritmo apdorojimo įrankinėje. parametrų žodynas teikia parametrų pavadinimus ir reikšmes. Daugiau informacijos apie tai, kaip vykdyti apdorojimo algoritmus Pythono konsolėje rasite skyriuje Using processing algorithms from the console.
24.1.5.4. Upload GPS data to device
Uses the GPSBabel tool to upload data to a GPS device from the GPX standard format.
Parametrai
Užrašas |
Pavadinimas |
Tipas |
Aprašymas |
---|---|---|---|
Input file |
|
[file] |
|
Device |
|
[sąrašas] Default:Garmin serial |
The GPS device you would like to upload the data to. Must be declared in GPS Settings dialog. |
Port |
|
[sąrašas] |
The port the device is connected to. Available ports depend on the OS. |
Feature type |
|
[sąrašas] Numatytas: 0 |
The type of data to upload
|
Išvestys
No output is provided. If successful, data are loaded to the device.
Pythono kodas
Algorithm ID: native:uploadgpsdata
import processing
processing.run("algorithm_id", {parameter_dictionary})
algoritmo id rodomas, kai užvedate pelę virš algoritmo apdorojimo įrankinėje. parametrų žodynas teikia parametrų pavadinimus ir reikšmes. Daugiau informacijos apie tai, kaip vykdyti apdorojimo algoritmus Pythono konsolėje rasite skyriuje Using processing algorithms from the console.