无法将带十进制度数 lat/long 的 CSV 数据导入 Google 地球

Unable to import CSV with decimal degrees lat/long data into Google Earth

度分秒适用:

code,latitude,longitude,feature1
point1,45 12 5.3634,25 38 6.6444,3

十进制度不起作用:

code,latitude,longitude,feature1
point1,45.2014897,25.6351792,3

是否有可能无需转换我的所有数据就可以使用十进制度数?

运行 Google 地球专业版 7.3.3.7786 (64-bit) Linux。

当您导入 csv 文件时,Google Earth 会询问您坐标的列。然后它会询问您 csv 文件的所有 columns/fields 的格式。为您的坐标 select 文本格式。这就是解决方案。