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
c5f7a0f264284281ec5dda196c4a97a41a8bdb89
c5f7a0f264284281ec5dda196c4a97a41a8bdb89
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