We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13fcdb commit 6f1a8a0Copy full SHA for 6f1a8a0
1 file changed
geodepy/constants.py
@@ -2451,8 +2451,8 @@ class parameters.
2451
)
2452
2453
wgs84trans_to_itrf90 = iers2trans(
2454
- from_datum="WGS84 (Transit)",
2455
- to_datum="ITRF90",
+ itrf_from="WGS84 (Transit)",
+ itrf_to="ITRF90",
2456
ref_epoch=date(1990, 7, 1),
2457
tx=-60,
2458
ty=517,
@@ -2492,8 +2492,8 @@ class parameters.
2492
2493
2494
wgs84ensemble_to_itrf2014 = Transformation(
2495
- from_datum="WGS84 Ensemble",
2496
- to_datum="ITRF2014",
+ itrf_from="WGS84 Ensemble",
+ itrf_to="ITRF2014",
2497
ref_epoch=date(2014, 1, 1),
2498
tx=0.0,
2499
ty=0.0,
0 commit comments