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
The API doesn't seem to behave correctly when the bounding box given crosses the +-180 degree longitude line. For example, if I call the OpenSky API with the following bounding box (reminder: bounding box is latmin, latmax, lonmin, lonmax)
[14.55, 80.0, -179.9, -120.8]
it found (at the moment) 157 planes in that box. If I slightly modify the box to
[14.55, 80.0, +179.9, -120.8]
I get zero planes, when the bounding box has been in reality enlarged very slightly on the western side.
If I reverse the two longitude numbers, I do indeed get a result, but it wraps around the earth the wrong way.
The text was updated successfully, but these errors were encountered:
The API doesn't seem to behave correctly when the bounding box given crosses the +-180 degree longitude line. For example, if I call the OpenSky API with the following bounding box (reminder: bounding box is latmin, latmax, lonmin, lonmax)
[14.55, 80.0, -179.9, -120.8]
it found (at the moment) 157 planes in that box. If I slightly modify the box to
[14.55, 80.0, +179.9, -120.8]
I get zero planes, when the bounding box has been in reality enlarged very slightly on the western side.
If I reverse the two longitude numbers, I do indeed get a result, but it wraps around the earth the wrong way.
The text was updated successfully, but these errors were encountered: