I want to convert a GeoPandas GeoDataframe to raster (.tif). I have multiple attributes in my GeoDataframe and want to create a raster using a single field from the attribute table. The underlying vector format are 16x16m square polygons, which should be represented later by a single pixel.
Up to now I haven't found any straight-forward solutions or useful tutorials, so I am looking for some helpful answers or hints of where to find practical information.
I'm using Windows 10 and Python 3.8.