diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-12-17 15:31:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-17 15:31:34 +0100 |
| commit | edcf6a2ea62a3bc0365442688bd83426450c8482 (patch) | |
| tree | a386092625001e20d846c344fa48b9c79834c36f /docs | |
| parent | 7766b1aad7328b94b7ecc9afe0ad7e874c989ad3 (diff) | |
| parent | e685921b45c1d4bcc2d8cc0771d013cb4a3bf1d7 (diff) | |
| download | PROJ-edcf6a2ea62a3bc0365442688bd83426450c8482.tar.gz PROJ-edcf6a2ea62a3bc0365442688bd83426450c8482.zip | |
Merge pull request #2491 from glostis/documentation
Fix typos in resource_files.rst
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/resource_files.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index ae3a808d..22edbc90 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -151,7 +151,7 @@ proj-datumgrid series of packages are not maintained anymore and are only kept available for legacy purposes. -For a functioning builds of PROJ prior to version 7, installation of the +For a functioning build of PROJ prior to version 7, installation of the `proj-datumgrid <https://github.com/OSGeo/proj-datumgrid>`_ is needed. If you have installed PROJ from a package system chances are that this will already be done for you. The *proj-datumgrid* package provides transformation grids that @@ -197,7 +197,7 @@ includes grids that have global extent, e.g. the global geoid model EGM08. All packages above come in different versions, e.g proj-datumgrid-1.8 or proj-datumgrid-europe-1.4. The `-latest` packages are symbolic links to the -latest version of a given packages. That means that the link +latest version of a given package. That means that the link https://download.osgeo.org/proj/proj-datumgrid-north-america-latest.zip is equivalent to https://download.osgeo.org/proj/proj-datumgrid-north-america-1.2.zip (as of the time of writing this). @@ -278,7 +278,7 @@ than one foot over the last two decades). Getting and building HTDP ................................................................................ -The HTDP modelling program is in written FORTRAN. The source and documentation +The HTDP modelling program is written in FORTRAN. The source and documentation can be found on the HTDP page at http://www.ngs.noaa.gov/TOOLS/Htdp/Htdp.shtml On linux systems it will be necessary to install `gfortran` or some FORTRAN @@ -322,10 +322,10 @@ Usage [-htdp <path_to_exe>] [-wrkdir <dirpath>] [-kwf] -o <output_grid_name> - -griddef: by default the following values for roughly the continental USA - at a six minute step size are used: - -127 50 -66 25 251 611 - -kwf: keep working files in the working directory for review. + -griddef: by default the following values for roughly the continental USA + at a six minute step size are used: + -127 50 -66 25 251 611 + -kwf: keep working files in the working directory for review. :: |
