Guest User

Untitled

a guest
Nov 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. /// file a.csv ///
  2. time,type,
  3. 2018-11-08T10:37:38,T28G,
  4. 2018-11-08T10:37:48,T28G,
  5. 2018-11-08T10:38:02,T27D,
  6. 2018-11-08T10:38:07,T27D,
  7. 2018-11-08T10:38:11,T28G,
  8.  
  9. /// file b.csv ///
  10. lat,lon,elev,time
  11. 40.000074,2.000061,864,2018-11-08T10:37:44
  12. 40.000066,2.000044,864,2018-11-08T10:37:45
  13. 40.000059,2.000031,864,2018-11-08T10:37:53
  14. 40.000055,2.000004,863,2018-11-08T10:37:58
  15.  
  16.  
  17. /// file result.csv ///
  18. 00168,2018-11-08T10:37:23,40.000028,2.0.000004,862,T28G,
  19. 00169,2018-11-08T10:37:38,40.00008,2.0.0000,864,T28G,
  20. ***001691,2018-11-08T10:37:48,40.000066,2.0.00004,864,T28G,***
  21. 00170,2018-11-08T10:38:02,40.000075,2.0.000079,862,T27D,
  22. 00171,2018-11-08T10:38:07,40.000022,2.0.000072,865,T27D,
Add Comment
Please, Sign In to add comment