[GRASS-git] [OSGeo/grass] 87c529: r.external: read nan as nan (#338)
Markus Metz
noreply at github.com
Sun Feb 9 09:05:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass
Commit: 87c52954e206ab06d2aaea52b0398d0dd4fea783
https://github.com/OSGeo/grass/commit/87c52954e206ab06d2aaea52b0398d0dd4fea783
Author: Markus Metz <33666869+metzm at users.noreply.github.com>
Date: 2020-02-09 (Sun, 09 Feb 2020)
Changed paths:
M lib/raster/gdal.c
Log Message:
-----------
r.external: read nan as nan (#338)
Fixes #329. atof() on windows can not read "nan" and returns 0 (zero) instead. Using Rast_set_d_null_value() in this case to set nan directly.
More information about the grass-commit
mailing list