in reply to Re^4: Permutation and comparison loop
in thread Permutation and comparison loop
Aye. However, your example image isn't exactly representative of what his coordinates would define, which would be two adjacent pie slices instead of a full rectangle. I doubt that his data would work that way, but yes anything is possible.
Your solution of breaking up the wierd region would work though, yes. For MaxLong > 90
toMinLat, MaxLat, MinLong, MaxLong
MinLat, MaxLat, MinLon, 90 # and (MinLat+180)%360, (MaxLat+180)%360, 180-MaxLong, 90
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Permutation and comparison loop
by BrowserUk (Patriarch) on Apr 21, 2011 at 15:21 UTC |