Thanks to Eve for the suggestion- didn't work, though I've figured out its something to do with having an external monitor attached.
My next question: getting the following error when running s.surf.idw:
Reading sites amp (RedSeaBathyFinal) ...Error:
Decimal field 1 not present in sites file
This seems like a fairly simple, yet fundamental error. There were no error messages when I imported this file (an ascii file) and it displays fine. Can anybody suggest where I'm going wrong?
My next question: getting the following error when running s.surf.idw:
Reading sites amp (RedSeaBathyFinal) ...Error:
Decimal field 1 not present in sites file
This seems like a fairly simple, yet fundamental error. There were no
error messages when I imported this file (an ascii file) and it
displays fine. Can anybody suggest where I'm going wrong?
I can't find an attribute for elevation. This should be stored as the
first floating point attribute. What does:
s.out.ascii RedSeaBathyFinal -adi | head -10
show?
You should see:
easting northing #cat %elevation
In the actual sites file this is stored as
easting|northing|#cat %elevation
's.surf.idw field=2' would be for:
easting northing #cat %something %elevation
for topography/bathymetry, s.surf.rst might give better results too...