Skip to content

Commit

Permalink
Merge pull request #10776 from dbaston/doc-osr-stripvertical
Browse files Browse the repository at this point in the history
Doc: Add Python doc for SpatialReference.StripVertical
  • Loading branch information
rouault committed Sep 12, 2024
2 parents 5999d8b + 79d6513 commit 25eb9f6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions swig/include/python/docs/osr_spatialreference_docs.i
Original file line number Diff line number Diff line change
Expand Up @@ -848,5 +848,19 @@ int
";

%feature("docstring") StripVertical "
Convert a compound CRS into a horizontal CRS.
See :cpp:func:`OGRSpatialReference::StripVertical`.
.. versionadded:: 3.6
Returns
-------
OGRErr:
:py:const:`OGRERR_NONE` if the operation succeeds
";

}

0 comments on commit 25eb9f6

Please sign in to comment.