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: ```python if direction is None: raise Exception("direction is required") ```