diff options
| -rw-r--r-- | docs/source/operations/conversions/unitconvert.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/operations/conversions/unitconvert.rst b/docs/source/operations/conversions/unitconvert.rst index 632f6aeb..e99ca837 100644 --- a/docs/source/operations/conversions/unitconvert.rst +++ b/docs/source/operations/conversions/unitconvert.rst @@ -35,7 +35,7 @@ but when the data transformed with the `helmert` operation timestamps are expected to be in units of decimalyears. This can be fixed with `unitconvert`:: +proj=pipeline - +step +proj=unitconvert +t_in=gpsweek +t_out=decimalyear + +step +proj=unitconvert +t_in=gps_week +t_out=decimalyear +step +proj=helmert +epoch=2000.0 +t_obs=2017.5 ... Parameters |
