在哪里可以找到可以在其上叠加点的地球图片?
有没有可以用于地理可视化的免费地图图片?我正在寻找质量合理的东西,我可以将纬度/经度点映射到像素并使用可视化技术。到哪里去找这样的东西呢?
Are there any free map pictures I can use for geographical visualizations? I'm looking for something of reasonable quality I can map lat/lon points to pixels on and play around with visualization techniques. Where does one go about finding something like this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
QGIS 是一个免费的开源桌面 GIS,非常适合此目的。通过添加免费插件OpenLayers(这是一个一键式过程),您可以访问 Google 地图、Bing 地图、OpenStreetMap 等作为底图。这些都是您所需要的高质量。在这些之上,您可以显示您想要进行可视化实验的任何数据。
QGIS 下载链接 , OpenLayers 插件
QGIS is a free and open-source desktop GIS that will be good for this purpose. By adding the free plugin OpenLayers (which is a one-click process) you have access to Google Maps, Bing Maps, OpenStreetMap and more as a basemap. These are high quality as you require. Over these you can display any data that you wish to experiment with visualising.
QGIS download link , OpenLayers plugin
您可以使用 LeafletJS API 并与 OpenStreet Maps 中的图块结合使用。它会让你做更多的事情。
You can use the LeafletJS API and combine with tiles from OpenStreet Maps . It will allow you to do a lot more.