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
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Hello,
So I tried to rewrite function lonlat2quadint using Scala and Python. While I'm doing some tests, I got a weird results for edge cases. It looks like the result is wrong when entering MAX_LATITUDE for lat, because if I enter the lat until last decimals, it is very different when I remove last decimal, and result for MIN_LATITUDE is same as MAX_LATITUDE. I don't think this is an expected condition.