Changes between Version 1 and Version 2 of udg/ecoms/RPackage/examples/bias
- Timestamp:
- Sep 2, 2014 6:27:43 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
udg/ecoms/RPackage/examples/bias
v1 v2 25 25 }}} 26 26 27 [[Image(image-20140902-171138.png)]] 27 28 [[Image(image-20140902-182518.png)]] 28 29 29 30 Note that WFDEI provides data for land areas only, and its spatial resolution is finer than CFS (1º vs 0.5º). In order to compare both datasets, it is first necessary to put them in the same grid (i.e., to interpolate). We use bilinear interpolation to this aim, using the `downscaleR` function `interpGridData` in combination with the `getGrid` method, useful to recover the parameters defining the grid of a dataset to pass them to the interpolator: … … 49 50 50 51 51 [[Image(image-20140902-1 72529.png)]]52 [[Image(image-20140902-182614.png)]] 52 53 53 54 … … 77 78 }}} 78 79 79 [[Image(image-20140902-180232.png)]] 80 [[Image(image-20140902-182715.png)]] 81