You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have made a plot with the results of sm.px(). see bellow:
zoom=0, latitude=0, longitude=[-360, 360]
Problem: when the longitude is less that -180, the px will decreased continuely. Howerver when the longitude is greater than 180, the px is fixed to 256, which I think should be greater than 256.
zoom=0, longitude=0, laitude=[-360, 360]
Problem: When the latitude is in the range of [85, 95], the px should be fixed to zero.
The text was updated successfully, but these errors were encountered:
I have made a plot with the results of sm.px(). see bellow:
Problem: when the longitude is less that -180, the px will decreased continuely. Howerver when the longitude is greater than 180, the px is fixed to 256, which I think should be greater than 256.
Problem: When the latitude is in the range of [85, 95], the px should be fixed to zero.
The text was updated successfully, but these errors were encountered: