Changeset 8080 in ntrip for trunk/BNC/src
- Timestamp:
- Feb 15, 2017, 9:06:03 AM (8 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bnchelp.html
r8067 r8080 4037 4037 4038 4038 <p> 4039 <u>SIRGAS2000:</u> The formulas for the transformation 'I TRF2008->SIRGAS2000' were provided via personal communication from CGED-Coordenacao de Geodesia, IBGE/DGC - Diretoria de Geociencias, Brazil.</u>.4040 </p> 4041 <p> 4042 <pre> 4043 Translation in X at epoch To: 0.002 0m4044 Translation in Y at epoch To: 0.00 41m4045 Translation in Z at epoch To: 0.0039m4039 <u>SIRGAS2000:</u> The formulas for the transformation 'IGb14->SIRGAS2000' were provided via personal communication from CGED-Coordenacao de Geodesia, IBGE/DGC - Diretoria de Geociencias, Brazil.</u>. 4040 </p> 4041 <p> 4042 <pre> 4043 Translation in X at epoch To: 0.0026 m 4044 Translation in Y at epoch To: 0.0018 m 4045 Translation in Z at epoch To: -0.0061 m 4046 4046 Translation rate in X: 0.0000 m/y 4047 4047 Translation rate in Y: 0.0000 m/y -
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r8017 r8080 147 147 _t0 = 1994.0; 148 148 } 149 else if (_crdTrafo == "SIRGAS2000") { 150 _dx = 0.002 0;151 _dy = 0.00 41;152 _dz = 0.0039;149 else if (_crdTrafo == "SIRGAS2000") { // from IGb14 (Sonia Costa, BRA) 150 _dx = 0.0026; 151 _dy = 0.0018; 152 _dz = -0.0061; 153 153 _dxr = 0.0000; 154 154 _dyr = 0.0000;
Note:
See TracChangeset
for help on using the changeset viewer.