Skip to content

Commit a06c392

Browse files
Kyran-Cookumma-zannat
authored andcommitted
Fixed from_datum issue
1 parent 12864f8 commit a06c392

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

geodepy/constants.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,8 +2451,8 @@ class parameters.
24512451
)
24522452

24532453
wgs84trans_to_itrf90 = iers2trans(
2454-
from_datum="WGS84 (Transit)",
2455-
to_datum="ITRF90",
2454+
itrf_from="WGS84 (Transit)",
2455+
itrf_to="ITRF90",
24562456
ref_epoch=date(1990, 7, 1),
24572457
tx=-60,
24582458
ty=517,
@@ -2492,8 +2492,8 @@ class parameters.
24922492
)
24932493

24942494
wgs84ensemble_to_itrf2014 = Transformation(
2495-
from_datum="WGS84 Ensemble",
2496-
to_datum="ITRF2014",
2495+
itrf_from="WGS84 Ensemble",
2496+
itrf_to="ITRF2014",
24972497
ref_epoch=date(2014, 1, 1),
24982498
tx=0.0,
24992499
ty=0.0,

0 commit comments

Comments
 (0)