Plot maps in 3D

Jorge Conforte jorge.conforte at inpe.br
Wed Apr 28 09:55:57 EDT 2021


Hi,


I would like know if it is posible to plot the south in north poles in 
3D earth maps. I search in google and always all examples is for 
cylindric projection, like this:




bm = Basemap(llcrnrlon=extent[0], llcrnrlat=extent[2],
              urcrnrlon=extent[1], urcrnrlat=extent[3],
              projection='cyl', resolution='l', fix_aspect=False, ax=ax)


I try to use the spstere or npstere and I didn't have success. I would 
like know it is possible use these projections to plot 3D data.


Thanks,


Conrado



More information about the Python-list mailing list