export_features
Read vector data from shapefiles, feature classes, or layers as GeoJSON. Filter rows with a SQL where clause and cap results with a limit.
Instructions
Read vector data (shapefile, feature class, layer) as GeoJSON.
The inverse of create_features — lets you inspect actual geometries and
attributes. Optional where is a SQL where-clause to filter rows
(e.g. "POP > 10000"); limit caps returned features (response says if
truncated). Output coordinates are WGS84.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| limit | No | ||
| where | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |