Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Improve grdcall.c string breaking #5972

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into gdal-update
  • Loading branch information
PaulWessel committed Feb 23, 2022
commit 5bd33f053a913da3e7bca4d43053146d03ab8fdc
7 changes: 5 additions & 2 deletions doc/rst/source/psconvert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,12 @@ Optional Arguments
by the Ghostscript. In that case you really must use **-B** or use a
slightly off-white color.

Together with **-V** it prints on screen the :doc:`grdgdal`
Together with **-V** it prints on screen the *gdal_translate*
(*gdal_translate* is a command line tool from the `GDAL package <https://gdal.org/>`_)
command that reads the raster + world file and creates a true
geotiff file. The output file will have a .tiff extension.
geotiff file. Append **+g** to do a system call to *gdal_translate*
and create a geoTIFF image right away. The output file will have a
.tiff extension.

The world file naming follows the convention of jamming a 'w' in the
file extension. So, if output is tif **-Tt** the world file is a
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.