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 have started to implement a join operation for spatio-temporal arrays with differing resolution. But I ran into complications, when performing a downward join (joining an image with lower resolution into a higher resolved array, in combination with differing temporal resolutions). There is need for debugging in this case.
It is mainly due to the multiple 'iquery' calls and storing of temporary arrays, what makes it difficult to debug. The basic functionality is provided, but the more complex use cases remain not debugged.
The text was updated successfully, but these errors were encountered:
no ST -> S merge, since the spatio-temporal array needs to be aggregated over time to be merged, therefore the user has to make individual adaptions, afterwards it will be a S -> S merge
Join work for cases 1 and 2 pretty much and for some conditions of case 3.
the function "equalize" will be used to prepare the arrays for merging
I have started to implement a join operation for spatio-temporal arrays with differing resolution. But I ran into complications, when performing a downward join (joining an image with lower resolution into a higher resolved array, in combination with differing temporal resolutions). There is need for debugging in this case.
It is mainly due to the multiple 'iquery' calls and storing of temporary arrays, what makes it difficult to debug. The basic functionality is provided, but the more complex use cases remain not debugged.
The text was updated successfully, but these errors were encountered: