- 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