When running r.stats I get an empty sheet, other statistics which include categories also turn up empty. Any idea what’s going on? It looks like the stats functions don’t recognize the categories. Also when using the query tool in the map display the values of the underlying pixel don’t show (only * → example query output: r.what -f input=BWK-reclassed-HABISTAT east_north=154253.966939,232124.628713 = 154253.966939|232124.628713||*).
When running r.stats I get an empty sheet, other statistics which include
categories also turn up empty. Any idea what's going on?
Most likely your current GRASS region does not cover the map.
g.region rast=BWK-reclassed-HABISTAT
should help before running the other commands.
Markus
It looks like the
stats functions don't recognize the categories. Also when using the query
tool in the map display the values of the underlying pixel don't show (only
* -> example query output: r.what -f input=BWK-reclassed-HABISTAT
east_north=154253.966939,232124.628713 = 154253.966939|232124.628713||*).
When running r.stats I get an empty sheet, other statistics which include categories also turn up empty. Any idea what’s going on? It looks like the stats functions don’t recognize the categories. Also when using the query tool in the map display the values of the underlying pixel don’t show (only * → example query output: r.what -f input=BWK-reclassed-HABISTAT east_north=154253.966939,232124.628713 = 154253.966939|232124.628713||*).