Skip to content

Commit 7ced0d6

Browse files
authored
Merge pull request OSGeo#11898 from schwehr/doc-codespell
doc: codespell [ci skip]
2 parents c7006db + 7fe438e commit 7ced0d6

16 files changed

+24
-26
lines changed

doc/source/_extensions/sphinxcontrib_programoutput_gdal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class ProgramOutputCache(defaultdict):
219219
"""
220220
Execute command and cache their output.
221221
222-
This class is a mapping. Its keys are :class:`Command` objects represeting
222+
This class is a mapping. Its keys are :class:`Command` objects representing
223223
command invocations. Its values are tuples of the form ``(returncode,
224224
output)``, where ``returncode`` is the integral return code of the command,
225225
and ``output`` is the output as unicode string.

doc/source/drivers/raster/bag.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ The other following creation options are available:
345345

346346
Path to a XML file that can serve as a template.
347347
This will typically be a customized version of the base
348-
bag_template.xml file. The file can contain other substituable
348+
bag_template.xml file. The file can contain other substitutable
349349
variables than the ones mentioned above by using a similar syntax.
350350

351351
- .. co:: VAR_xxxx
@@ -448,7 +448,7 @@ Usage examples
448448
$ gdal_translate data/test_vr.bag -oo MODE=RESAMPLED_GRID -oo RES_FILTER_MIN=4 -oo RES_FILTER_MAX=8 out.tif
449449

450450
- Converting a GeoTIFF file to a BAG dataset, and provide a custom
451-
value for the ABSTRACT substituable variable.
451+
value for the ABSTRACT substitutable variable.
452452

453453
::
454454

doc/source/drivers/raster/gti.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ mentioned in the previous section.
277277
.. code-block:: xml
278278
279279
<GDALTileIndexDataset>
280-
<IndexDataset>PG:dbname=my_db</IndexDataset> <!-- required for stanalone XML GTI files. Ignored if embedded in the xml:GTI metadata domain of the layer -->
280+
<IndexDataset>PG:dbname=my_db</IndexDataset> <!-- required for standalone XML GTI files. Ignored if embedded in the xml:GTI metadata domain of the layer -->
281281
<IndexLayer>my_layer</IndexLayer> <!-- optional, but required if there are multiple layers in IndexDataset -->
282282
<Filter>pub_date >= '2023/12/01'</Filter> <!-- optional -->
283283
<SortField>pub_date</SortField> <!-- optional -->

doc/source/drivers/raster/netcdf.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -693,9 +693,9 @@ The :cpp:func:`GDALGroup::GetMDArrayNames` method supports the following options
693693
- SHOW_ALL=YES/NO. Defaults to NO. If set to YES, all variables will be listed.
694694
- SHOW_ZERO_DIM=YES/NO. Defaults to NO. If set to NO, variables with 0-dimension
695695
will not be listed.
696-
- SHOW_COORDINATES=YES/NO. Defaults to YES. If set to NO, variables refererenced
696+
- SHOW_COORDINATES=YES/NO. Defaults to YES. If set to NO, variables referenced
697697
in the ``coordinates`` attribute of another variable will not be listed.
698-
- SHOW_BOUNDS=YES/NO. Defaults to YES. If set to NO, variables refererenced
698+
- SHOW_BOUNDS=YES/NO. Defaults to YES. If set to NO, variables referenced
699699
in the ``bounds`` attribute of another variable will not be listed.
700700
- SHOW_INDEXING=YES/NO. Defaults to YES. If set to NO,
701701
single-dimensional variables whose name is equal to the name of their indexing

doc/source/drivers/raster/vrt_processed_dataset.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ The following required arguments must be specified:
268268

269269
- ``tone_ceil``: Maximum threshold beyond which we give up saturation.
270270

271-
- ``top_margin``: Margin to allow for dynamics in brighest areas (between 0 and 1, should be close to 0)
271+
- ``top_margin``: Margin to allow for dynamics in brightest areas (between 0 and 1, should be close to 0)
272272

273273

274274
The following optional arguments may be specified:
@@ -353,5 +353,3 @@ When using ExprTk, the following configuration options are available:
353353

354354
Indicates the maximum per-pixel runtime of an ExprTk expression. ExprTk performs runtime
355355
checks only when loops are used.
356-
357-

doc/source/drivers/raster/wms_wmts_cache.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subdirectory of the current directory), unless the :config:`GDAL_DEFAULT_WMS_CAC
77
configuration option is specified.
88

99
Starting with GDAL 3.9, the directory of the cache is set according to the
10-
following logic (first listed criterion is prioritary over following ones):
10+
following logic (first listed criterion has priority over following ones):
1111

1212
- Value of the <Path> sub-element of <Cache>, if specified.
1313

doc/source/drivers/vector/filegdb.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ Relationships
6767

6868
Relationship retrieval is supported.
6969

70-
Hiearchical organization
71-
------------------------
70+
Hierarchical organization
71+
-------------------------
7272

7373
.. versionadded:: 3.4
7474

75-
The hiearchical organization of tables and feature classes as top-level
75+
The hierarchical organization of tables and feature classes as top-level
7676
element or within a feature dataset can be explored using the methods
7777
:cpp:func:`GDALDataset::GetRootGroup`,
7878
:cpp:func:`GDALGroup::GetGroupNames`, :cpp:func:`GDALGroup::OpenGroup`,

doc/source/drivers/vector/flatgeobuf.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Creation Issues
9595

9696
* Currently, NULL geometries are not supported with :lco:`SPATIAL_INDEX=YES`.
9797

98-
`More background and dicussion on this issue at <https://github.com/flatgeobuf/flatgeobuf/discussions/260>`__
98+
`More background and discussion on this issue at <https://github.com/flatgeobuf/flatgeobuf/discussions/260>`__
9999

100100
* The creation of the packet Hilbert R-Tree requires an amount of RAM which
101101
is at least the number of features times 83 bytes.

doc/source/drivers/vector/libkml.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ List style
149149

150150
The following dataset creation options can be used to control how the
151151
main folder (folder of layers) appear in the Places panel of the Earth
152-
browser, trough a
152+
browser, through a
153153
`<ListStyle> <https://developers.google.com/kml/documentation/kmlreference#liststyle>`__
154154
element:
155155

@@ -447,7 +447,7 @@ Do not confuse them with the same named dataset creation options.
447447

448448
The following layer creation options can be used to control how the
449449
folder of a layer appear in the Places panel of the Earth browser,
450-
trough a
450+
through a
451451
`<ListStyle> <https://developers.google.com/kml/documentation/kmlreference#liststyle>`__
452452
element:
453453

doc/source/drivers/vector/openfilegdb.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ Relationships
262262

263263
Relationship retrieval, creation, deletion and updating is supported.
264264

265-
Hiearchical organization
266-
------------------------
265+
Hierarchical organization
266+
-------------------------
267267

268268
.. versionadded:: 3.4
269269

doc/source/drivers/vector/pgeo.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Prerequisites
115115
#. Install MDB Tools. The official upstream of MDB Tools is maintained
116116
at `https://github.com/mdbtools/mdbtools <https://github.com/mdbtools/mdbtools>`__
117117
Version 0.9.4 or later is recommended for best compatibility with the PGeo driver.
118-
With the latest version no additional configuration (the followings) is required on Debian Linux and
118+
With the latest version no additional configuration (the following) is required on Debian Linux and
119119
:bash:`ogrinfo sample.mdb` works fine.
120120

121121

doc/source/programs/gdal_edit.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ It works only with raster formats that support update access to existing dataset
118118

119119
Store user-defined values for band statistics (minimum, maximum,
120120
mean and standard deviation). If any of the values is set to None,
121-
the real statistics are calclulated from the file and the ones set
121+
the real statistics are calculated from the file and the ones set
122122
to None are used from the real statistics.
123123

124124
.. versionadded:: 2.4

doc/source/software_using_gdal.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Proprietary license / Other
8686
- `FalconView <http://www.falconview.org>`_ Windows-based GIS platform with roots in military mission planning, now available as a free GIS visualization and analysis package.
8787
- `flighttrack <http://flighttrack.sourceforge.net>`_ GPS track viewing and downloading software for Mac.
8888
- `FME <http://www.safe.com>`_ A GIS translator package includes a GDAL plugin.
89-
- `GenGIS <hhttps://beikolab.cs.dal.ca/gengis/Main_Page>`_ Software for geospatial analysis of genetic data.
89+
- `GenGIS <https://beikolab.cs.dal.ca/gengis/Main_Page>`_ Software for geospatial analysis of genetic data.
9090
- `Geographic Imager <https://www.avenza.com/geographic-imager>`_ DEM / aerial / satellite image processing GIS plug-in for Adobe Photoshop, by Avenza Systems.
9191
- `GeoDMS <https://geodms.nl/>`_ A framework for building spatial calculation models.
9292
- `GeoFusion <http://www.geofusion.com>`_ 3D visualization.

doc/source/tutorials/vector_api_tut.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ two main callbacks to get:
771771
a set of values for a specific column/field in a subset of features.
772772
This is the equivalent of a
773773
`Series <https://arrow.apache.org/docs/python/pandas.html#series>`_ in a Pandas DataFrame.
774-
This is a potentially hiearchical structure that can aggregate
774+
This is a potentially hierarchical structure that can aggregate
775775
sub arrays, and in OGR usage, the main array will be a StructArray which is
776776
the collection of OGR attribute and geometry fields.
777777
The layout of buffers and children arrays per data type is detailed in the

doc/source/tutorials/wktproblems.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ parameter relating it to EPSG or some other authority space. However, in
102102
SF WKT the name itself is the only key.
103103

104104
By convention OGR and Cadcorp have translated the datum names in a
105-
particular way from the EPSG database in order to produce comparible
105+
particular way from the EPSG database in order to produce comparable
106106
names. The rule is to convert all non alphanumeric characters to
107107
underscores, then to strip any leading, trailing or repeating
108108
underscores. This produces well behaved datum names like

doc/source/user/virtual_file_systems.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -856,23 +856,23 @@ The following configuration options are specific to the /vsiaz/ handler:
856856

857857
object_id of the managed identity you would like the token for, when using
858858
Azure Instance Metadata Service (IMDS) authentication in a Azure
859-
Virtual Matchine. Required if your VM has multiple user-assigned managed identities.
859+
Virtual Machine. Required if your VM has multiple user-assigned managed identities.
860860
This option may be set as a path-specific option with :cpp:func:`VSISetPathSpecificOption`
861861

862862
- .. config:: AZURE_IMDS_CLIENT_ID
863863
:since: 3.8
864864

865865
client_id of the managed identity you would like the token for, when using
866866
Azure Instance Metadata Service (IMDS) authentication in a Azure
867-
Virtual Matchine. Required if your VM has multiple user-assigned managed identities.
867+
Virtual Machine. Required if your VM has multiple user-assigned managed identities.
868868
This option may be set as a path-specific option with :cpp:func:`VSISetPathSpecificOption`
869869

870870
- .. config:: AZURE_IMDS_MSI_RES_ID
871871
:since: 3.8
872872

873873
msi_res_id (Azure Resource ID) of the managed identity you would like the token for, when using
874874
Azure Instance Metadata Service (IMDS) authentication in a Azure
875-
Virtual Matchine. Required if your VM has multiple user-assigned managed identities.
875+
Virtual Machine. Required if your VM has multiple user-assigned managed identities.
876876
This option may be set as a path-specific option with :cpp:func:`VSISetPathSpecificOption`
877877

878878
Several authentication methods are possible, and are attempted in the following order:

0 commit comments

Comments
 (0)