[GRASS5] [bug #921] (grass) tcltkgrass3.2 dted extraction west input error

Glynn Clements glynn.clements at virgin.net
Thu Feb 28 07:36:44 EST 2002


Markus Neteler via RT wrote:

> I am not familiar with DTED but try to follow the problem.
> 
> The tcltkgrass line is something like this:
>  m.dem.extract input=dted output=out blocksize=22 start=1 end=1999
> 
> right?

You're looking at the wrong menu option. The original report said:

> When trying to extract DTED files into binary raster using the option
> under Misc->DEM/DTED->DTED Extraction, the resulting pop-up menu which

This runs "m.dted.extract".

You're looking at:

	Misc->DEM/DTED->DEM Extraction

The error is obvious enough; the last line of
src/tcltkgrass/module/m.dted.extract should be changed from:

    {entry north {North longitude of region to extract (ddd:mm:ss{E|W}):} 0 ""}
to:
    {entry west {West longitude of region to extract (ddd:mm:ss{E|W}):} 0 ""}

I'll commit a fix.

-- 
Glynn Clements <glynn.clements at virgin.net>



More information about the grass-dev mailing list