Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BRK extract: veldlengte voor kadastrale sectie moet 2 zijn ipv 1 #201

Closed
justb4 opened this issue Oct 14, 2016 · 2 comments
Closed

BRK extract: veldlengte voor kadastrale sectie moet 2 zijn ipv 1 #201

justb4 opened this issue Oct 14, 2016 · 2 comments
Assignees
Milestone

Comments

@justb4
Copy link
Contributor

justb4 commented Oct 14, 2016

Het bestand brk.gfs bepaalt hoe/welke velden OGR uit de bron GML worden geextraheerd en hun mapping naar kolommen (namen, types) in de (PostGIS) database. Als een veld een string is kan daarvoor een lengte gezet. Maar OGR bezit soms ook intelligentie dat hij lengte bepaalt op "wat ie het eerst tegenkomt".

Het veld sectie (kadastrale sectie) in BRK Perceel.gml is meestal 1 letter bijv A, B etc maar kan soms 2 letters zijn AA, AG etc. In brk.gfs staat nu echter een veldlengte van 1. Daardoor wordt bij inlezen de 2e letter "afgekapt". Door op 2 te zetten wordt dit hersteld. Zie bijv plaatje aangehecht voor perceel met kad_key: EMN00 AG 01884 G0000. Boven is met veldlengte 1, onder met lengte 2 in brk.gfs.

nlx-brk-sectionnr-cutoff

@justb4 justb4 self-assigned this Oct 14, 2016
@justb4 justb4 added this to the Versie 1.2.1 milestone Oct 15, 2016
@justb4
Copy link
Contributor Author

justb4 commented Oct 15, 2016

Gefixed!

@justb4 justb4 closed this as completed Oct 15, 2016
@fsteggink
Copy link
Member

Top!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants