Releases: chrieke/geojson-validator
Releases · chrieke/geojson-validator
0.6.0
0.5.2
0.5.1
0.5.0
- Rename
main.validate_schema
tomain.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.4.0
0.3.0
.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