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 tiling (see #5) also results in cells with negative index values. In turn this seems to imply that the grid is extending towards negative values beyond the reference coordinate, both in x and y. This is possible, but usually we passed the lower left(?) bound as reference resulting in all positive indicees.
We should check what is going on and be explicit about this
The text was updated successfully, but these errors were encountered:
the tiling (see #5) also results in cells with negative index values. In turn this seems to imply that the grid is extending towards negative values beyond the reference coordinate, both in x and y. This is possible, but usually we passed the lower left(?) bound as reference resulting in all positive indicees.
We should check what is going on and be explicit about this
The text was updated successfully, but these errors were encountered: