Skip to content

Commit ba73356

Browse files
authored
Merge pull request #127 from stac-utils/release-1.7.0
## [v1.7.0] - 2025-06-01 ### Added - Added validation for bounding boxes that cross the antimeridian (180°/-180° longitude) ([#121](#121)) - 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 - Added sponsors and supporters section with logos ([#122](#122)) - Added check to verify that bbox matches item's polygon geometry ([#123](#123)) - Added configuration documentation to README ([#124](#124)) - Added validation for geometry coordinates order to detect potentially reversed lat/lon coordinates ([#125](#125)) - Checks that coordinates follow the GeoJSON specification with [longitude, latitude] order - Uses heuristics to identify coordinates that may be reversed or contain errors - Provides nuanced error messages acknowledging the uncertainty in coordinate validation - Added validation for definite geometry coordinate errors ([#125](#125)) - Detects coordinates with latitude values exceeding ±90 degrees - Detects coordinates with longitude values exceeding ±180 degrees - Returns detailed information about invalid coordinates - Added dedicated geometry validation configuration section ([#125](#125)) - Created a new `geometry_validation` section in the configuration file - Added a master enable/disable switch for all geometry validation checks - Reorganized geometry validation options into the new section - Separated geometry validation errors in CLI output with a [BETA] label - Added detailed documentation for geometry validation features - Added `--pydantic` option for validating STAC objects using stac-pydantic models, providing enhanced type checking and validation ([#126](#126)) ### Enhanced - 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](#126)) ### Fixed - Fixed collection summaries check incorrectly showing messages for Item assets ([#121](#127))
2 parents f3dcd9b + e1f8bbf commit ba73356

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
223223
- Validation from stac-validator 2.3.0
224224
- Links and assets validation checks
225225

226-
[Unreleased]: https://github.com/stac-utils/stac-check/compare/v1.6.0...main
226+
[Unreleased]: https://github.com/stac-utils/stac-check/compare/v1.7.0...main
227+
[v1.7.0]: https://github.com/stac-utils/stac-check/compare/v1.6.0...v1.7.0
227228
[v1.6.0]: https://github.com/stac-utils/stac-check/compare/v1.5.0...v1.6.0
228229
[v1.5.0]: https://github.com/stac-utils/stac-check/compare/v1.4.0...v1.5.0
229230
[v1.4.0]: https://github.com/stac-utils/stac-check/compare/v1.3.3...v1.4.0

0 commit comments

Comments
 (0)