-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
accepting pull requestContribute by raising a pull request to resolve this issue!Contribute by raising a pull request to resolve this issue!bug
Description
Describe the bug
When defining centroids from -180 to 180 longitude, the plotting function only plots one very narrow longitude line.
To Reproduce
tc = TCTracks.from_ibtracs_netcdf(year_range=(2000,2003))
lon_min, lat_min, lon_max, lat_max = -180, -70, 180, 70
centr = Centroids.from_pnt_bounds(points_bounds=(lon_min, lat_min, lon_max, lat_max), res=1)
tc_haz = TropCyclone.from_tracks(tc, centroids=centr, ignore_distance_to_coast=100, store_windfields=True)
tc_haz.check()
tc_haz.plot_intensity(event=0)
centroids:
tracks:
Develop branch, python 3.9.18, Mac
Metadata
Metadata
Assignees
Labels
accepting pull requestContribute by raising a pull request to resolve this issue!Contribute by raising a pull request to resolve this issue!bug


