get_features
Retrieve GeoJSON features for a dataset, filter by bounding box, and page through results with limit and offset.
Instructions
Get GeoJSON features for a dataset (bounded).
Returns an OGC-API FeatureCollection. Raster datasets have no features and
will error. Results are capped by limit; page with offset.
Args: dataset_id: Dataset id. limit: Max features (1-200, default 10). offset: Feature offset for paging. bbox: Optional bounding box filter "minx,miny,maxx,maxy" (WGS84).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | ||
| limit | No | ||
| offset | No | ||
| dataset_id | Yes |