tile_raster
Divide a raster into square tiles of specified size and save each tile individually, enabling efficient handling and processing of large geospatial datasets.
Instructions
Split a raster into square tiles of a given size and save them individually.
Parameters:
source: input raster path.
tile_size: size of each tile (e.g., 256 or 512).
destination_dir: directory to store the tiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| tile_size | Yes | ||
| destination_dir | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||