Skip to content

Commit c980908

Browse files
committed
update changelog
1 parent 8eb352e commit c980908

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
1010

1111
- Added sponsors and supporters section with logos ([#122](https://github.com/stac-utils/stac-check/pull/122))
1212
- 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))
1414
- 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
1617

1718
### Updated
1819

0 commit comments

Comments
 (0)