[GRASSLIST:2317] Re: s.surf.rst generating seemingly empty
rasters
Hamish
hamish_nospam at yahoo.com
Thu Jan 22 00:14:36 EST 2004
Glynn:
> Also, GRASS modules which read text files won't normally accept files
> with CRLF line terminators, so you can't use Notepad etc to
> create/edit them. Either use a Cygwin-based program such as vi, or a
> text editor which allows explicit control of line terminators.
may I recommend "TextPad"
Matthew:
> Could it be because I have null values in the site file?
I didn't think the sites format supported null values?
If that's breaking things, you can make a clean sites file with a
command similar to:
grep -v NULL sites_file > sites_file.clean
(change "NULL" to whatever you used ..)
Hamish
More information about the grass-user
mailing list