Python-osw-validation

Latest version: v0.2.10

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

Scan your dependencies

Page 2 of 3

0.2.2

- Added functionality to get the specific number of errors

validator = OSWValidation(zipfile_path=<ZIP_FILE_PATH>)
result = validator.validate() // will return only first 20 errors by default
result = validator.validate(max_errors=10) // will return only first 10 errors

0.2.1

- Updated zipfile_handler
- Fixed "No .geojson files found in the specified directory or its subdirectories." issue

0.2.0

- Updated schema file to OSW 0.2
- Added create_zip method to ZipFileHandler
- Made all OSW files optional
- Added additional validation steps based on the OSW network properties
- Add external extensions to ExtractedDataValidator
- Validate external extensions against basic Open Geospatial Consortium (OGC) standards
- Aggregate schema errors and data integrity errors separately before returning errors to user

0.0.5

- Support for multi-level geojson file
- Now handles the following two folder structures when unzipped abc.zip
1. abc\{nodes, edges, points}.geojson
2. {nodes, edges, points}.geojson

0.0.4

- Points are not required for a valid OSW dataset

0.0.3

- Added schema file to package

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.