EXTRACTING COMPACT RINEX FORMAT
Most IGS* stations archive data in compact rinex format.
I have had a hard time figuring out how to decompress this files.
Just follow the following steps:
1. Download RNXCMP_4.0.4_Windows.tar through this link:
2. Extract the bin folder contains the following files:
2. Save the following scripts as Windows batch file (example: 00D_00o.bat) to the same folder where you have saved the compact rinex files and the extracted bin files from RNX 4.0.4 Windows tar file above.
**********************************************************************************
@echo off
REM decompressing the *.99e to *.99o automatically:
REM
REM decompressing *.99e to *.99d
REM restore *.99d to *.99o
REM
del crz2x.tmp
del crz2x.bat
for %%f in (*.9?d) do ECHO call crz2rnx1 %%f >> crz2x.tmp
for %%f in (*.0?d) do ECHO call crz2rnx1 %%f >> crz2x.tmp
for %%f in (*.9?z) do ECHO call crz2rnx1 %%f >> crz2x.tmp
for %%f in (*.0?z) do ECHO call crz2rnx1 %%f >> crz2x.tmp
sortcrz2x.bat
REM c:\pe2\pe2 crz2x.bat
call crz2x.bat
REM
REM for %%f in (*.9?z) do ECHO call crz2rnx1 %%f >> CRZ2X.BAT
REM
REM decompressing the *.99z to *.99o automatically:
REM
REM decompressing *.99z to *.99o
REM
*******************************************************************************
3. Click on the batch file that you have created. Converted RINEX observation files will be saved within the same folder.
*IGS (International GNSS Service) Stations
Additional Links for GPS processing:
Link to the GPS Calendar:
http://www.ngs.noaa.gov/CORS/Gpscal.htmlhttp://www.ngs.noaa.gov/CORS/Gpscal.html
Link to download daily rinex data (GPS daily data) from IGS stations:
ftp://cddis.gsfc.nasa.gov/pub/gps/data/daily/
Link to download rapid and static daily ephemeris data (.sp3) :
http://igscb.jpl.nasa.gov/components/prods_cb.html
Link on data and resources for GPS antenna calibartion:
http://www.ngs.noaa.gov/ANTCAL/
Link to pole file (orbit data) C04 *.erp:
http://igs.bkg.bund.de/root_ftp/IGS/products/orbits/
Trimble Configuration Utility for update of DAT2RIN converter:
http://www.trimble.com/trimbleconfiguration_ts.asp
I have had a hard time figuring out how to decompress this files.
Just follow the following steps:
1. Download RNXCMP_4.0.4_Windows.tar through this link:
2. Extract the bin folder contains the following files:
2. Save the following scripts as Windows batch file (example: 00D_00o.bat) to the same folder where you have saved the compact rinex files and the extracted bin files from RNX 4.0.4 Windows tar file above.
**********************************************************************************
@echo off
REM decompressing the *.99e to *.99o automatically:
REM
REM decompressing *.99e to *.99d
REM restore *.99d to *.99o
REM
del crz2x.tmp
del crz2x.bat
for %%f in (*.9?d) do ECHO call crz2rnx1 %%f >> crz2x.tmp
for %%f in (*.0?d) do ECHO call crz2rnx1 %%f >> crz2x.tmp
for %%f in (*.9?z) do ECHO call crz2rnx1 %%f >> crz2x.tmp
for %%f in (*.0?z) do ECHO call crz2rnx1 %%f >> crz2x.tmp
sort
REM c:\pe2\pe2 crz2x.bat
call crz2x.bat
REM
REM for %%f in (*.9?z) do ECHO call crz2rnx1 %%f >> CRZ2X.BAT
REM
REM decompressing the *.99z to *.99o automatically:
REM
REM decompressing *.99z to *.99o
REM
*******************************************************************************
3. Click on the batch file that you have created. Converted RINEX observation files will be saved within the same folder.
*IGS (International GNSS Service) Stations
Additional Links for GPS processing:
Link to the GPS Calendar:
http://www.ngs.noaa.gov/CORS/Gpscal.htmlhttp://www.ngs.noaa.gov/CORS/Gpscal.html
Link to download daily rinex data (GPS daily data) from IGS stations:
ftp://cddis.gsfc.nasa.gov/pub/gps/data/daily/
Link to download rapid and static daily ephemeris data (.sp3) :
http://igscb.jpl.nasa.gov/components/prods_cb.html
Link on data and resources for GPS antenna calibartion:
http://www.ngs.noaa.gov/ANTCAL/
Link to pole file (orbit data) C04 *.erp:
http://igs.bkg.bund.de/root_ftp/IGS/products/orbits/
Trimble Configuration Utility for update of DAT2RIN converter:
http://www.trimble.com/trimbleconfiguration_ts.asp
Comments
Post a Comment