<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span><div>I've attached a simple text file that I read into GRASS with r.in.ascii.</div><div><br class="webkit-block-placeholder"></div><div><div>r.in.ascii -f input=/Users/cmbarton/Desktop/landuse_stats_all_models_orig2.txt output=landuse2 --overwrite</div><div><br class="webkit-block-placeholder"></div><div>(I've tried it with -d, -ifd, and no flags)</div><div><br class="webkit-block-placeholder"></div><div>It imports fine with no errors. It displays fine. </div><div><br class="webkit-block-placeholder"></div><div>r.info shows that it contains data...</div><div><br class="webkit-block-placeholder"></div><div><div> N: 40 S: 1 Res: 0.975 |</div><div> | E: 50 W: 1 Res: 0.98 |</div><div> | Range of data: min = 0.000000 max = 24055.437500 </div><div><br class="webkit-block-placeholder"></div><div>YET...</div><div><br class="webkit-block-placeholder"></div><div>If I query ANY cell with r.what, I get...</div><div><br class="webkit-block-placeholder"></div><div>23.979253112|12.2468879668||*</div><div><br class="webkit-block-placeholder"></div><div>ALL are null. And it won't display in NVIZ--probably because all cells are null. </div><div><br class="webkit-block-placeholder"></div><div>r.mapcalc 'newmap=1.0*landscape2' </div><div><br class="webkit-block-placeholder"></div><div>produces an empty map.</div><div><br class="webkit-block-placeholder"></div><div>I've run r.nulls with no effects.</div><div><br class="webkit-block-placeholder"></div><div>Anyone have an idea what is wrong?</div><div><br class="webkit-block-placeholder"></div><div>Michael</div></div></div><div><br class="webkit-block-placeholder"></div></span></body></html>