[GRASS-user] d.thematic.area

hi,

I've just noticed that in the current svn version d.thematic.area is no
longer working. It's no longer possible to specify an input map.
Does anyone (Moritz :wink: know what's wrong?

thanks,
kries

--
View this message in context: http://www.nabble.com/d.thematic.area-tp17487551p17487551.html
Sent from the Grass - Users mailing list archive at Nabble.com.

On Tue, May 27, 2008 at 3:53 PM, kries <kries@gmx.at> wrote:

hi,

I've just noticed that in the current svn version d.thematic.area is no
longer working. It's no longer possible to specify an input map.
Does anyone (Moritz :wink: know what's wrong?

I guess you mean d.vect.thematic?

If you work from SVN, you have to recompile all GRASS
from scratch due to a change in the parser file. It shifts
all parameter names unless you recompile.

so:
make distclean
sh configure ...
make
...

This should help,
Markus

Thank you Markus.
Sorry, I wasn't really very clear in my first posting.
I have a freshly compiled grass, did distclean/clean beforehand.

I do mean d.thematic.area:
http://www.nabble.com/file/p17495633/dthematicarea01.jpg

Something got mixed up there, as you can see from my screenshots. Input and
output must have got confused somehow. It's not just a GUI problem. It's the
same with the command line. My old scripts don't work anymore.

kries
--
View this message in context: http://www.nabble.com/d.thematic.area-tp17487551p17495633.html
Sent from the Grass - Users mailing list archive at Nabble.com.

On Tue, May 27, 2008 at 7:20 PM, kries <kries@gmx.at> wrote:

Thank you Markus.
Sorry, I wasn't really very clear in my first posting.
I have a freshly compiled grass, did distclean/clean beforehand.

Two days ago I submitted a number of changes to run GRASS 7.svn
(trunk) independently from GRASS 6. There were lots of GRASS 6
indications in trunk which I updated.
Please be sure to have updated recently (yesterday or today).

I do mean d.thematic.area:
http://www.nabble.com/file/p17495633/dthematicarea01.jpg

I see that Moritz didn't yet enable d.thematic.area for default
compilation (I forgot that it exists...). I have now activated it
in trunk for easier testing.

Something got mixed up there, as you can see from my screenshots. Input and
output must have got confused somehow. It's not just a GUI problem. It's the
same with the command line. My old scripts don't work anymore.

Sure - the GUI is autogenerated here.
I have just compiled and it looks ok.
Possible, that you run "make distclean" in grass64 instead of grass70?

Markus

Hi,

:clap:
it works!
Thanks for your help!

kries
--
View this message in context: http://www.nabble.com/d.thematic.area-tp17487551p17509812.html
Sent from the Grass - Users mailing list archive at Nabble.com.

On 28/05/08 10:15, Markus Neteler wrote:

I see that Moritz didn't yet enable d.thematic.area for default
compilation (I forgot that it exists...). I have now activated it
in trunk for easier testing.

Thanks!

I had always meant to improve it a bit more and write the documentation (code and module) before making it compile by default, but I guess it's better that it gets more tester, and thus more potential coders, since I'm currently just too busy to do any work on that... :frowning:

Moritz