Skip to content

Commit

Permalink
Doc: Add Python API docs for gdal.Dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Feb 12, 2024
1 parent 721c775 commit 275fec4
Show file tree
Hide file tree
Showing 5 changed files with 1,046 additions and 170 deletions.
1 change: 1 addition & 0 deletions doc/source/api/python/osgeo.gdal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ osgeo.gdal module
:members:
:undoc-members:
:show-inheritance:
:exclude-members: thisown
2 changes: 1 addition & 1 deletion gcore/gdaldataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ int CPL_STDCALL GDALGetRasterCount(GDALDatasetH hDS)
* When a projection definition is not available an empty (but not NULL)
* string is returned.
*
* \note Startig with GDAL 3.0, this is a compatibility layer around
* \note Starting with GDAL 3.0, this is a compatibility layer around
* GetSpatialRef()
*
* @return a pointer to an internal projection reference string. It should
Expand Down
Loading

0 comments on commit 275fec4

Please sign in to comment.