Hello,
I am trying to combine data for future analysis.
And
second dataset is probably
ÖREB-Kataster - where building requirements/limitations defined per plot, e.g. Max allowed height of building, max area of house, max volume of house etc.
However, I failed to find corresponding map on
map.geo.admin.ch or in layers list
https://api3.geo.admin.ch/api/faq/index.html#which-layers-are-availablefor second dataset.
I suppose second dataset provided per canton, as I've managed to find it on
maps.zh.ch
However, extra difficulty at the moment - there is no connection between first dataset and second dataset. After investigation, I came to conclusion that data must be interconnected via coordinates on a map.
first dataset has GKODE, GKODN fields,
and second dataset has Geometrie field with type POINT or CURVEPOLYGON - depending on a table.
But I've stuck with understanding how to match it one to another. May be i miss something?
I am trying to do this task using direct access to databases, because it is needed to analyze a lot of data and it can take ages via API.