├── .gitattributes ├── .gitignore ├── LICENSE ├── PPPx_manual.pdf ├── README.md ├── bin ├── linux │ ├── pppx │ └── pppx_static ├── macos │ └── pppx └── windows │ └── pppx.exe ├── example ├── pppx │ ├── 00_spp_if.ini │ ├── 00_spp_if │ │ └── ZIM200CHE_R_20221000000_01D_30S_MO.png │ ├── 01_spp_sf.ini │ ├── 01_spp_sf │ │ └── ZIM200CHE_R_20221000000_01D_30S_MO.png │ ├── 02_ppp_ekf.ini │ ├── 02_ppp_ekf │ │ └── ZIM200CHE_R_20221000000_01D_30S_MO.png │ ├── 03_ppp_fgo.ini │ ├── 03_ppp_fgo │ │ └── ZIM200CHE_R_20221000000_01D_30S_MO.png │ ├── 04_ppp_brdc.ini │ ├── 04_ppp_brdc │ │ └── ZIM200CHE_R_20221000000_01D_30S_MO.png │ ├── 05_pppar_ekf.ini │ ├── 05_pppar_ekf │ │ └── ZIM200CHE_R_20221000000_01D_30S_MO.png │ ├── 06_rtk.ini │ ├── 06_rtk │ │ └── ZIM200CHE_R_20221000000_01D_30S_MO.png │ ├── 07_tdp.ini │ ├── 07_tdp │ │ └── ALGO00CAN_R_20221000000_15M_01S_MO.png │ ├── README.md │ ├── products.zip │ ├── rinex │ │ ├── ALGO00CAN_R_20221000000_15M_01S_MO.rnx │ │ ├── ZIM200CHE_R_20221000000_01D_30S_MO.rnx │ │ └── ZIMM00CHE_R_20221000000_01D_30S_MO.rnx │ └── run.sh └── smartphone │ ├── README.md │ ├── eth2.ini │ ├── pixl.ini │ ├── plot_ztd.py │ ├── products.zip │ ├── run.sh │ └── ublx.ini ├── pppx.ini ├── scripts ├── plot_ppppos.py └── pppx.sh └── table ├── glonass_chn ├── gpt2_1wA.grd ├── igs08.atx ├── igs14.atx ├── igs20.atx ├── oceanload └── orography_ell /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/LICENSE -------------------------------------------------------------------------------- /PPPx_manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/PPPx_manual.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/README.md -------------------------------------------------------------------------------- /bin/linux/pppx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/bin/linux/pppx -------------------------------------------------------------------------------- /bin/linux/pppx_static: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/bin/linux/pppx_static -------------------------------------------------------------------------------- /bin/macos/pppx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/bin/macos/pppx -------------------------------------------------------------------------------- /bin/windows/pppx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/bin/windows/pppx.exe -------------------------------------------------------------------------------- /example/pppx/00_spp_if.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/00_spp_if.ini -------------------------------------------------------------------------------- /example/pppx/00_spp_if/ZIM200CHE_R_20221000000_01D_30S_MO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/00_spp_if/ZIM200CHE_R_20221000000_01D_30S_MO.png -------------------------------------------------------------------------------- /example/pppx/01_spp_sf.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/01_spp_sf.ini -------------------------------------------------------------------------------- /example/pppx/01_spp_sf/ZIM200CHE_R_20221000000_01D_30S_MO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/01_spp_sf/ZIM200CHE_R_20221000000_01D_30S_MO.png -------------------------------------------------------------------------------- /example/pppx/02_ppp_ekf.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/02_ppp_ekf.ini -------------------------------------------------------------------------------- /example/pppx/02_ppp_ekf/ZIM200CHE_R_20221000000_01D_30S_MO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/02_ppp_ekf/ZIM200CHE_R_20221000000_01D_30S_MO.png -------------------------------------------------------------------------------- /example/pppx/03_ppp_fgo.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/03_ppp_fgo.ini -------------------------------------------------------------------------------- /example/pppx/03_ppp_fgo/ZIM200CHE_R_20221000000_01D_30S_MO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/03_ppp_fgo/ZIM200CHE_R_20221000000_01D_30S_MO.png -------------------------------------------------------------------------------- /example/pppx/04_ppp_brdc.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/04_ppp_brdc.ini -------------------------------------------------------------------------------- /example/pppx/04_ppp_brdc/ZIM200CHE_R_20221000000_01D_30S_MO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/04_ppp_brdc/ZIM200CHE_R_20221000000_01D_30S_MO.png -------------------------------------------------------------------------------- /example/pppx/05_pppar_ekf.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/05_pppar_ekf.ini -------------------------------------------------------------------------------- /example/pppx/05_pppar_ekf/ZIM200CHE_R_20221000000_01D_30S_MO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/05_pppar_ekf/ZIM200CHE_R_20221000000_01D_30S_MO.png -------------------------------------------------------------------------------- /example/pppx/06_rtk.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/06_rtk.ini -------------------------------------------------------------------------------- /example/pppx/06_rtk/ZIM200CHE_R_20221000000_01D_30S_MO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/06_rtk/ZIM200CHE_R_20221000000_01D_30S_MO.png -------------------------------------------------------------------------------- /example/pppx/07_tdp.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/07_tdp.ini -------------------------------------------------------------------------------- /example/pppx/07_tdp/ALGO00CAN_R_20221000000_15M_01S_MO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/07_tdp/ALGO00CAN_R_20221000000_15M_01S_MO.png -------------------------------------------------------------------------------- /example/pppx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/README.md -------------------------------------------------------------------------------- /example/pppx/products.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/products.zip -------------------------------------------------------------------------------- /example/pppx/rinex/ALGO00CAN_R_20221000000_15M_01S_MO.rnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/rinex/ALGO00CAN_R_20221000000_15M_01S_MO.rnx -------------------------------------------------------------------------------- /example/pppx/rinex/ZIM200CHE_R_20221000000_01D_30S_MO.rnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/rinex/ZIM200CHE_R_20221000000_01D_30S_MO.rnx -------------------------------------------------------------------------------- /example/pppx/rinex/ZIMM00CHE_R_20221000000_01D_30S_MO.rnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/rinex/ZIMM00CHE_R_20221000000_01D_30S_MO.rnx -------------------------------------------------------------------------------- /example/pppx/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/pppx/run.sh -------------------------------------------------------------------------------- /example/smartphone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/smartphone/README.md -------------------------------------------------------------------------------- /example/smartphone/eth2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/smartphone/eth2.ini -------------------------------------------------------------------------------- /example/smartphone/pixl.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/smartphone/pixl.ini -------------------------------------------------------------------------------- /example/smartphone/plot_ztd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/smartphone/plot_ztd.py -------------------------------------------------------------------------------- /example/smartphone/products.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/smartphone/products.zip -------------------------------------------------------------------------------- /example/smartphone/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/smartphone/run.sh -------------------------------------------------------------------------------- /example/smartphone/ublx.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/example/smartphone/ublx.ini -------------------------------------------------------------------------------- /pppx.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/pppx.ini -------------------------------------------------------------------------------- /scripts/plot_ppppos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/scripts/plot_ppppos.py -------------------------------------------------------------------------------- /scripts/pppx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/scripts/pppx.sh -------------------------------------------------------------------------------- /table/glonass_chn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/table/glonass_chn -------------------------------------------------------------------------------- /table/gpt2_1wA.grd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/table/gpt2_1wA.grd -------------------------------------------------------------------------------- /table/igs08.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/table/igs08.atx -------------------------------------------------------------------------------- /table/igs14.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/table/igs14.atx -------------------------------------------------------------------------------- /table/igs20.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/table/igs20.atx -------------------------------------------------------------------------------- /table/oceanload: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/table/oceanload -------------------------------------------------------------------------------- /table/orography_ell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanxinPan/PPPx_bin/HEAD/table/orography_ell --------------------------------------------------------------------------------