Skip to content

Commit

Permalink
Update raster tutorial link
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Sep 26, 2024
1 parent 508458d commit d3b1c85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/quickstart/gdal_quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ Here we reproject to the Ortho projection.
Note how the poles are clipped? This is because the edges at the pole
can't be reprojected gdalwarp does not read all the data. We can force
gdalwarp to read a bunch of surplus data around chunks as one way to
resolve this.
resolve this. Read more about this in the
`Raster Tutorial <http://web.archive.org/web/20240812222113/https://trac.osgeo.org/gdal/wiki/UserDocs/RasterProcTutorial>`__.



Expand Down

0 comments on commit d3b1c85

Please sign in to comment.