resample_raster
Resample a raster dataset by applying a scale factor to adjust its resolution, using methods like nearest, bilinear, or cubic. Specify the source, scale factor, resampling method, and output path to create a resampled raster.
Instructions
Resample a raster dataset by a scale factor and save the result.
Parameters:
source: local path or HTTPS URL of the source raster.
scale_factor: multiplicative factor for width/height (e.g., 0.5 to halve resolution, 2.0 to double).
resampling: resampling method name: "nearest", "bilinear", "cubic", etc.
destination: local filesystem path for the resampled raster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| scale_factor | Yes | ||
| resampling | Yes | ||
| destination | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||