save_layer_data
Save a specified layer's data to a chosen file path, with support for TIFF, PNG, NPY, and CSV formats.
Instructions
Save a layer's data to a file.
Parameters
name : str
Layer name.
path : str
Output file path. Format is inferred from extension unless
format is specified. Supported: .tiff, .png,
.npy, .csv (points/tabular only).
format : str, optional
Explicit format override (e.g., "npy", "tiff").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes | ||
| format | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||