Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@DanielTollenaar DanielTollenaar released this 20 Jun 06:52
· 4 commits to main since this release
ee9ea1e

What has Changed

  • upgrade of python packages to February 2024: #16
  • read/write GeoPackages and GeoJSONs with pyogrio. Expected boost performance and solve performance-issue HYV-214
  • use fid as index of GeoDataFrames, removed nen3610id as index: #17
  • fix validation-crash by not adding empty GeoDataFrames to datamodel (HYV-194)
  • logging in validator.log; result is written in log key in valiation_result.json
  • schemas_path removed as key in hydamo_validator. Schema's are in module.
  • schema 1.3 with support for support voor hydamo_version 2.3
  • removal of results_path at init of validation; raises warning if PermissionError occurs
  • format python Exception in error key of validation_results.json to make it more human-readible

Full Changelog: v1.2.0...v1.3.0