惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
博客园_首页
W
WeLiveSecurity
S
Secure Thoughts
S
Security @ Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Hugging Face - Blog
Hugging Face - Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
H
Hacker News: Front Page
Project Zero
Project Zero
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
U
Unit 42
N
News and Events Feed by Topic
N
News and Events Feed by Topic
Hacker News - Newest:
Hacker News - Newest: "LLM"
Forbes - Security
Forbes - Security
T
Tor Project blog
I
Intezer
B
Blog
F
Full Disclosure
Security Archives - TechRepublic
Security Archives - TechRepublic
F
Fortinet All Blogs
Schneier on Security
Schneier on Security
T
Threat Research - Cisco Blogs
AI
AI
Google DeepMind News
Google DeepMind News
L
LINUX DO - 最新话题
Cloudbric
Cloudbric
L
Lohrmann on Cybersecurity
WordPress大学
WordPress大学
博客园 - 聂微东
雷峰网
雷峰网
P
Privacy International News Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
PCI Perspectives
PCI Perspectives
Y
Y Combinator Blog
Spread Privacy
Spread Privacy
Simon Willison's Weblog
Simon Willison's Weblog
罗磊的独立博客
Vercel News
Vercel News
A
Arctic Wolf
The Register - Security
The Register - Security
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Microsoft Azure Blog
Microsoft Azure Blog
H
Heimdal Security Blog
Know Your Adversary
Know Your Adversary
P
Proofpoint News Feed
C
Cybersecurity and Infrastructure Security Agency CISA
P
Proofpoint News Feed

GISerlab · 地理空间

在地图上展示照片 地图集 地图集合 Cesium传统地形分析 Cesium可视域分析升级为WebGL2 GISerLab
支持多个地图平台的在线地址转坐标(地理编码)工具
WSH · 2026-04-07 · via GISerlab · 地理空间

作为一名GIS从业者,平时经常会有将地址转为经纬度坐标(地理编码)的需求,一般的方案是通过地图平台提供的对外接口来实现这一需求,例如高德地图等。因为平台在地理编码方面给予的免费额度有限,所以为了完成任务有时需要在不同地图平台之间来回切换,为提高效率,经常需要编写多套代码来实现。

之前编写过一个QGIS插件,通过它可以对接不同的地图平台来完成地理编码这一需求。本来插件已经能解决绝大部分需求,但是随着QGIS的版本升级之后,插件无法正常工作,我已经没有额外的时间和精力去适配不同版本的QGIS,故产生了该插件独立成为一个网络应用的想法。

目前大众使用的地理编码方案存在如下几个问题:

  • 不会写代码 Python/JavaScript调用API地图平台太复杂
  • 数据敏感 不想把数据上传到第三方服务器
  • 预算有限 商业地理编码服务太贵
  • 操作繁琐 传统GIS软件学习成本太高

为解决上述问题,这个在线应用将会是—— 一个完全免费、纯浏览器端运行的在线地理编码工具!无需安装,无需编程,打开网页就能使用,数据永远不会离开本地设备。

核心功能有:

  • 支持通过CSV 文件批量导入
  • 支持高德地图、百度地图、Mapbox、HERE、OpenStreetMap 五大平台
  • 支持地图可视化检查结果
  • 支持导出 CSV / GeoJSON 格式

工具在线地址:https://lonlat.giserlab.cn

ScreenShot_2026-04-12_145742_224

首页

ScreenShot_2026-04-12_145931_475

地图平台选择

ScreenShot_2026-04-12_150037_206

编码结果

详细使用可参考如下视频1

如果觉得这个工具好用,欢迎分享给更多需要的朋友!