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
I'm heaving a hard time trying to select the best image to download with the function select_unitemporal().
In the exemple I found (https://github.com/16EAGLE/getSpatialData), there are only one argument filled with a parameter set: records, but when I try to run the function, I cannot do without specifying it.
So I read about the max_sub_period, but couldn't understand what it means, so I've tried to set a lot of random numbers (from 1 to 10) and it gives me the warning: 'Selection failed for timestamp: 1; Error in selected_ts[["period"]]: subscript out of bounds'.
Apparently, this argument prevents mosaicing images which the date of aquisition is too far away from each other, right?
So, if I don't need to mosaic, how can I do? And what if I need to mosaic, how should I proceed with this argument?
Can anyone help me out here?
Thanks a lot!
The text was updated successfully, but these errors were encountered:
I'm heaving a hard time trying to select the best image to download with the function
select_unitemporal()
.In the exemple I found (https://github.com/16EAGLE/getSpatialData), there are only one argument filled with a parameter set: records, but when I try to run the function, I cannot do without specifying it.
So I read about the
max_sub_period
, but couldn't understand what it means, so I've tried to set a lot of random numbers (from 1 to 10) and it gives me the warning: 'Selection failed for timestamp: 1; Error in selected_ts[["period"]]: subscript out of bounds'.Apparently, this argument prevents mosaicing images which the date of aquisition is too far away from each other, right?
So, if I don't need to mosaic, how can I do? And what if I need to mosaic, how should I proceed with this argument?
Can anyone help me out here?
Thanks a lot!
The text was updated successfully, but these errors were encountered: