什么是生成KML文件中XLS的最佳途径 [英] What is the best way to to generate kml file by xls

查看:236
本文介绍了什么是生成KML文件中XLS的最佳途径的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前在做Android应用程序来判断路面状况。当我在文本文件格式,所有的手提电话传感器数据,我需要转换为KML。拿到排成一条直线,我将文件转换为XLS。然后,我有3个方式进行转换。

  1. 将Android应用程序转换的KML。
  2. 将手动,   -retrieve从文件中的坐标,并将其保存为XLS。    - 使用练成式使用加速度计和方向数据来决定线的颜色   -put到www.earthpoint.us/ExcelToKml.aspx为XLS转换为KML   -put的KML到谷歌地球做分析
  3. 将自动。可能是VB,JAVA等,但林不熟悉的程序可以做到这一点
      很好。

感谢

解决方案
  1. 在我没有完全确定你是想在这里做什么,但如果你在所有的Andr​​oid打造,那么你可以简单地使用的Java正防爆pressions(java.util.regex包)的传感器数据解析出成KML。您需要打开传感器文件,分析,然后输出到KML文件。
  2. 我想你把所有的步骤,以手动执行此操作。
  3. 如果您正在构建的应用程序,如在#1所述,那么你不需要这个。你所描述的那些编程语言,可以做你想做的。

I am currently doing the android apps to determine the road surface condition. When i have all handphone sensor data in text file format, i need to convert to kml. to get the allignment, i convert the file to xls. Then i have 3 way to convert it.

  1. By android apps to convert the kml.
  2. By manually, -retrieve coordinate from the file and save it to xls. -use excel equation to decide the line color by using accelerometer and orientation data -put to www.earthpoint.us/ExcelToKml.aspx to convert xls to kml -put the kml to google earth to do analyzing
  3. By automated. could be VB, JAVA and etc. but i m not familiar which program can do it
    nicely.

Thanks

解决方案

  1. I am not completely sure what you are wanting to do here, but if you build this all in android then you can simply use Java Regular Expressions (java.util.regex) to parse out the sensor data into kml. You would need to open the sensor file, parse, and then output into the kml file.
  2. I think you have all the steps to do this manually.
  3. If you are building the app as described in #1, then you don't need this. All those program languages you described, can do what you want.

这篇关于什么是生成KML文件中XLS的最佳途径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆