#include "common.h"
#include "grid.h"
Functions | |
void | reproject (grid_type *src_grid, grid_type *target_grid, distance_type distance, time_type max_dtime) |
|
reprojects src_grid over target_grid The current implementation uses a "nearest neighbour" policy, an optional argument might be added to choose the reprojection policy (with this one by default) Source and target grids must meet some requirements :
|