geo_mgrs
Convert MGRS coordinates to latitude/longitude or vice versa, with precision levels from 10km to 1m.
Instructions
Convert between MGRS (Military Grid Reference System) and latitude/longitude coordinates. Provide either an MGRS string to convert to lat/lng, or lat/lng to convert to MGRS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude to convert to MGRS (-80 to 84) | |
| lng | No | Longitude to convert to MGRS (-180 to 180) | |
| mgrs | No | MGRS coordinate string to convert to lat/lng (e.g. '33UUP0500011800') | |
| precision | No | MGRS precision level from 1 (10km) to 5 (1m), default 5 |