@@ -44,7 +44,7 @@ size of the resulting images is determined by the BoundingBox (or
4444HiResBoundingBox, if present). As an option, a tight (HiRes)BoundingBox
4545may be computed first. As another option, it can compute ESRI type world
4646files used to reference, for instance, tif files and make them be
47- recognized as geotiff . **Note **: If the PostScript file calls on any of
47+ recognized as GeoTIFF . **Note **: If the PostScript file calls on any of
4848the Adobe PDF transparency extensions *and * PDF is not the selected output
4949format, then the file will first be converted to a temporary PDF file
5050(for the transparency to take effect) before converting the PDF to the
@@ -219,7 +219,7 @@ Optional Arguments
219219
220220**-W **\ [**+a **\ *altmode *\ [*alt *]][**+c **][**+f **\ *minfade/maxfade *][**+g **][**+k **][**+l **\ *minLOD/maxLOD *][**+n **\ *layername *][**+o **\ *foldername *][**+t **\ *docname *][**+u **\ *URL *]
221221 Write an ESRI type world file suitable to make .tif files be
222- recognized as geotiff by software that know how to do it. Be aware,
222+ recognized as GeoTIFF by software that know how to do it. Be aware,
223223 however, that different results are obtained depending on the image
224224 contents and if the |-B | option has been used or not. The trouble
225225 with the |-B | option is that it creates a frame and very likely
@@ -236,8 +236,8 @@ Optional Arguments
236236 Together with |-V | it prints on screen the *gdal_translate *
237237 (*gdal_translate * is a command line tool from the `GDAL package <https://gdal.org/ >`_)
238238 command that reads the raster + world file and creates a true
239- geotiff file. Append **+g ** to do a system call to *gdal_translate *
240- and create a geoTIFF image right away. The output file will have a
239+ GeoTIFF file. Append **+g ** to do a system call to *gdal_translate *
240+ and create a GeoTIFF image right away. The output file will have a
241241 .tiff extension.
242242
243243 The world file naming follows the convention of jamming a 'w' in the
@@ -277,7 +277,7 @@ Optional Arguments
277277
278278 Further notes on the creation of georeferenced rasters.
279279 **psconvert ** can create a georeferenced raster image with a world
280- file OR uses GDAL to convert the GMT PostScript file to geotiff .
280+ file OR uses GDAL to convert the GMT PostScript file to GeoTIFF .
281281 GDAL uses `PROJ <https://proj.org/ >`_ for its projection library. To provide with the
282282 information it needs to do the georeferencing, GMT embeds a
283283 comment near the start of the PostScript file defining the
@@ -387,12 +387,12 @@ To create a simple linear map with :doc:`coast` and convert it to tif with a
387387 gmt psconvert cara.ps -Tt -W
388388
389389To create a Mercator version of the above example and use GDAL to
390- produce a true geotiff file::
390+ produce a true GeoTIFF file::
391391
392392 gmt coast -JM0/12c -R-10/-4/37/43 -W1 -Di -Bg30m -G200 --MAP_FRAME_TYPE=inside -ps cara
393393 gdalwarp -s_srs +proj=merc cara.tif carageo.tiff
394394
395- To create a Polar Stereographic geotiff file of Patagonia::
395+ To create a Polar Stereographic GeoTIFF file of Patagonia::
396396
397397 gmt coast -JS-55/-60/15c -R-77/-55/-57.5/-48+r -Di -Gred -Bg2 --MAP_FRAME_TYPE=inside -ps patagonia
398398 gmt psconvert patagonia.ps -Tt -W+g -V
0 commit comments