File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1717- Support for multi-level geojson file
1818- Now handles the following two folder structures when unzipped abc.zip
1919 1 . abc\{ nodes, edges, points}.geojson
20- 2 . {nodes, edges, points}.geojson
20+ 2 . {nodes, edges, points}.geojson
21+
22+ ### 0.0.6
23+ - Updated schema file to OSW 0.2
24+ - Added create_zip method to ZipFileHandler
25+ - Made all OSW files optional
26+ - Added additional validation steps based on the OSW network properties
27+ - Add external extensions to ExtractedDataValidator
28+ - Validate external extensions against basic Open Geospatial Consortium (OGC) standards
Original file line number Diff line number Diff line change 1111
1212build_date = date .today ().strftime ('%Y-%m-%d' )
1313
14- version = '0.0.5 '
14+ version = '0.0.6 '
1515
1616with open (version_file_path , 'w+' ) as version_file :
1717 version_file .write ("version = '{}'\n " .format (version ))
You can’t perform that action at this time.
0 commit comments