Skip to content

Commit

Permalink
typo fixes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 16, 2024
1 parent fad26ff commit 4897bf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/drivers/raster/wms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ following logic (first listed criterion is prioritary over following ones):
If ``USER`` is not set, ``USERNAME`` is used if set.
If neither ``USERNAME`` or ``USER`` are set, the md5sum of the filename of the configuration file is used)

- ``./gdalwmscache_{md5sum(filename)}`` if none of the above mentionned configuration options are set.
- ``./gdalwmscache_{md5sum(filename)}`` if none of the above mentioned configuration options are set.

Note that if the <Unique> element is set to true (which is its default value),
a subdirectory whose name is the md5sum of the filename of the configuration file
Expand Down
3 changes: 3 additions & 0 deletions scripts/typos_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,6 @@ The effect of the ``unscale`` option (added in GDAL 3.8) is to apply the scale/o
either 2 or 4 comma separated values. The same rules apply for the source and destination ranges, and ``scale_bn`` syntax may be used as it is with (:ref:`gdal_translate`). The option ``scale=true`` (default if unspecified is ``scale=false``) may also be used without value arguments (added in GDAL 3.8), where it results in the output range 0,255 from whatever the source range is. Do consider the need for also using ``ot`` option in order to accommodate the intended output range.
oSRS.SetLinearUnits("kilometre",
ds = gdal.Open("vrt://" + dsn_unscale + "?unscale=true&ot=int16")
FAIL_REGEX "[Uu]nknown option" # HP
FAIL_REGEX "[Uu]nknown switch" # PGI
* Esben Mose Hansen, Ange Optimization ApS

0 comments on commit 4897bf2

Please sign in to comment.