Wichtig
Übersetzen ist eine Gemeinschaftsleistung Sie können mitmachen. Diese Seite ist aktuell zu 62.89% übersetzt.
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.
Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Input file  | 
  | 
[Datei]  | 
File containing the data to convert  | 
Format  | 
  | 
[Aufzählung]  | 
Format of the file to convert, from this list.  | 
Feature type  | 
  | 
[Aufzählung] Standard: 0  | 
The type of data to convert 
  | 
Ergebnis  | 
  | 
[Vektor: alle] Standard:   | 
Specification of the output GPX file. One of: 
  | 
Ausgaben
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Ausgabelayer  | 
  | 
[Vektor: alle]  | 
Output layer with data in GPX standard format  | 
Pythoncode
Algorithm ID: native:convertgpsdata
import processing
processing.run("algorithm_id", {parameter_dictionary})
Die Algorithmus-Kennung wird angezeigt, wenn Sie den Mauszeiger über den Algorithmus in der Verarbeitungs-Werkzeugkiste bewegen. Die Parameter-Liste (parameter_dictionary) enthält die Namen und Werte der Parameter. Siehe Verarbeitungs-Algorithmen von der Konsole aus verwenden für Details zur Ausführung von Verarbeitungsalgorithmen über die Python-Konsole.
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).
Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Input file  | 
  | 
[Datei]  | 
File containing the data to convert  | 
Conversion  | 
  | 
[Aufzählung] Standard: 0  | 
The type of conversion to apply 
  | 
Ergebnis  | 
  | 
[vector: point or line] Standard:   | 
Specification of the output file. One of: 
  | 
Ausgaben
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Ergebnis  | 
  | 
[Vektor: alle]  | 
Output layer with converted GPX features  | 
Pythoncode
Algorithm ID: native:convertgpxfeaturetype
import processing
processing.run("algorithm_id", {parameter_dictionary})
Die Algorithmus-Kennung wird angezeigt, wenn Sie den Mauszeiger über den Algorithmus in der Verarbeitungs-Werkzeugkiste bewegen. Die Parameter-Liste (parameter_dictionary) enthält die Namen und Werte der Parameter. Siehe Verarbeitungs-Algorithmen von der Konsole aus verwenden für Details zur Ausführung von Verarbeitungsalgorithmen über die Python-Konsole.
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.
Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Device  | 
  | 
[Aufzählung] Default:Garmin serial  | 
The GPS device used to create the data. Must be declared in GPS Settings dialog.  | 
Port  | 
  | 
[Aufzählung]  | 
The port the device is connected to. Available ports depend on the OS.  | 
Feature type  | 
  | 
[Aufzählung] Standard: 0  | 
The type of data to convert 
  | 
Ergebnis  | 
  | 
[Vektor: alle] Standard:   | 
Specification of the output file. One of: 
  | 
Ausgaben
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Ausgabelayer  | 
  | 
[Vektor: alle]  | 
Output layer with data in GPX standard format  | 
Pythoncode
Algorithm ID: native:downloadgpsdata
import processing
processing.run("algorithm_id", {parameter_dictionary})
Die Algorithmus-Kennung wird angezeigt, wenn Sie den Mauszeiger über den Algorithmus in der Verarbeitungs-Werkzeugkiste bewegen. Die Parameter-Liste (parameter_dictionary) enthält die Namen und Werte der Parameter. Siehe Verarbeitungs-Algorithmen von der Konsole aus verwenden für Details zur Ausführung von Verarbeitungsalgorithmen über die Python-Konsole.
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.
Parameter
Bezeichnung  | 
Name  | 
Typ  | 
Beschreibung  | 
|---|---|---|---|
Input file  | 
  | 
[Datei]  | 
  | 
Device  | 
  | 
[Aufzählung] Default:Garmin serial  | 
The GPS device you would like to upload the data to. Must be declared in GPS Settings dialog.  | 
Port  | 
  | 
[Aufzählung]  | 
The port the device is connected to. Available ports depend on the OS.  | 
Feature type  | 
  | 
[Aufzählung] Standard: 0  | 
The type of data to upload 
  | 
Ausgaben
No output is provided. If successful, data are loaded to the device.
Pythoncode
Algorithm ID: native:uploadgpsdata
import processing
processing.run("algorithm_id", {parameter_dictionary})
Die Algorithmus-Kennung wird angezeigt, wenn Sie den Mauszeiger über den Algorithmus in der Verarbeitungs-Werkzeugkiste bewegen. Die Parameter-Liste (parameter_dictionary) enthält die Namen und Werte der Parameter. Siehe Verarbeitungs-Algorithmen von der Konsole aus verwenden für Details zur Ausführung von Verarbeitungsalgorithmen über die Python-Konsole.