diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-12-04 10:56:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-04 10:56:38 +0100 |
| commit | ebe3aadd69801ea911fb7ec6e2cfaa0777167d7c (patch) | |
| tree | aed469e3411f290b184c74c26073ca0e4236a810 | |
| parent | d9d55ed203de5e37d8a901beeea9cad37a74f1d4 (diff) | |
| parent | 7178175eca881ac4865d218c926fa7df2304cec3 (diff) | |
| download | PROJ-ebe3aadd69801ea911fb7ec6e2cfaa0777167d7c.tar.gz PROJ-ebe3aadd69801ea911fb7ec6e2cfaa0777167d7c.zip | |
Merge pull request #2969 from OSGeo/backport-2964-to-8.2
[Backport 8.2] Fix github path for crs2crs2grid.py in HTDP
| -rw-r--r-- | docs/source/resource_files.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index 536d9480..06ba77ff 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -305,7 +305,7 @@ Getting :file:`crs2crs2grid.py` ................................................................................ The :file:`crs2crs2grid.py` script can be found at -https://github.com/OSGeo/gdal/tree/master/gdal/swig/python/samples/crs2crs2grid.py +https://github.com/OSGeo/gdal/blob/master/swig/python/gdal-utils/osgeo_utils/samples/crs2crs2grid.py The script depends on having the GDAL Python bindings operational; if they are not you will get an error such as: |
