|
1 | 1 | # Change log |
2 | 2 |
|
3 | | -### 0.0.1 |
4 | | -- Initial version of python_osw_validation package. |
5 | | - |
6 | | -### 0.0.2 |
7 | | -- Updated package Unit test cases. |
8 | | -- Updated README file |
9 | | - |
10 | | -### 0.0.3 |
11 | | -- Added schema file to package |
12 | | - |
13 | | -### 0.0.4 |
14 | | -- Points are not required for a valid OSW dataset |
15 | | - |
16 | | -### 0.0.5 |
17 | | -- Support for multi-level geojson file |
18 | | -- Now handles the following two folder structures when unzipped abc.zip |
19 | | - 1. abc\{nodes, edges, points}.geojson |
20 | | - 2. {nodes, edges, points}.geojson |
| 3 | +### 0.2.1 |
| 4 | +- Updated zipfile_handler |
| 5 | +- Fixed "No .geojson files found in the specified directory or its subdirectories." issue |
21 | 6 |
|
22 | 7 | ### 0.2.0 |
23 | 8 | - Updated schema file to OSW 0.2 |
|
26 | 11 | - Added additional validation steps based on the OSW network properties |
27 | 12 | - Add external extensions to ExtractedDataValidator |
28 | 13 | - Validate external extensions against basic Open Geospatial Consortium (OGC) standards |
29 | | -- Aggregate schema errors and data integrity errors separately before returning errors to user |
| 14 | +- Aggregate schema errors and data integrity errors separately before returning errors to user |
| 15 | + |
| 16 | +### 0.0.5 |
| 17 | +- Support for multi-level geojson file |
| 18 | +- Now handles the following two folder structures when unzipped abc.zip |
| 19 | + 1. abc\{nodes, edges, points}.geojson |
| 20 | + 2. {nodes, edges, points}.geojson |
| 21 | + |
| 22 | +### 0.0.4 |
| 23 | +- Points are not required for a valid OSW dataset |
| 24 | + |
| 25 | +### 0.0.3 |
| 26 | +- Added schema file to package |
| 27 | + |
| 28 | +### 0.0.2 |
| 29 | +- Updated package Unit test cases. |
| 30 | +- Updated README file |
| 31 | + |
| 32 | +### 0.0.1 |
| 33 | +- Initial version of python_osw_validation package. |
0 commit comments