fiboa / cli

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

Implement NL converter #44

Closed ivorbosloper closed 5 months ago

ivorbosloper commented 5 months ago

Implement NL converters for reference fields and crop fields Solve https://github.com/fiboa/data/issues/17

m-mohr commented 5 months ago

Thanks, I'll have a look at this in the next days! :-)

ivorbosloper commented 5 months ago

@m-mohr I've also introduced tests with sample datasets

m-mohr commented 5 months ago

@ivorbosloper I appreciate the tests, thanks. I approved the CI to run them, but it looks like they fail.

m-mohr commented 5 months ago

Missing pyogrio as the nl dependency group was not installed for tests, I've committed a fix. Ready to merge. Thanks!