[GRASS5] [bug #3321] (grass) several scripts missing in build though present in source

this bug's URL: http://intevation.de/rt/webrt?serial_num=3321
-------------------------------------------------------------------------

Subject: several scripts missing in build though present in source

Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: cvs 06.06.05

including lately added v.db.addcol & v.db.update

and

g3.setregion
g3.createwind
r.in.aster
r3.mapcalculator

Are all these intended not to be available to the user?

Maciek

-------------------------------------------- Managed by Request Tracker

On Mon, Jun 06, 2005 at 01:05:52PM +0200, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=3321
-------------------------------------------------------------------------

Subject: several scripts missing in build though present in source

Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: cvs 06.06.05

including lately added v.db.addcol & v.db.update

This is in the responsibility of the author.

and

g3.setregion

-> g.region (see WIKI: http://grass.gdf-hannover.de/twiki/bin/view/GRASS/ModulePortingList, -> General volume commands)

g3.createwind

-> g.region

r.in.aster
r3.mapcalculator

Again in the responsibility of the author.

Are all these intended not to be available to the user?

The g3.* above are retired. For the others I dunno.

Ciao

Markus

Moritz recently added v.db.addcol and v.db.update to the cvs. I thought
r.in.aster was already in the cvs, but am happy to add it if you want. It is
available on the GRASS WIKI site and my own web site. I won't have access to
the cvs until July though. If anyone else wants to commit it, it would be
great.

V.append is another potentially useful script I've posted, but could use
some cleanup. It essentially does a v.patch while preserving attributes
(something v.patch probably ought to have an option to do)

Michael

On 6/7/05 8:52 AM, "Markus Neteler" <neteler@itc.it> wrote:

On Mon, Jun 06, 2005 at 01:05:52PM +0200, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=3321
-------------------------------------------------------------------------

Subject: several scripts missing in build though present in source

Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: cvs 06.06.05

including lately added v.db.addcol & v.db.update

This is in the responsibility of the author.

and

g3.setregion

-> g.region (see WIKI:
http://grass.gdf-hannover.de/twiki/bin/view/GRASS/ModulePortingList, ->
General volume commands)

g3.createwind

-> g.region

r.in.aster
r3.mapcalculator

Again in the responsibility of the author.

Are all these intended not to be available to the user?

The g3.* above are retired. For the others I dunno.

Ciao

Markus

____________________
C. Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
PO Box 872402
Arizona State University
Tempe, AZ 85287-2402
USA

Phone: 480-965-6262
Fax: 480-965-7671
www: <www.public.asu.edu/~cmbarton>

Markus Neteler wrote:

On Mon, Jun 06, 2005 at 01:05:52PM +0200, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=3321
-------------------------------------------------------------------------

Subject: several scripts missing in build though present in source

Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: cvs 06.06.05

including lately added v.db.addcol & v.db.update

This is in the responsibility of the author.

Do I have to add the two modules into a list of modules to compile ? Or
is there anything else I need to watch out for to make it compile
automatically ?

Moritz

On Wed, Jun 08, 2005 at 06:06:44PM +0200, Moritz Lennert wrote:

Markus Neteler wrote:
> On Mon, Jun 06, 2005 at 01:05:52PM +0200, Request Tracker wrote:
>
>>this bug's URL: http://intevation.de/rt/webrt?serial_num=3321
>>-------------------------------------------------------------------------
>>
>>Subject: several scripts missing in build though present in source
>>
>>Platform: GNU/Linux/i386
>>grass obtained from: Trento Italy site
>>grass binary for platform: Compiled from Sources
>>GRASS Version: cvs 06.06.05
>>
>>including lately added v.db.addcol & v.db.update
>
>
> This is in the responsibility of the author.

Do I have to add the two modules into a list of modules to compile ? Or
is there anything else I need to watch out for to make it compile
automatically ?

HI,

A new module/script:
- has to be added to the Makefile in the parent directory
- should/must have a file description.html

That's all

Markus

On Wed, Jun 08, 2005 at 08:29:16AM -0700, Michael Barton wrote:

Moritz recently added v.db.addcol and v.db.update to the cvs. I thought
r.in.aster was already in the cvs,

It *is* in the CVS but it is not activated. Should it be activated?

but am happy to add it if you want. It is
available on the GRASS WIKI site and my own web site. I won't have access to
the cvs until July though. If anyone else wants to commit it, it would be
great.

Since yesterday I have permission denied problems with CVS.
Maybe someone else can activate r.in.aster.

V.append is another potentially useful script I've posted, but could use
some cleanup. It essentially does a v.patch while preserving attributes
(something v.patch probably ought to have an option to do)

Personally I would be prefer to see v.patch fixed rather than adding
a very similar program.

Markus

Michael

On 6/7/05 8:52 AM, "Markus Neteler" <neteler@itc.it> wrote:

> On Mon, Jun 06, 2005 at 01:05:52PM +0200, Request Tracker wrote:
>> this bug's URL: http://intevation.de/rt/webrt?serial_num=3321
>> -------------------------------------------------------------------------
>>
>> Subject: several scripts missing in build though present in source
>>
>> Platform: GNU/Linux/i386
>> grass obtained from: Trento Italy site
>> grass binary for platform: Compiled from Sources
>> GRASS Version: cvs 06.06.05
>>
>> including lately added v.db.addcol & v.db.update
>
> This is in the responsibility of the author.
>
>> and
>>
>> g3.setregion
>
> -> g.region (see WIKI:
> http://grass.gdf-hannover.de/twiki/bin/view/GRASS/ModulePortingList, ->
> General volume commands)
>
>> g3.createwind
>
> -> g.region
>
>> r.in.aster
>> r3.mapcalculator
>
> Again in the responsibility of the author.
>
>
>> Are all these intended not to be available to the user?
>
> The g3.* above are retired. For the others I dunno.
>
> Ciao
>
> Markus
>

____________________
C. Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
PO Box 872402
Arizona State University
Tempe, AZ 85287-2402
USA

Phone: 480-965-6262
Fax: 480-965-7671
www: <www.public.asu.edu/~cmbarton>

--
Markus Neteler <neteler itc it> http://mpa.itc.it
ITC-irst - Centro per la Ricerca Scientifica e Tecnologica
MPBA - Predictive Models for Biol. & Environ. Data Analysis
Via Sommarive, 18 - 38050 Povo (Trento), Italy

On 6/8/05 12:30 PM, "Markus Neteler" <neteler@itc.it> wrote:

On Wed, Jun 08, 2005 at 08:29:16AM -0700, Michael Barton wrote:

Moritz recently added v.db.addcol and v.db.update to the cvs. I thought
r.in.aster was already in the cvs,

It *is* in the CVS but it is not activated. Should it be activated?

Yes please

but am happy to add it if you want. It is
available on the GRASS WIKI site and my own web site. I won't have access to
the cvs until July though. If anyone else wants to commit it, it would be
great.

Since yesterday I have permission denied problems with CVS.
Maybe someone else can activate r.in.aster.

V.append is another potentially useful script I've posted, but could use
some cleanup. It essentially does a v.patch while preserving attributes
(something v.patch probably ought to have an option to do)

Personally I would be prefer to see v.patch fixed rather than adding
a very similar program.

I agreem, which is why I never put it in the CVS. Hopefully v.append will
encourage this to happen.

Michael

Markus

Michael

On 6/7/05 8:52 AM, "Markus Neteler" <neteler@itc.it> wrote:

On Mon, Jun 06, 2005 at 01:05:52PM +0200, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=3321
-------------------------------------------------------------------------

Subject: several scripts missing in build though present in source

Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: cvs 06.06.05

including lately added v.db.addcol & v.db.update

This is in the responsibility of the author.

and

g3.setregion

-> g.region (see WIKI:
http://grass.gdf-hannover.de/twiki/bin/view/GRASS/ModulePortingList, ->
General volume commands)

g3.createwind

-> g.region

r.in.aster
r3.mapcalculator

Again in the responsibility of the author.

Are all these intended not to be available to the user?

The g3.* above are retired. For the others I dunno.

Ciao

Markus

____________________
C. Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
PO Box 872402
Arizona State University
Tempe, AZ 85287-2402
USA

Phone: 480-965-6262
Fax: 480-965-7671
www: <www.public.asu.edu/~cmbarton>

____________________
C. Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
PO Box 872402
Arizona State University
Tempe, AZ 85287-2402
USA

Phone: 480-965-6262
Fax: 480-965-7671
www: <www.public.asu.edu/~cmbarton>

> Moritz recently added v.db.addcol and v.db.update to the cvs. I
> thought r.in.aster was already in the cvs,

It *is* in the CVS but it is not activated. Should it be activated?

> but am happy to add it if you want. It is
> available on the GRASS WIKI site and my own web site. I won't have
> access to the cvs until July though. If anyone else wants to commit
> it, it would be great.

Since yesterday I have permission denied problems with CVS.
Maybe someone else can activate r.in.aster.

Done.

I haven't added v.db.addcol or v.db.update to scripts/Makefile. I leave
that to Moritz if he thinks they are ready.

> V.append is another potentially useful script I've posted, but could
> use some cleanup. It essentially does a v.patch while preserving
> attributes (something v.patch probably ought to have an option to
> do)

Personally I would be prefer to see v.patch fixed rather than adding
a very similar program.

I agree.

Hamish

>>this bug's URL: http://intevation.de/rt/webrt?serial_num=3321
>>-------------------------------------------------------------------

>>Subject: several scripts missing in build though present in source
>>

..

>>GRASS Version: cvs 06.06.05
>>
>>including lately added v.db.addcol & v.db.update
>
>
> This is in the responsibility of the author.

Do I have to add the two modules into a list of modules to compile ?
Or is there anything else I need to watch out for to make it compile
automatically ?

just add to the Makefile in the parent directory.

look at the previous changes here:

http://freegis.org/cgi-bin/viewcvs.cgi/grass6/scripts/Makefile

Hamish

On 6/8/05 4:34 PM, "Hamish" <hamish_nospam@yahoo.com> wrote:

Moritz recently added v.db.addcol and v.db.update to the cvs. I
thought r.in.aster was already in the cvs,

It *is* in the CVS but it is not activated. Should it be activated?

but am happy to add it if you want. It is
available on the GRASS WIKI site and my own web site. I won't have
access to the cvs until July though. If anyone else wants to commit
it, it would be great.

Since yesterday I have permission denied problems with CVS.
Maybe someone else can activate r.in.aster.

Done.

I haven't added v.db.addcol or v.db.update to scripts/Makefile. I leave
that to Moritz if he thinks they are ready.

He told me it was already done. May he just forgot to update the
Makefile...like I often do.

V.append is another potentially useful script I've posted, but could
use some cleanup. It essentially does a v.patch while preserving
attributes (something v.patch probably ought to have an option to
do)

Personally I would be prefer to see v.patch fixed rather than adding
a very similar program.

I agree.

Hamish

____________________
C. Michael Barton, Professor of Anthropology
School of Human Evolution and Social Change
PO Box 872402
Arizona State University
Tempe, AZ 85287-2402
USA

Phone: 480-965-6262
Fax: 480-965-7671
www: <www.public.asu.edu/~cmbarton>

Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=3321
-------------------------------------------------------------------------

Subject: several scripts missing in build though present in source

Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: cvs 06.06.05

including lately added v.db.addcol & v.db.update

I just added the two to the scripts/Makefile. So now they should compile.

Moritz