split_aoi
Splits a large area of interest into smaller grid pieces under a specified maximum size, solving API size-limit rejections. Computed locally with no credits.
Instructions
Cut an area of interest into a grid of smaller areas, each at or under a maximum size you specify. Use it when the API rejects an area as too large. There is no default maximum: the cap depends on your plan, so take it from your contract or from the API's own rejection message. Local computation, no credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| polygon_aoi | Yes | The area to split, as GeoJSON. | |
| max_area_km2 | Yes | Maximum area per piece, in square kilometres. Required - this server does not assume your plan's limit. |