From 88a1ac5bc825a7f4f1d06e6f6df8bf835f07e4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Stojnovi=C4=87?= Date: Tue, 21 Aug 2018 22:45:50 +0200 Subject: Update unitconvert.rst bug in example - changed +t_in=gpsweek to +t_in=gps_week --- docs/source/operations/conversions/unitconvert.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source') 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 -- cgit v1.2.3