-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
When values of longitude are 0-360, periodicity is warning users about changing bounds, bounds should only be adjusted when values are from -180,180.
Your first bounds[0,0] 0.000000000000000 will be corrected to 0.000000000000000
Your bounds bounds[-1,1] 360.000000000000000 will be corrected to 360.000000000000000
warnings.warn(msg,UserWarning)