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
ifdirectionisNone:
raiseException("direction is required")
The text was updated successfully, but these errors were encountered:
gbin
changed the title
transform translate cannot be call with a 0 direction (North)
transform translate cannot be called with a 0 direction (North)
Jun 6, 2023
https://github.com/omanges/turfpy/blob/master/turfpy/transformation.py#L659
0 is the same as None in that expression.
Always test None in python with:
The text was updated successfully, but these errors were encountered: