Skip to content

Commit

Permalink
Merge pull request #8011 from vilhelmen/patch-2
Browse files Browse the repository at this point in the history
Fix missing quotes in RFC45 SWIG bindings
  • Loading branch information
rouault authored Jun 26, 2023
2 parents 360a9ae + e474265 commit b11bb61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/development/rfc/rfc45_virtualmem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,7 @@ And the Band object has the following 3 methods :
def GetVirtualMemAutoArray(self, eAccess = gdalconst.GF_Read, options = None):
"""Return a NumPy array for the band, seen as a virtual memory mapping.
An element is accessed with array[y][x].
"""

def GetTiledVirtualMemArray(self, eAccess = gdalconst.GF_Read, xoff=0, yoff=0,
xsize=None, ysize=None, tilexsize=256, tileysize=256,
Expand Down

0 comments on commit b11bb61

Please sign in to comment.