> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/zh/yu-fa-can-kao/geography.md).

# 地理

## 地点间距离

使用 `distance between Sydney and London` 计算两地之间的距离。该表达式测量沿地球表面的距离，而不是驾车或航班路线的长度。

## 坐标

使用 `location of Paris` 获取纬度和经度。也可以单独查询某一坐标，例如 `latitude of Sydney` 或 `longitude of SFO`。

## 度、分、秒

将十进制度转换为度、分、秒（DMS）：

`156.742° as DMS` → **156° 44′ 31.2″**
