I have a vector layer with 2498 features (houses) that I want to rasterize/produce a raster image from but can't figure out how:
Column MARK_Z = is Meters above see-level for the base of each house
Column Z = Total meters above see-level for each house
Column BYGG_H = is each buildings total height from base
So ideally I would want code two of them into the new raster attribute, but Raster > Conversion > Rasterize (Vector to Raster) only let's me chose one, so I'm looking at different ways to solve this.
I have a PostGIS up and running with Qgis, How can I rasterize this with PostGIS through Qgis?
More information:
Download this exact vector layer and see if you can sort it out? https://drive.google.com/open?id=0BwFHJFrNX33hZ2E0UlEtZDlUOXc
Running QGIS 2.18.0 'Las Palmas' but could change if another version works better?



