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
After looking at that function, and given this error, I would probably rewrite it to use geometries and an intersection() function from geopandas. Not sure how much slower that would be, but there aren't that many merit tiles, and it would be way more readable.
This returns
n30w150
(a non-existent tile):utils.coords_to_merit_tile(-121, 41)
it should return
n40w125
The text was updated successfully, but these errors were encountered: