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
aggregate_spatial with points seems to allow points at the border to fall off
Job example:
j-241108dc1e1848248f81c211bdb731e0
The process graph without aggregate spatial illustrates the problem nicely.
The dem is loaded in 4326, then resampled to utm, and seems to be clipped somewhere along the way.
Not sure yet if the solution is to simply use larger bboxes, or actually something happening when we merge the cubes...
The wenr features are not resampled at load time, because merge_cubes is not seen as a resampling operation.
Supporting that would for sure simplify matters in this case.
Confirmed this by adding an explicit resample_spatial for wenr: that also solves the DEM issue
aggregate_spatial with points seems to allow points at the border to fall off
Job example:
j-241108dc1e1848248f81c211bdb731e0
The process graph without aggregate spatial illustrates the problem nicely.
The dem is loaded in 4326, then resampled to utm, and seems to be clipped somewhere along the way.
Not sure yet if the solution is to simply use larger bboxes, or actually something happening when we merge the cubes...
The text was updated successfully, but these errors were encountered: