[GRASS-dev] [GRASS GIS] #3927: r.external vs r.in.gdal under Windows
GRASS GIS
trac at osgeo.org
Tue Feb 11 09:01:29 PST 2020
#3927: r.external vs r.in.gdal under Windows
-------------------------------+-----------------------------------
Reporter: Nikos Alexandris | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.8.3
Component: Raster | Version: svn-releasebranch76
Resolution: | Keywords: r.external, r.in.gdal
CPU: Unspecified | Platform: MSWindows
-------------------------------+-----------------------------------
Comment (by hellik):
fixed by
{{{
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.
}}}
{{{
Branch: refs/heads/releasebranch_7_8
Home: https://github.com/OSGeo/grass
Commit: 607d3e126600c94ea31cbc8ff13974ad3e45a5b7
https://github.com/OSGeo/grass/commit/607d3e126600c94ea31cbc8ff13974ad3e45a5b7
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.
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3927#comment:13>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list