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
Add precommit & ruff linter/formatter & fix initial set of errors (#45)
* Add pre-commit config with Ruff linter/formatter
* Apply Ruff autofixes
* Remove unused variable
* Switch to explicit import
* Switch lambda for def
* Set Ruff to show fixes
* fetchez.spatial imports
To fix from fetchez.spatial import * we have to explicitly import everything from fetchez.spatial...
* Update spatial.py
---------
Co-authored-by: Matthew Love <33066727+matth-love@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Originally developed as the core transformation engine for the [CUDEM](https://g
22
22
23
23
### ❓ Why Transformez?
24
24
25
-
Vertical Datum transformations can cause a lot of confusion and headache when trying to process heterogeneous data from around the world into a single unified vertial reference.
25
+
Vertical Datum transformations can cause a lot of confusion and headache when trying to process heterogeneous data from around the world into a single unified vertial reference.
0 commit comments