Geojson-validator

Latest version: v0.5.2

Safety actively analyzes 623608 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.5.2

**March 27, 2024**
- Fix issue `fix_geometries` not applied to multigeometries

0.5.1

**February 16, 2024**

- Fix breaking issue unused imports

0.5.0

**January 19, 2024**

- Rename `main.validate_schema` to `main.validate_structure`.
- Change .validate_structure result from list to dictionary. Now adds feature position. Line position now points to exact subelement.
- Move "duplicate_nodes" & "outside_latlon_boundary" to problematic checks.
- Move "duplicate_nodes" to optional fix.
- Move crs check to .validate_sstructure, now optional.
- Enable Geometrycollection as valid type.
- Various improvements and fixes

0.3.0

**January 04, 2024**

- `.validate_schema()` now returns a list of errors (empty if valid) and adds line numbers to better locate the issue.
- adds check for excessive vertices (>999) as `problematic` criteria
- Various improvements and fixes (e.g. 3d coordinate handling)
- (Developer): Adds `make redownload-testfiles` to use https://github.com/chrieke/geojson-invalid-geometry as origin

0.2.0

**January 01, 2024**

- Adds `validate_schema`
- Renamed `validate` to `validate_geometries` and `fix` to `fix_geometries`
- Various improvements and fixes

0.1.0

**December 28, 2023**

- Initial Release

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.