如何从ASCII文件读取坐标

时间:2019-07-14 16:59:09

标签: kotlin hashmap

我不知道如何从此ascii文件中提取坐标。

enter image description here

直到现在我都收到了这段代码:

select aa.*, b.*
from (select distinct timestamp
      from tableA
     ) a left join
     tableB b
     on a.timestamp > b.timestamp_a and
        a.timestamp < b.timestamp_b left join
     tableA aa
     on aa.timestamp = a.timestamp;

在此之后,我需要在lat1和lat2之间进行一些计算(第一行和第二行并存储结果),然后在lat2和lat3之间进行计算,依此类推,我不知道该怎么做 我是一个初学者,所有帮助将一律得到

0 个答案:

没有答案