From ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 12 Dec 2016 16:33:43 +0100 Subject: Add a scripts/fix_typos.sh script and correct reported errors --- test/gigs/TESTNOTES.md | 6 +++--- test/gigs/test_json.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/gigs/TESTNOTES.md b/test/gigs/TESTNOTES.md index 003872e8..ff9c03a1 100644 --- a/test/gigs/TESTNOTES.md +++ b/test/gigs/TESTNOTES.md @@ -1,7 +1,7 @@ ## TEST JSON ########################################################### -This is the testing framework that uses JSON formated files that tests -PROJ.4 using Geospatial Integrity of Geoscience Sofware (GIGS) calculations. +This is the testing framework that uses JSON formatted files that tests +PROJ.4 using Geospatial Integrity of Geoscience Software (GIGS) calculations. This could be used as a framework for testing projections from other sources. @@ -61,7 +61,7 @@ courts of England and Wales. 2) Upgrade `pip` (possibly not needed) https://pip.pypa.io/en/stable/installing/#upgrading-pip 3) Install pyproj - * requires a C/C++ compiler be usuable by python + * requires a C/C++ compiler be usable by python * repository version requires Cython to be installed, releases do not require this ``` diff --git a/test/gigs/test_json.py b/test/gigs/test_json.py index 2c1f9f02..11aec31e 100644 --- a/test/gigs/test_json.py +++ b/test/gigs/test_json.py @@ -122,7 +122,7 @@ def match_func(cor, exc, tolerance): # parse multiple tests and call TransformTest # TODO: needs some awareness of the driver, so driver_info function in -# TranformTest classes can be called, could allow a dummy instance of +# TransformTest classes can be called, could allow a dummy instance of # Driver and move all the initization code to another function? Or allow # dipatch function to check if everything is in order do a transform. # Not an elegant solution. @@ -131,7 +131,7 @@ class TransformRunner(object): """ fn_pattern - file name or file name pattern (example "*.json") driver - this is the type of driver to run - kwargs - parameters passed to the respective driver TransfromTest class + kwargs - parameters passed to the respective driver TransformTest class """ self.driver = driver json_input = [] -- cgit v1.2.3