cmip6_downscaling.methods.gard.tasks.coarsen_and_interpolate#
- cmip6_downscaling.methods.gard.tasks.coarsen_and_interpolate = <Task: coarsen_and_interpolate>[source]#
Coarsen up obs and then interpolate it back to the original finescale grid.
- Parameters:
- fine_pathUPath
Path to finescale (likely observational) dataset
- coarse_pathUPath
Path to coarse scale that will be the template for the coarsening.
- Returns:
- UPath
Path to interpolated dataset.