— (English version below) —
Hallo!
Voor een project wil ik in een database, daktypes koppelen aan adressen. Een dataset van 3D BAG zegt in het attribuut “dak_type” iets over of een dak schuin of plat is. Ik zou deze informatie graag via adresgegevens (postcode, huisnummer en toevoegingen) of nummeraanduiding koppelen. Is dit mogelijk? Zo ja, hoe moet ik dit aanpakken?
Momenteel heb ik in de database een tabel met BAG gegevens en een aparte tabel die een deel van de data dump van rauwe 3D BAG data bevat in PostgreSQL format. Deze aparte tabel bevat onderandere informatie over de geometrie, het maaiveld en dus ook het daktype.
Voor nu zou het mij heel erg helpen als ik het voor elkaar krijg om een kolom [dak_type] te kunnen koppelen aan de adressen uit het BAG.
Alle input is welkom!
Dennis
Hi!
For a project I want to link roof types with addresses from BAG in a database table. In a dataset of 3D BAG, the attribute “dak_type” contains information on whether a roof is horizontal or slanted. I would like to link this information via address data (postal code, house number, house number addition) or “nummeraanduiding”. Is this possible? If yes, how should I do this?
Currently I have a table with BAG data and a seperate table that contains a part of the data dump of raw 3D BAG data in PostgreSQL format. This seperate table contains information like the geometry, the “maaiveld” and of course the rooftype.
For now, being able to link the rooftype to addresses from the BAG by for instance adding a column named [roof_type] to the BAG adresses table, would help me a lot.
Any input would be great!
Dennis