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
Merge pull request #121 from stac-utils/check-antimeridian
- Added validation for bounding boxes that cross the antimeridian (180°/-180° longitude)
- Checks that bbox coordinates follow the GeoJSON specification for antimeridian crossing
- Detects and reports cases where a bbox incorrectly "belts the globe" instead of properly crossing the antimeridian
- Provides clear error messages to help users fix incorrectly formatted bboxes
- Fixed collection summaries check incorrectly showing messages for Item assets
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
8
8
9
9
### Added
10
10
11
+
- Added validation for bounding boxes that cross the antimeridian (180°/-180° longitude) ([#121](https://github.com/stac-utils/stac-check/pull/121))
12
+
- Checks that bbox coordinates follow the GeoJSON specification for antimeridian crossing
13
+
- Detects and reports cases where a bbox incorrectly "belts the globe" instead of properly crossing the antimeridian
14
+
- Provides clear error messages to help users fix incorrectly formatted bboxes
11
15
- Added sponsors and supporters section with logos ([#122](https://github.com/stac-utils/stac-check/pull/122))
12
16
- Added check to verify that bbox matches item's polygon geometry ([#123](https://github.com/stac-utils/stac-check/pull/123))
13
17
- Added configuration documentation to README ([#124](https://github.com/stac-utils/stac-check/pull/124))
@@ -17,11 +21,19 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
17
21
18
22
- Improved bbox validation output to show detailed information about mismatches between bbox and geometry bounds, including which specific coordinates differ and by how much ([#126](https://github.com/stac-utils/stac-check/pull/126))
- Improved README with table of contents, better formatting, stac-check logo, and enhanced documentation ([#122](https://github.com/stac-utils/stac-check/pull/122))
23
31
- Enhanced Contributing guidelines with step-by-step instructions ([#122](https://github.com/stac-utils/stac-check/pull/122))
24
32
33
+
### Removed
34
+
35
+
- Support for Python 3.8 ([#121](https://github.com/stac-utils/stac-check/pull/121))
0 commit comments