From 3d59ac2735a21f12bc894dc70f42ec578b2b98f3 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 1 May 2018 22:24:33 +0200 Subject: Fix bad formatting --- docs/source/resource_files.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') 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 `__, 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 -- cgit v1.2.3