We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2507f commit c661992Copy full SHA for c661992
1 file changed
src/nsidc/iceflow/itrf/converter.py
@@ -154,7 +154,7 @@ def transform_itrf(
154
# is 2011.0 (2011-01-01T00:00:00), then the delta is 1993 -
155
# 2011: -18. We need to invert the step so that the point is
156
# propagated forward in time, from 1993 to 2011.
157
- f"+step +inv +init={target_itrf}:{plate} +t_epoch={target_epoch} "
+ f"+step +inv +init={target_itrf}:{plate} +t_epoch={target_epoch}"
158
)
159
if not _check_valid_proj_step(plate_model_step):
160
err_msg = f"Failed to find pre-defined plate-model parameters for {target_itrf}:{plate}"
0 commit comments