---------- Forwarded message ----------
From: Joel Pitt <joel...@gmail.com>
Date: Tue, Jun 29, 2010 at 10:58 AM
Subject: Re: back in the chair...
To: "Dodd, Mike" <mike...@agresearch.co.nz>
On Tue, Jun 29, 2010 at 10:54 AM, Dodd, Mike <mike...@agresearch.co.nz> wrote:
> So I’m using the command ./mdig.py export –g bdavidii_paper_from_1998 and it
> says “ERROR: couldn’t find background map nz_DEM” and not surprisingly the
> .png foil it produces has nothing to show.
>
> Presumably there’s another map file that needs to be in the right place?
That's just a default background map that MDiG puts in the config
file... you can either specify a background map in the mdig.conf file
or on the command line.
It needs to be in the model's mapset or in PERMANENT mapset of the
location the model is in.
I'm reasonably sure you'll have a suitable map called nz_DEM_jacques
so:
./mdig.py export -b nz_DEM_jacques MODELNAME
should work...