confluence_parse_html
Parse raw HTML from a confluence.org point page to extract structured location data such as country, nearest place, and altitude.
Instructions
Parse raw HTML from a confluence.org point page. Useful when you've fetched the HTML yourself (e.g. via browser). Returns the same structured data as confluence_get_point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the point (needed since it's not reliably in the HTML) | |
| lon | Yes | Longitude of the point | |
| html | Yes | Raw HTML content of the confluence.org page |