在哪里可以找到 UTM 的 EPSG 代码(例如 16001)

Where can I find EPSG codes for UTM (e.g., 16001)

是否有我可以用来将 UTM 区域的 EPSG 代码添加到地理工具的插件或数据库?

TBH 我从来没有遇到过 EPSG:16001 作为 UTM 的代码 - 但是 epsg.io 确实列出 it but the definition looks "odd" in that it is purely machine readable. It might be coming out of a more recent edition of the database, but there's nothing there to help work that out. You could add it to the epsg.properties file 如果你能为它计算出 WKT 字符串。

我通常使用的代码是 EPSG:32601 (WGS84), EPSG:26701 (NAD27),它们都在 GeoTools 数据库中并且具有良好的定义。