Skip to content

v4.4.3

Compare
Choose a tag to compare
@cboucheIGN cboucheIGN released this 08 Nov 17:32
· 46 commits to master since this release

What's Changed

  • validator-plugin-cnig: add GeometyInDocumentValidator by @cboucheIGN in #339

New control GeometyInDocumentValidator for plugin CNIG.

This geometry validation is activate with a new parameter --cnig-document-emprise

Document emprise must be passed as a WKT geometry with EPSG:4326 coordinates.

java -jar validator-cli.jar document_validator \
   --report-format jsonl \
    --model cnig_PLU_2017 \
    --input INSEE_PLU_DATE \
    --output validation \
    --srs EPSG:2154 \
    --plugins "CNIG" \
    --cnig-document-emprise "POLYGON((1.186438253 47.90390196, 1.098884284 47.90390196, 1.098884284 47.83421197, 1.186438253 47.83421197, 1.186438253 47.90390196))"

Full Changelog: v4.4.2...v4.4.3