ubx / RW5toCSV

Converter
0 stars 0 forks source link

Identify measurements belonging to same GCP which are out of sequence - possible enhancement (not urgent) #12

Closed retoweiss closed 5 years ago

retoweiss commented 6 years ago

Until now we claimed that all measurements belonging to the same GCP are continuous, that's not always true, as it turns out.

Example: GCP5 can only be measured once and maybe with a a signifficant HSDV/VSDV, hence we continue with other GCPs and come back later.

In order to recognize these cases, we can no longer process the measurement one by one. Instead, we have to temporary store them in an array (or so) . Upon identifying all the measurements for a given GCP, we then can consider every sinle measurement, not only the next one.

retoweiss commented 6 years ago

Together with such a major enhancement one should also consider a new definition of X,Y and Z-accuracy, currently just defined as HSDV, VSDV resp..

HSDV and VSDV are not sufficient, since they are calculated on a very short observation interval, typically 10 seconds.

Instead of just averaging HSDV and VSDV one could also take into account

ubx commented 6 years ago

Reto, Habe ich vorhin vergessen zu fragen : falls du ein Beispiel hast wo solche Fälle ausgeprägt vorkommen, könntest du es bitte am Issue anhängen.

retoweiss commented 6 years ago

Die sist ein sehr gutes Beispiel:

P316-KIRCHDORF.rw5.txt P316-KIRCHDORF_commented.txt

Ok?

retoweiss commented 6 years ago

Duplicates #14.

ubx commented 6 years ago

Test after commit f9113f6

P316-KIRCHDORF.txt

retoweiss commented 6 years ago

Das sieht auf den ersten Blick sehr gut aus, ich kontrolliere das Resultat File aber nochmals im Detail. Danke schon mal :-)

ubx commented 6 years ago

See also: https://docs.google.com/document/d/1d3otFg6MBZkWX0Kpck6l4DHYMUQ93Y5HmzsAbs_rpng/edit#heading=h.e6x5xb3op7k

ubx commented 5 years ago

Ich schliesse dieses iIssue mal. Falls nötig machen wir ein neues.