-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with Mapping Functions. #106
Comments
Dear @Lars0001 thank you for your exhaustive report. I run the same test you did with our internal software BREVA (based on goGPS) and the results are quite different. I'm sorry to report that in the current version of goGPS on GitHub there are quite a few bugs but I have tons of modification to push and it might take me a little while to do it. The two main bugs are related with ZHD extraction from VMF maps, and weighting functions. The first was completely wrong due to some mistakes with handling of the angles (radians/degrees), the second was causing any weighting method not work properly with the exempt of uniform. I reprocessed one month of ZIM3 with the following commands (they might be incompatible with you the actual goGPS). I loaded 5 times the ZIM3 station and processed it with the following combination of parameters:
Let me go through all your findings. PositionsThe positions are stable in the planar component among different tropospheric approaches (as expected). I also tried to use for all the solutions the same ZHD as reference (Saastamoinen + GPT1) and in this case the differences became less important but still noticeable. This can be also reflected in closer values of ZTD ZTD EstimationZTD are now less biased (I think) due to less biased coordinates As before with the same ZHD a-priori all the solutions got closer ZHD referenceWe have seen as the reference ZHD is important for the final estimation of the positions / ZTD. The differences are important - even among the 3 versions of VMF (the grid size I believe it's the thing that most impact introducing interpolation error). For GMF and Neil I used the same Saastamoinen model. I will try from the the next week to push back to goGPS most of the bugs solved in our internal version, thank you again for your post here, it really helped and it is remembering me that I need to import the corrections made in our software to the main goGPS repository. As soon as a new version of goGPS will be available I'll post it here ;-) P.s. I couldn't make the comparison with the IGS solutions because at the moment the FTP of IGS seems unreachable to me. |
Hi @clicat . Thank you very much for taking the time to give such a detailed answer. This really helps me. So, as far as I have understood, the ZHD extraction from VMF is not working in the current version of goGPS and therefore is very probably introducing a bias/distortion in both altimetry and ZTD/ZWD estimation. I thus conclude that using Saastamoinen-GPT is more cautious by now. In your Breva results I can see that a correct use of VMF ZHD indeed really influences the fluctuations in ZWD estimates (possibly makes them more exact). I will be looking forward for next goGPS updates correcting this bug! :-) On the other hand, I still have one doubt concerning your plots. When you plot the ENU results, what does the 0 line in each dimension correspond to? I think that goGPS takes the mean value of the time series as the 0 point when plotting the results of a given processing. If it's the case with Breva too, could it be that this fact is hiding the bias existing between the different results? (In my case, I calculated all the ENU coordinates with respect to a fix position (IGS position), so this allows to appreciate the biases). Also, related to the weighting function bug you mentioned: are you refering to the satellite elevation dependent weighting function? sin^2(el) weighting was giving me some problems so I adopted sin(el) as the good one. Let me know if there is any bug with this one too, please! Thanks again for your answer and the all work you do with goGPS in general. |
Thank you again @clicat. Following your observations about the problems with the ZHD extraction, I reprocessed with the same Mapping Functions (Niell, VMF1 and VMF3 1ºx1º) but using Saastamoinen-GPT a-priori model for all of them. Thanks to the consistency of ZHD model, most of discrepancies in ZWD fluctuations seem to disappear (good!): However, biases persist in the altimetric component and ZTD estimation and don't seem to improve with respect to the processing using VMF ZHD. And they still are far more noticeable than those you obtained with BREVA: So: could it be that ZHD extraction is not the only problem with VMF in the current goGPS? I'm aware that it is a lot of work to analyse all this problem and find an answer to this question. I don't expect so, I just leave it as an open question in case it could be usefull for future improvements of goGPS. For myself, I will stick to the Niell MF until new updates are pushed. Grazie mille! |
Hello!
I am processing GNSS data with goGPS for PWV estimation purposes and I'm having some issues and doubts concerning the Mapping Functions.
My first problem is that each Mapping Function seems to introduce a mm-cm magnitude bias in the altimetric component.
Here one example for ZIM3, only GPS constelation, month of november of 2021. The 0 line correponds to the IGS weekly solution for the 15th of november. Bernese data (in black) was processed using Niell Mapping Function.
I'm aware that small differences can exist between different MF models but I have the impression they should be more subtile. This data was processed with a sin(el) satellite weighting, 7º cutoff angle and stations that count with reasonably dense skyplots. As far as I have read in a quick search (1 and 2), a few mm differences can be expected in low elevations, but not overall.
My second problem concerns the ZWD estimation. On the one hand, the ZTD is biased too depending on the MF (which is logical given that altimetry is biased).
But, most important, on the other hand, ZHD estimates can vary a lot between different models, specially in the case of VMF3 (in this case I used the 1ºx1º grid):
This is an important detail because these differences can modify the fluctuations and peaks observed in the ZWD and PWV and cause problems when trying to correlate them with precipitation events.
VMF3 was my first choice because it is supposed to be more refined, but with these biases I am now doubting on which MF to choose.
I performed a test with 19 IGS stations taking the IGS weekly position as a reference, but I cannot draw any clear conclusion about which MF is the best (it actually seems to depend on the station, here are some of the results: position_MF.pdf, ZHD_MF.pdf).
Any clue of where these biases can be coming from? Any recomendations?
Thank you!
The text was updated successfully, but these errors were encountered: