[GRASS-dev] [GRASS GIS] #2263: t.register use fp range for CELL maps

#2263: t.register use fp range for CELL maps
------------------------------+---------------------------------------------
Reporter: martinl | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 7.0.0
Component: Temporal | Version: svn-trunk
Keywords: t.register, CELL | Platform: Unspecified
      Cpu: Unspecified |
------------------------------+---------------------------------------------
When registering CELL maps by `t.register`, the command print warning

{{{
WARNING: Unable to read fp range file for
}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2263&gt;
GRASS GIS <http://grass.osgeo.org>

#2263: t.register use fp range for CELL maps
------------------------------+---------------------------------------------
Reporter: martinl | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 7.0.0
Component: Temporal | Version: svn-trunk
Keywords: t.register, CELL | Platform: Unspecified
      Cpu: Unspecified |
------------------------------+---------------------------------------------
Description changed by martinl:

Old description:

When registering CELL maps by `t.register`, the command print warning

{{{
WARNING: Unable to read fp range file for
}}}

New description:

When registering CELL maps by `t.register`, the command prints warning

{{{
WARNING: Unable to read fp range file for <...>
}}}

--

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2263#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#2263: t.register use fp range for CELL maps
------------------------------+---------------------------------------------
Reporter: martinl | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 7.0.0
Component: Temporal | Version: svn-trunk
Keywords: t.register, CELL | Platform: Unspecified
      Cpu: Unspecified |
------------------------------+---------------------------------------------

Comment(by huhabla):

This warning is emitted by Rast_read_range() in lib/raster/range.c and
will only appear in case there is no data in a raster map.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2263#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#2263: t.register use fp range for CELL maps
------------------------------+---------------------------------------------
Reporter: martinl | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 7.0.0
Component: Temporal | Version: svn-trunk
Keywords: t.register, CELL | Platform: Unspecified
      Cpu: Unspecified |
------------------------------+---------------------------------------------

Comment(by martinl):

Replying to [comment:2 huhabla]:
> This warning is emitted by Rast_read_range() in lib/raster/range.c and
will only appear in case there is no data in a raster map.

right, see #2264

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2263#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>

#2263: t.register use fp range for CELL maps
------------------------------+---------------------------------------------
Reporter: martinl | Owner: grass-dev@…
     Type: defect | Status: new
Priority: minor | Milestone: 7.0.0
Component: Temporal | Version: svn-trunk
Keywords: t.register, CELL | Platform: Unspecified
      Cpu: Unspecified |
------------------------------+---------------------------------------------

Comment(by wenzeslaus):

Replying to [comment:3 martinl]:
> Replying to [comment:2 huhabla]:
> > This warning is emitted by Rast_read_range() in lib/raster/range.c and
will only appear in case there is no data in a raster map.
>
> right, see #2264

I'm still getting this warning time to time with various modules. I was
not yet able to determine the conditions (I all my maps are OK, using NC
sample location). Anyway, can the message be more informative. If you say
that the warning is printed only when there is no data in map, I would
suggest to add this information to the message. One sentence saying the
probable reason would be nice. However, I'm not sure what "no data in a
raster map" means, so perhaps the explanation should be more detailed.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2263#comment:4&gt;
GRASS GIS <http://grass.osgeo.org>