<div dir="ltr">Hi,<div><br></div><div>I have a question about Rast3d_location2coord [1]. It is casting the col, row, depth values to integer like this:</div><div><br></div><div>(int) col </div><div><br></div><div>instead of using </div>

<div><br></div><div>(int)floor(col)</div><div><br></div><div>as a result, col = 0.1 => col = 0 and col = -0.1 => col = 0, which doesn't seem correct to me. Any opinions?</div><div><br></div><div>Thanks, Anna<br>

</div><div><br></div>BTW, similar function Rast_northing_to_row from raster library returns double.<div><br></div><div><br></div><div>[1] <a href="http://grass.osgeo.org/programming7/region_8c_source.html#l00291">http://grass.osgeo.org/programming7/region_8c_source.html#l00291</a><br>

</div></div>