VFR Sectional Aeronautical Charts with matplotlib (python)
问题 I'm looking for a means to add VFR Sectional Aeronautical Charts (a.k.a. sectionals) to preexisting matplotlib code I have. 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? Reference: http://robertjliguori.blogspot.com/2016/10/acquiring-vfr-sectional-aeronautical.html Thanks, Robert 回答1: I actually figured it out... map = Basemap(...) map.arcgisimage(server='http://maps7.arcgisonline.com/ArcGIS'