寻找一个地球模型,我可以定制

时间:2021-06-23 19:18:22

I am looking for some kind of earth model that at run time can pick up some data from an xml file and display it on the earth based on lan or lon etc.Is there something like that ? Any OpenGL or flash where I don't have to do coding just feed the thing.Can someone shed some light on available ways to accomplish this.Something on the lines of geocode earth or twitter earth but lan or lon mmm or what ever..

我正在寻找一种能够在运行时从xml文件中获取数据并基于lan或lon在地球上显示的地球模型。任何OpenGL或flash,只要我不需要做编码就能得到它。有人能解释一下实现这一目标的方法吗?地球或推特地球上的一些东西但是lan或者lon mmm之类的。

2 个解决方案

#1


0  

AThere is a FOSS lot of software /frameworks to deal with GIS and KML.

有很多*/开源软件/框架来处理GIS和KML。

I would suggest importing your x,y in QGIS using the text delimiter plugin.

我建议使用文本分隔符插件在QGIS中导入您的x,y。

Then save the layer as KML and open it directly with Google Earth or even google maps

然后将图层保存为KML,直接用谷歌或者谷歌地图打开

#2


0  

You need to be more specific about how your xml data is defined. The most common standards are KML, GeoRSS, GML. These formats rely on lat,long so you should be good for that part.

您需要更具体地说明如何定义xml数据。最常见的标准是KML、GeoRSS、GML。这些格式依赖于lat,很长一段时间,所以您应该适合这个部分。

If your XML does not conform to this then you will probably need to convert it first. But if you just want an app to pick it up then I would suggest that you ensure that it is properly formatted. This way most geo apps will be able to read it.

如果您的XML不符合这一点,那么您可能需要首先转换它。但如果你只是想要一个应用程序来接收它,那么我建议你确保它的格式是正确的。通过这种方式,大多数geo应用程序都可以读取它。

#1


0  

AThere is a FOSS lot of software /frameworks to deal with GIS and KML.

有很多*/开源软件/框架来处理GIS和KML。

I would suggest importing your x,y in QGIS using the text delimiter plugin.

我建议使用文本分隔符插件在QGIS中导入您的x,y。

Then save the layer as KML and open it directly with Google Earth or even google maps

然后将图层保存为KML,直接用谷歌或者谷歌地图打开

#2


0  

You need to be more specific about how your xml data is defined. The most common standards are KML, GeoRSS, GML. These formats rely on lat,long so you should be good for that part.

您需要更具体地说明如何定义xml数据。最常见的标准是KML、GeoRSS、GML。这些格式依赖于lat,很长一段时间,所以您应该适合这个部分。

If your XML does not conform to this then you will probably need to convert it first. But if you just want an app to pick it up then I would suggest that you ensure that it is properly formatted. This way most geo apps will be able to read it.

如果您的XML不符合这一点,那么您可能需要首先转换它。但如果你只是想要一个应用程序来接收它,那么我建议你确保它的格式是正确的。通过这种方式,大多数geo应用程序都可以读取它。