diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-05-24 12:18:51 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-05-24 12:18:51 +0200 |
| commit | 019360766a3d654d8626a3b6470f2a39364f7f97 (patch) | |
| tree | e0977f8aa337657e7667a75e2fb55b336b935e47 /docs/source/resource_files.rst | |
| parent | 5d105cb483a42467f64fa1e824a7c9a690a49b78 (diff) | |
| download | PROJ-019360766a3d654d8626a3b6470f2a39364f7f97.tar.gz PROJ-019360766a3d654d8626a3b6470f2a39364f7f97.zip | |
Docs: fix wrong spelling of t_obs and t_epoch
Diffstat (limited to 'docs/source/resource_files.rst')
| -rw-r--r-- | docs/source/resource_files.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index b6aa950d..10cbcb7b 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -404,7 +404,7 @@ ITRF2005: :: - +init=ITRF2000:ITRF2005 +tobs=2010.5 + +init=ITRF2000:ITRF2005 +t_obs=2010.5 which then expands to @@ -412,8 +412,8 @@ which then expands to +proj=helmert +x=-0.0001 +y=0.0008 +z=0.0058 +s=-0.0004 +dx=0.0002 +dy=-0.0001 +dz=0.0018 +ds=-0.000008 - +epoch=2000.0 +transpose - +tobs=2010.5 + +t_epoch=2000.0 +transpose + +t_obs=2010.5 Below is a list of the init files that are packaged with PROJ. |
