带有 matplotlib (python) 的 VFR 剖面航空图 [英] VFR Sectional Aeronautical Charts with matplotlib (python)

查看:75
本文介绍了带有 matplotlib (python) 的 VFR 剖面航空图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一种将VFR截面航空图(也称为截面)添加到我已有的matplotlib代码中的方法.

I'm looking for a means to add VFR Sectional Aeronautical Charts (a.k.a. sectionals) to preexisting matplotlib code I have.

简而言之,是否可以使用python和matplotlib快速简便地实现截面图?如果不是,还有哪些其他途径需要考虑?

In short, can there be a quick and easy means to realize sectional charts with python and matplotlib? If not, what are the other paths to consider?

参考: http://robertjliguori.blogspot.com/2016/10/acquiring-vfr-section-aeronautical.html

谢谢,罗伯特

推荐答案

我真的想通了...

map = Basemap(...)
map.arcgisimage(server='http://maps7.arcgisonline.com/ArcGIS', xpixels=1500,  service='FAA_Sectional_Charts', layer=0)

这篇关于带有 matplotlib (python) 的 VFR 剖面航空图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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