Skip to content

Commit

Permalink
#issue60-onlineDoc : delete argument 'factor' from vrt.get_subsampled…
Browse files Browse the repository at this point in the history
…_vrt() becuase it is not used.
  • Loading branch information
asumak committed Nov 21, 2014
1 parent 763a2b8 commit 23b6650
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nansat/vrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,13 +705,12 @@ def get_shifted_vrt(self, shiftDegree):
return shiftVRT

def get_subsampled_vrt(self, newRasterXSize, newRasterYSize,
factor, eResampleAlg):
eResampleAlg):
'''Create VRT and replace step in the source
Parameters
-----------
newRasterXSize, newRasterYSize : int
factor :
eResampleAlg : GDALResampleAlg
see also gdal.AutoCreateWarpedVRT
Expand Down

0 comments on commit 23b6650

Please sign in to comment.