Kaydet (Commit) 8842bc10 authored tarafından Tim Graham's avatar Tim Graham

Fixed some docs spelling mistakes.

üst 446b50b9
...@@ -1096,7 +1096,7 @@ supports reading data from a variety of GDAL-supported geospatial file ...@@ -1096,7 +1096,7 @@ supports reading data from a variety of GDAL-supported geospatial file
formats and data sources using a simple, consistent interface. Each formats and data sources using a simple, consistent interface. Each
data source is represented by a :class:`GDALRaster` object which contains data source is represented by a :class:`GDALRaster` object which contains
one or more layers of data named bands. Each band, represented by a one or more layers of data named bands. Each band, represented by a
:class:`GDALBand` object, contains georeferenced image data. For exemple, an RGB :class:`GDALBand` object, contains georeferenced image data. For example, an RGB
image is represented as three bands: one for red, one for green, and one for image is represented as three bands: one for red, one for green, and one for
blue. blue.
...@@ -1176,7 +1176,7 @@ blue. ...@@ -1176,7 +1176,7 @@ blue.
.. class:: GDALBand .. class:: GDALBand
``GDALBand`` instances are not created explicitely, but rather obtained ``GDALBand`` instances are not created explicitly, but rather obtained
from a :class:`GDALRaster` object, through its :attr:`~GDALRaster.bands` from a :class:`GDALRaster` object, through its :attr:`~GDALRaster.bands`
attribute. attribute.
......
...@@ -233,6 +233,9 @@ geolocalized ...@@ -233,6 +233,9 @@ geolocalized
geolocated geolocated
geolocation geolocation
geoquerysets geoquerysets
georeference
georeferenced
georeferencing
geospatial geospatial
Geospatial Geospatial
Gettext Gettext
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment