submit_satellite
Submit a satellite land-cover segmentation request for any coordinates, returning an activity ID to track processing status.
Instructions
Submit satellite land-cover segmentation for a point and return an activity_id. Collect it with check_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Decimal degrees. | |
| longitude | Yes | Decimal degrees. | |
| start_date | No | ||
| start_time | No | HH:MM, local to the point, not UTC. | |
| filter_type | No | 1 = single hour (start_date + start_time); 2 = range of hours, same day (start_date + start_time + end_time); 3 = single day (start_date only); 4 = range of days (start_date + end_date) | |
| granularity | No | Tile edge in metres: 60, 80, 100. |