check_geospatial
Detect latitude and longitude columns automatically, validate their range, and flag issues like out-of-range values, Null Island clusters, and concentrated tiny bounding boxes. Provides bbox, center, and spread.
Instructions
Auto-detect lat/lon columns and validate ranges.
Detection by name (lat/latitude/y, lon/longitude/x) or numeric range fit.
Flags out-of-range values (lat>±90, lon>±180), (0, 0) Null Island sentinel
clusters, and tiny-bbox concentration. Reports bbox + center + spread (km)
and (when a country column is present) the distinct geographies seen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat_col | No | ||
| lon_col | No | ||
| source_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||