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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
10
10
11
11
- Added sponsors and supporters section with logos ([#122](https://github.com/stac-utils/stac-check/pull/122))
12
12
- Added configuration documentation to README ([#124](https://github.com/stac-utils/stac-check/pull/124))
13
-
- Added validation for geometry coordinates order to detect reversed lat/lon coordinates ([#125](https://github.com/stac-utils/stac-check/pull/125))
13
+
- Added validation for geometry coordinates order to detect potentially reversed lat/lon coordinates ([#125](https://github.com/stac-utils/stac-check/pull/125))
14
14
- Checks that coordinates follow the GeoJSON specification with [longitude, latitude] order
15
-
- Detects when coordinates are accidentally reversed by checking if latitude values exceed ±90 degrees
15
+
- Uses heuristics to identify coordinates that may be reversed or contain errors
16
+
- Provides nuanced error messages acknowledging the uncertainty in coordinate validation
0 commit comments