V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
autotesting
V2EX  ›  Python

Python 轨迹图对比

  •  
  •   autotesting · 2019-07-28 12:46:01 +08:00 · 2443 次点击
    这是一个创建于 1724 天前的主题,其中的信息可能已经有所发展或是发生改变。

    请教一个问题,有两个轨迹图,都是经纬度画的轨迹,怎么比较两个轨迹图上每个点的轨迹偏差呢?

    6 条回复    2019-07-29 17:34:27 +08:00
    julyclyde
        1
    julyclyde  
       2019-07-28 21:38:52 +08:00
    这事其实和 python 没啥关系
    nuistzhou
        2
    nuistzhou  
       2019-07-29 03:22:19 +08:00 via iPhone
    确定每个点的坐标先?
    autotesting
        3
    autotesting  
    OP
       2019-07-29 09:34:04 +08:00
    @nuistzhou 每个点的坐标应该能拿到,都是 gpx 文件
    nuistzhou
        4
    nuistzhou  
       2019-07-29 14:44:35 +08:00 via iPhone
    @autotesting 那同时遍历两个轨迹的点,求偏差不就好了 m
    autotesting
        5
    autotesting  
    OP
       2019-07-29 15:38:12 +08:00
    @nuistzhou 时间序列不一致,不好一一对应上
    xiaolinjia
        6
    xiaolinjia  
       2019-07-29 17:34:27 +08:00
    首先应该都投影到同一个空间地理坐标系里吧,以前用 arcpy 好像是有一些函数(时间有点久记不太清),不过这玩意太重了。或者看看有没有啥专门处理地理信息的库?
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3427 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 12:11 · PVG 20:11 · LAX 05:11 · JFK 08:11
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.