Commit 50baf742 authored by Jay's avatar Jay Committed by jay
Browse files

Updated for code review comments

parent 49ba7342
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -290,8 +290,7 @@ class Node(object):

    def get_array(self, band=1):
        """
        Downsample the input image file by some amount using bicubic interpolation
        in order to reduce data sizes for visualization and analysis, e.g. feature detection
        Get a band as a 32-bit numpy array

        Parameters
        ----------