Export Layer
export_layerExport vector or raster layers to disk in formats like GPKG, SHP, GeoJSON, or TIFF. Reproject to a target CRS or filter vector features using QGIS expressions.
Instructions
Export vector/raster to disk; format from output_path extension (.gpkg, .shp, .geojson, .tif, ...). target_crs (e.g. 'EPSG:4326') reprojects on export. filter_expression (vector only) exports a subset matching a QGIS expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer_id | Yes | ||
| target_crs | No | ||
| output_path | Yes | ||
| filter_expression | No |