MintPy icon indicating copy to clipboard operation
MintPy copied to clipboard

Support different GPS solution providers

Open falkamelung opened this issue 5 years ago • 5 comments

Currently MintPy supports only the UNR GPS solutions. It would be nice to have an option to select the GPS data source. For example, people from Scripps, MIT and JPL would like to use SOPAC, PBO and JPL GPS solutions, respectively. The way to do this would be to support the Unavco webservices where some of the GPS solution are available.

  • GNSS Time Series from JPL: https://sideshow.jpl.nasa.gov/post/series.html
    • List of sites w/ position and velocity: https://sideshow.jpl.nasa.gov/post/tables/table2.html
    • Time series: https://sideshow.jpl.nasa.gov/pub/JPL_GPS_Timeseries/repro2018a/post/point/

Description of the desired feature

Is your feature request related to a problem? Please describe

Describe the solution you'd like

Describe alternatives you have considered

Additional context

Are you willing to help implement and maintain this feature? Yes/No

falkamelung avatar Nov 04 '19 23:11 falkamelung

Hi @falkamelung, all GPS related features should have major changes in the coming version. I will keep this feature in mind and check the detailed implementation strategy when we started to actively work on it.

yunjunz avatar Nov 05 '19 01:11 yunjunz

I got some feedback from Geoff Blewitt. There will be a reprocessing of all GPS data out by AGU with much better vertical (different handling of the troposphere). I asked about velocities for user-defined time periods. They will not do this. He suggests to use the MIDAS code and that it works well as long as you consider a little more than 1 year. He also points out that the MIDAS code is very simple and should be easy to translate to Python.

falkamelung avatar Nov 05 '19 13:11 falkamelung

That's good to know, @falkamelung. Is there a publicly available implementation of MIDAS code for reference?

yunjunz avatar Nov 05 '19 19:11 yunjunz

@yunjunz

ftp://gneiss.nbmg.unr.edu/MIDAS_release/

ehavazli avatar Nov 05 '19 21:11 ehavazli

Thank you @ehavazli.

yunjunz avatar Nov 05 '19 22:11 yunjunz