If a target grid is defined with grid cells that represent a significantly larger area than the source data, then the sampling method may not be appropriate. A better alternative may be to use a sampling technique that considers each grid cell to be a 'subarea' and compute an average value for each grid cell in the target grid. Another valid method may be to find the nearest defined measurement on the source grid and use this value for the target grid cell. This method is commonly called 'nearest neighbor' and there are variations on it which may find a nearest neighbor within a specified distance or fall back to TIN sampling. Also, the type of data must be considered. Precipitation data may be better projected using an average over area whereas elevation data may be better sampled using nearest neighbor. Currently, HEC-MetVue only provides support for nearest neighbor sampling within the command line utilities. See ProjectTinToGrid.