fiboa / cli

CLI for fiboa (validation, inspection, schema and file creation, etc.)
https://pypi.org/project/fiboa-cli/
Apache License 2.0
0 stars 6 forks source link

`validate`: Compare area and perimeter against calculated values #10

Open m-mohr opened 5 months ago

m-mohr commented 5 months ago

To make sure data is in the correct unit and somewhat comparable, compare area and perimeter of the given geometry against the provided values in the fields. Report as invalid if above a certain threshold. Show standard deviation. Only validate of --data is on.

m-mohr commented 2 months ago

Related: #21 (same difficulties apply)