[Users] extracting GPS accuracy

Matthias Kuhn matthias at opengis.ch
Fri Sep 1 10:49:57 PDT 2017


Hi Sämi,

Unfortunately this is not yet implemented.

I see two different approaches on how to get this information from the
sensor to the data

- Expose it as a variable (@positioning_accuracy) to the attribute form.
The attribute form will need to be configured, so this information is
saved to a feature (via default values).

- Save this information to the m value of vertices. For this to work,
the dataset has to be a format that supports m values. It could then
also be extracted with m($geometry).

The approach with m values has the approach that it works perfectly fine
for line geometries as well. An accuracy value can be saved for each
vertex. The approach with @variables on the other hand is on geometry
level and not on vertex level. Therefore, this would need to save this
information into an array for lines. So if a vertex is deleted on such a
line later on, the information is corrupted easily. On the other hand,
it has the advantage that several values can be saved like other data
coming from positioning sensors (like speed) or from external sensors.
Whereas with m values there is only space for one single value per vertex.

Personally, I tend towards the variable/attribute approach.

Kind regards
Matthias


On 8/31/17 3:33 PM, Wechsler Samuel wrote:
>
> Hi QField-users
>
>  
>
> As far as I know it is possible to get the elevation from GPS by using
> the expression |z($geometry. |Does anyone know if it is also possible
> to extract with QField the GPS-accuracy the moment a point is digitized?
>
>  
>
> Kind regards
>
> Sämi
>
> ____________________________________________________
>
> Samuel Wechsler
>
> Mitarbeiter Brutvogelatlas-Team
>
> Tel. +41 41 462 97 79
> _samuel.wechsler at vogelwarte.ch <mailto:samuel.wechsler at vogelwarte.ch>_
> _www.vogelwarte.ch <http://www.vogelwarte.ch/>_
>
> Willkommen im neuen Besuchszentrum in
> Sempach!_http://www.vogelwarte.ch/de/besuch/_
>
> Schweizerische Vogelwarte | Seerose 1 | CH-6204 Sempach | Schweiz
> Station ornithologique suisse | Seerose 1 | CH-6204 Sempach | Suisse
> Stazione ornitologica svizzera | Seerose 1 | CH-6204 Sempach | Svizzera
> Swiss Ornithological Institute | Seerose 1 | CH-6204 Sempach | Switzerland
>
>  
>
>
>
> _______________________________________________
> Users mailing list
> Users at lists.qfield.org
> http://lists.qfield.org/listinfo.cgi/users-qfield.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qfield.org/pipermail/users-qfield.org/attachments/20170901/fde365fb/attachment-0001.html>


More information about the Users mailing list