Opened 11 years ago
Closed 7 years ago
#2263 closed defect (worksforme)
t.register use fp range for CELL maps
Reported by: | martinl | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.0.7 |
Component: | Temporal | Version: | svn-trunk |
Keywords: | t.register, CELL | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description (last modified by )
When registering CELL maps by t.register
, the command prints warning
WARNING: Unable to read fp range file for <...>
Change History (9)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
follow-up: 3 comment:2 by , 11 years ago
follow-up: 4 comment:3 by , 11 years ago
comment:4 by , 10 years ago
Replying to martinl:
Replying to 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.
comment:5 by , 9 years ago
Milestone: | 7.0.0 → 7.0.5 |
---|
comment:7 by , 8 years ago
Milestone: | 7.0.5 → 7.0.6 |
---|
comment:8 by , 7 years ago
Milestone: | 7.0.6 → 7.0.7 |
---|
comment:9 by , 7 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Tested extensively and no warning found.
Closing. Reopen if needed.
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.