diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-05-01 22:24:33 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-05-01 22:24:33 +0200 |
| commit | 3d59ac2735a21f12bc894dc70f42ec578b2b98f3 (patch) | |
| tree | e6faaa64c22eba48e2b6a6fcba5a4d5107c5af90 /docs/source/resource_files.rst | |
| parent | c2b331c636584a3345dcccf38cae7661eb26cc6a (diff) | |
| download | PROJ-3d59ac2735a21f12bc894dc70f42ec578b2b98f3.tar.gz PROJ-3d59ac2735a21f12bc894dc70f42ec578b2b98f3.zip | |
Fix bad formatting
Diffstat (limited to 'docs/source/resource_files.rst')
| -rw-r--r-- | docs/source/resource_files.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index 113653e5..daf5c00a 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -107,9 +107,10 @@ Procedure: 1. Visit the `NTv2 <http://webapp.geod.nrcan.gc.ca/geod/tools-outils/applications.php?locale=en#ntv2>`__, and register/login 2. Follow the Download NTv2 link near the bottom of the page. -3. Unzip `ntv2_100325.zip` (or similar), and move the grid shift file `NTV2_0.GSB` to the proj directory (be sure to change the name to lowercase for consistency) - * e.g.: `mv NTV2_0.GSB /usr/local/share/proj/ntv2_0.gsb` +3. Unzip ``ntv2_100325.zip`` (or similar), and move the grid shift file ``NTV2_0.GSB`` to the proj directory (be sure to change the name to lowercase for consistency) + e.g.: ``mv NTV2_0.GSB /usr/local/share/proj/ntv2_0.gsb`` 4. Test it using: + :: cs2cs +proj=latlong +ellps=clrk66 +nadgrids=@ntv2_0.gsb +to +proj=latlong +ellps=GRS80 +datum=NAD83 |
