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
Occasionally, the range of my longitude values may be in the range of [0, 360] instead of [-180, 180]. I'm wondering if it would be useful to allow for a user-defined antimeridian location.
Right now for uxarray we are restricted to having our longitude in the [-180, 180] range due to this.
The text was updated successfully, but these errors were encountered:
Occasionally, the range of my longitude values may be in the range of [0, 360] instead of [-180, 180]. I'm wondering if it would be useful to allow for a user-defined antimeridian location.
Maybe, but my guess it that it would take a non-trivial refactor. [0, 360]should work on input because of this, if it doesn't that's a bug:
Occasionally, the range of my longitude values may be in the range of
[0, 360]
instead of[-180, 180]
. I'm wondering if it would be useful to allow for a user-defined antimeridian location.Right now for uxarray we are restricted to having our longitude in the
[-180, 180]
range due to this.The text was updated successfully, but these errors were encountered: