Is there any existing functionality or planned functionality for 3d (xyz) data conversion into a regular grid? I looked into the documentation and code and could not find the necessary methods. In MATLAB the corresponding method is:
griddata(dataX, dataY, dataZ, gridXTicks, gridYTicks, rouding_method)