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
for positive values, everything is fine. However, global coord of -0.37 is being incorrectly calculated to be grid value 0, and global coord of -1.4 is being incorrectly calculated as grid value -1. The correct grid values for these are -1 and -2, respectively.
Should look at wm_utils.coord_to_grid() to fix.
The text was updated successfully, but these errors were encountered:
Negative grid values are incorrect.
for positive values, everything is fine. However, global coord of -0.37 is being incorrectly calculated to be grid value 0, and global coord of -1.4 is being incorrectly calculated as grid value -1. The correct grid values for these are -1 and -2, respectively.
Should look at
wm_utils.coord_to_grid()
to fix.The text was updated successfully, but these errors were encountered: