You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried to reproduce your workflow for different remote sensing dataset since I cannot import the datacube API successfully. I don't understand this function
def _flatten_shallow(arr):
return arr.reshape(arr.shape[0] * arr.shape[1])
Could it be possible for the author to explain the reshape array function? shape[0] for time dimension?
shape[1] for the NDVI values ?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I tried to reproduce your workflow for different remote sensing dataset since I cannot import the datacube API successfully. I don't understand this function
def _flatten_shallow(arr):
return arr.reshape(arr.shape[0] * arr.shape[1])
Could it be possible for the author to explain the reshape array function? shape[0] for time dimension?
shape[1] for the NDVI values ?
Thanks!
The text was updated successfully, but these errors were encountered: