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

Option to automatically generate area and perimeter from geometry in `convert`? #38

Closed cholmes closed 4 months ago

cholmes commented 4 months ago

When working with the converter I was thinking that area and perimeter should be pretty easy to calculate from the geometry.

It seems like you could potentially do them with geopandas, maybe fitting into the template? But it could also be nice to just have them be top-level 'convert' options, to just automatically add them based on the geometry.

See also - https://github.com/fiboa/specification/issues/28#issuecomment-2095121587 could be nice to have the validator check this as well.

m-mohr commented 4 months ago

Duplicate of https://github.com/fiboa/cli/issues/21