Bug #6158
r.reclass.area: can not load layer error
| Status: | New | Start Date: | 08/05/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Backend/GRASS | |||
| Target version: | - | |||
| Patch supplied: | No |
Description
issue:
execution proceeds but get error: could not load layer
setup:
r333
win 7
error log:
C:\>g.gisenv.exe set="MAPSET=user"
C:\>g.gisenv.exe set="LOCATION=temp_location"
C:\>g.gisenv.exe set="LOCATION_NAME=temp_location"
C:\>g.gisenv.exe set="GISDBASE=C:\Users\richard\sextante\tempdata\grassdata"
C:\>g.gisenv.exe set="GRASS_GUI=text"
C:\>g.region n=4020487.85731 s=3573337.85731 e=5912066.80991 w=5534066.80991 res=30
C:\>r.in.gdal input="C:/Users/richard/sextante/tempdata/grassrclump19.tif" band=1 out=tmp1344189111963 --overwrite -o
GRASS_INFO_WARNING(7692,1): Over-riding projection check
GRASS_INFO_END(7692,1)
GRASS_INFO_MESSAGE(7692,2): r.in.gdal complete. Raster map <tmp1344189111963> created.
GRASS_INFO_END(7692,2)
C:\>r.reclass.area input=tmp1344189111963 lesser=0 greater=0.5 output=output --overwrite
The system cannot find the path specified.
cheers,
richard
History
Updated by Filipe Dias 10 months ago
- Category set to Backend/GRASS