Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
NOCSurfaceProcesses
GeoSpatialTools
70d3df9c19eebee109d91b317fcd43370002bcd0
70d3df9c19eebee109d91b317fcd43370002bcd0
Switch branch/tag
geospatialtools
GeoSpatialTools
utils.py
Find file
Normal view
History
Permalink
utils.py
86 Bytes
Edit
Web IDE
Newer
Older
feat: LatitudeError type for latitude > 90 or < -90
Joseph Siddons
committed
5 months ago
1
2
3
4
class
LatitudeError
(
ValueError
):
"""Error for invalid Latitude Value"""
pass