Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrenken/qgis-PosiView
Python plugin for QGis to track multiple vehicles or movable objects
https://github.com/jrenken/qgis-PosiView
Last synced: 3 months ago
JSON representation
Python plugin for QGis to track multiple vehicles or movable objects
- Host: GitHub
- URL: https://github.com/jrenken/qgis-PosiView
- Owner: jrenken
- Created: 2015-06-25T15:20:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T08:02:17.000Z (6 months ago)
- Last Synced: 2024-05-19T23:36:30.972Z (6 months ago)
- Language: Python
- Size: 1.33 MB
- Stars: 21
- Watchers: 7
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PosiView Plugin
PosiView tracks multiple vehicles and moving objects reporting
their position via USBL, GPS or other navigation devices.## Features
The Plugin reads usually NMEA formatted data from USBL or other navigation devices
and displays the object as scaled symbol on the canvas.Additionally the positions are displayed in several docked windows.
The main intention of this plugin is to turn QGIS into a navigation software
for underwater devices.## Installation
### via git
* Clone the repository
* Execute "make deploy"### via repo server
* Go to plugin manager and install PosiView
## Quickstart
* Enable plugin
* Open configuration dialog
* Create one or more dataprovider and select a suitable parser
* Create one or more mobiles/vehicles and assign the corresponding dataprovider
* Start tracking
* In the guidance dock select the vehicles to see distance and heading## Future extensions
* Datalogging
* Logging events/targets on a seperate (gpx-)layer## License
```
PosiView tracks multiple vehicles and movable objects reporting
their position via USBL, GPS or other navigation devices.Copyright (C) 2015-2018 MARUM - Center for Marine Environmental Sciences
PosiView Plugin is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License along
with PosiView Plugin. If not, see .
```