Crossings near a point
crossings_nearNearest listed level crossings to a point, closest first. Returns one line per crossing — distance in MILES, then name, type, region and a status URL ending .md. Distance is straight-line (great circle) between the point and the crossing, NOT distance by road or along the railway: it answers 'which crossings are near this place', not 'which will this train reach next'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in WGS84 decimal degrees, e.g. 51.3958. Positive is north. | |
| lon | Yes | Longitude in WGS84 decimal degrees, e.g. -1.2637. NEGATIVE is west, which is most of Great Britain. | |
| limit | No | How many crossings to return, nearest first; clamped to 1-25. |