Hi list, I have a vector polygon map that I'm converting to raster. The attribute column that I process has some empty rows (no data / null). When I run v.to.rast, these empty rows become 0 (zero) on my resulting raster map.
Shouldn't v.to.rast respect the empty attribute table and create null values for those polygons? For now I'll use r.null to fix this problem. But what if 0 is a valid value? Cheers Daniel PS - Running Grass 7.6.1 on Ubuntu
_______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
