Skip to content

Commit a1d204f

Browse files
Kyran-Cookumma-zannat
authored andcommitted
Fixed itrf_from issue
1 parent a06c392 commit a1d204f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

geodepy/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2492,8 +2492,8 @@ class parameters.
24922492
)
24932493

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

0 commit comments

Comments
 (0)