Skip to content

Commit ab9a014

Browse files
committed
Fixed itrf_from issue
1 parent 6f1a8a0 commit ab9a014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)