File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ class parameters.
630630 sd_d_rz = 0.00 ,
631631)
632632
633- itrf2014_to_atrf2014 = atrf2014_to_gda2020 = Transformation (
633+ itrf2014_to_atrf2014 = Transformation (
634634 from_datum = "ITRF2014" ,
635635 to_datum = "ATRF2014" ,
636636 ref_epoch = date (2020 , 1 , 1 ),
@@ -3583,23 +3583,6 @@ class parameters.
35833583 sd_d_rz = 0.0
35843584)
35853585
3586- wgs84g730_to_itrf90_sd = TransformationSD (
3587- sd_tx = 0.1 ,
3588- sd_ty = 0.1 ,
3589- sd_tz = 0.1 ,
3590- sd_sc = 0.0 ,
3591- sd_rx = 0.0 ,
3592- sd_ry = 0.0 ,
3593- sd_rz = 0.0 ,
3594- sd_d_tx = 0.0 ,
3595- sd_d_ty = 0.0 ,
3596- sd_d_tz = 0.0 ,
3597- sd_d_sc = 0.0 ,
3598- sd_d_rx = 0.0 ,
3599- sd_d_ry = 0.0 ,
3600- sd_d_rz = 0.0
3601- )
3602-
36033586wgs84g730_to_itrf91 = Transformation (
36043587 from_datum = "WGS84 (G730)" ,
36053588 to_datum = "ITRF91" ,
You can’t perform that action at this time.
0 commit comments