Changeset 8081 in ntrip for branches/BNC_2.12/src


Ignore:
Timestamp:
Feb 15, 2017, 9:06:49 AM (7 years ago)
Author:
wiese
Message:

CHANGE: SIRGAS2000 transformation parameters adjusted to IGb14

Location:
branches/BNC_2.12/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bnchelp.html

    r8068 r8081  
    40374037
    40384038<p>
    4039 <u>SIRGAS2000:</u> The formulas for the transformation 'ITRF2008-&gt;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.0020 m
    4044 Translation in Y at epoch To:  0.0041 m
    4045 Translation in Z at epoch To:  0.0039 m
     4039<u>SIRGAS2000:</u> The formulas for the transformation 'IGb14-&gt;SIRGAS2000' were provided via personal communication from CGED-Coordenacao de Geodesia, IBGE/DGC - Diretoria de Geociencias, Brazil.</u>.
     4040</p>
     4041<p>
     4042<pre>
     4043Translation in X at epoch To:  0.0026 m
     4044Translation in Y at epoch To:  0.0018 m
     4045Translation in Z at epoch To: -0.0061 m
    40464046Translation rate in X:  0.0000 m/y
    40474047Translation rate in Y:  0.0000 m/y
  • branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp

    r8018 r8081  
    147147    _t0 = 1994.0;
    148148  }
    149   else if (_crdTrafo == "SIRGAS2000") {
    150     _dx = 0.0020;
    151     _dy = 0.0041;
    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;
    153153    _dxr = 0.0000;
    154154    _dyr = 0.0000;
Note: See TracChangeset for help on using the changeset viewer.