<div dir="ltr"><br><br>On Tue, Oct 29, 2019 at 7:40 PM Veronica Andreo <<a href="mailto:veroandreo@gmail.com">veroandreo@gmail.com</a>> wrote:<br>><br>> Hi Daniel,<br>><br>> I agree that if there's a NULL in the column, there should be NULL in the resulting raster. I suggest to open a ticket here: <a href="https://trac.osgeo.org/grass/">https://trac.osgeo.org/grass/</a><br><div><br></div><div>easy solution: v.to.rast where="<attribute_column> is not null"</div><div><br></div><div>or the new PR #173</div><div><a href="https://github.com/OSGeo/grass/pull/173">https://github.com/OSGeo/grass/pull/173</a></div><div></div><div>if an attribute value is null, the corresponding vector features will not be rasterized</div><div><br></div><div>Markus M</div><div><br></div><div>></div>> Cheers,<br>> Vero<br>><br>> El jue., 24 oct. 2019 a las 14:40, Daniel Victoria (<<a href="mailto:daniel.victoria@gmail.com">daniel.victoria@gmail.com</a>>) escribió:<br>>><br>>> Hi list,<br>>><br>>> 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.<br>>><br>>> Shouldn't v.to.rast respect the empty attribute table and create null values for those polygons?<br>>><br>>> For now I'll use r.null to fix this problem. But what if 0 is a valid value?<br>>><br>>> Cheers<br>>> Daniel<br>>><br>>> PS - Running Grass 7.6.1 on Ubuntu<br>>> _______________________________________________<br>>> grass-user mailing list<br>>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br>><br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a></div>