Skip to content

Commit

Permalink
minor docs strings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Jul 20, 2020
1 parent 492f66b commit ff89267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/eolearn/features/interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class InterpolationTask(EOTask):
returned time is in minutes, if `scale_time=3600` in hours. Default is `3600`
:type scale_time: int
:param interpolate_pixel_wise: Flag to indicate pixel wise interpolation or fast interpolation that creates a single
interpolation object for the whole image
interpolation object for the whole image
:type interpolate_pixel_wise : bool
:param interpolation_parameters: Parameters which will be propagated to ``interpolation_object``
"""
Expand Down Expand Up @@ -477,7 +477,7 @@ def interpolate_data(self, data, times, resampled_times):
:param times: Array of reference times in second relative to the first timestamp
:type times: numpy.array
:param resampled_times: Array of reference times in second relative to the first timestamp in initial timestamp
array.
array.
:type resampled_times: numpy.array
:return: Array of interpolated values
:rtype: numpy.ndarray
Expand Down Expand Up @@ -574,7 +574,7 @@ def interpolate_data(self, data, times, resampled_times):
:param times: Array of reference times in second relative to the first timestamp
:type times: numpy.array
:param resampled_times: Array of reference times in second relative to the first timestamp in initial timestamp
array.
array.
:type resampled_times: numpy.array
:return: Array of interpolated values
:rtype: numpy.ndarray
Expand Down

0 comments on commit ff89267

Please sign in to comment.