Commit 1a983768 authored by Joseph Siddons's avatar Joseph Siddons
Browse files

feat: LatitudeError type for latitude > 90 or < -90

parent 822e638a
class LatitudeError(ValueError):
"""Error for invalid Latitude Value"""
pass
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment