tropycal / tropycal

https://tropycal.github.io/tropycal/
MIT License
132 stars 37 forks source link

Boundary covered #171

Open matthewcuyugan opened 2 years ago

matthewcuyugan commented 2 years ago

Hi, I plotted the WPac maximum winds but the boundaries have been covered.

from tropycal import tracks ibtracs = tracks.TrackDataset(basin='west_pacific',source='ibtracs',ibtracs_mode='jtwc_neumann',catarina=True) ibtracs.gridded_stats(request="maximum winds",domain={'w':105,'e':145,'s':0,'n':30})

What should I do? Thanks.

image

tomerburg commented 1 year ago

I just ran your code on my end and didn't get any issues with the geographic boundaries being covered up. What versions of tropycal, matplotlib and cartopy are you using? This may help better narrow down the source of this problem.

image