Re: [GRASS-dev] Some ideas about future GRASS development

2010-05-10 Thread Jarosław Jasiewicz
Martin Landa pisze: Hi, 2010/5/10 Hamish : well, then we can build separate packages based on the tools included, at least 'grass-core', grass-full`. my point is that splitting it up doesn't gain us much space-wise. An extra 50 modules might only cost another 6mb on top of the core d

Re: [GRASS-dev] Some ideas about future GRASS development

2010-05-10 Thread Jarosław Jasiewicz
Hi Martin, Hamish, all... Hi, 2010/5/10 Hamish : * One of our best selling points vs. the competition is that you don't have to buy expensive addon toolboxes to have it do what you want to do. * It makes it a lot harder for new users to get started with what they want to do. Even whe

[GRASS-dev] Some ideas about future GRASS development

2010-04-28 Thread Jarosław Jasiewicz
Hi all! That rather radical ideas I present here are rather for future, at least for GRASS 8, but I'd like present it now for long-term reflection. Probably all notice that for over two years there is big increase in add-on repository (including me). There are modules of different quality: f

[GRASS-dev] GRASS posters in svn add-on

2010-04-24 Thread Jarosław Jasiewicz
Hi These 85 MB in svn-add-on repository seems not to be a nice idea maybe separate repository? Jarek ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] GNU scientific library in GRASS

2010-04-13 Thread Jarosław Jasiewicz
Hi All! What about using GNU scientific library (gsl) in GRASS module? Will it create additional dependencies? What about compiling on windows? Any other contraindications?? In general what I want to use I cannot find in gmath library. thanks for any answer J.

Re: [GRASS-dev] color tables (legal aspects)

2010-03-17 Thread Jarosław Jasiewicz
Hi I created for my personal use some color tables almost identical to that of ESRI I wonder about legal aspect of publish it as add-on. It is possible that these color schemes are not restricted, but there are lots of doubt. what you think about? regards Jarek _

[GRASS-dev] Are such construction/declaration allowed for GRASS ??

2010-03-12 Thread Jarosław Jasiewicz
Hi Can I use in module prepared for GRASS such constructions: typedef enum { AND,/* & */ OR,/* | */ NOT,/* ~ */ IS,/* = */ THEN,/* : */ LBRC,/* ( */ RBRC,/* ) */ START,/* { */ STOP,/* } */ MA

Re: [GRASS-dev] Re: [GRASS-user] major update of r.stream.*

2010-02-25 Thread Jarosław Jasiewicz
Michael Barton pisze: On Feb 25, 2010, at 1:57 AM, grass-user-requ...@lists.osgeo.org wrote: Date: Wed, 24 Feb 2010 19:11:32 +0100 From: Jaros?aw Jasiewicz Subject: [GRASS-user] major update of r.stream.* To: grass-u...@lists.osgeo.org Message-ID: <4b856bd4.7050...@amu.edu.pl> Content-Type:

Re: [GRASS-dev] Some proposition on r.neighbour (new code)

2010-02-10 Thread Jarosław Jasiewicz
Glynn Clements pisze: Jarosław Jasiewicz wrote: I have two propositions on r.neighbour: 1) add existing method "range" to existing methods of r.neighbors 2) add new method "percentile" and add it to existing method of r.neighbours

Re: [GRASS-dev] Some proposition on r.neighbour (new code)

2010-02-10 Thread Jarosław Jasiewicz
Glynn Clements pisze: Jarosław Jasiewicz wrote: I have two propositions on r.neighbour: 1) add existing method "range" to existing methods of r.neighbors 2) add new method "percentile" and add it to existing method of r.neighbours Both seem reasonab

[GRASS-dev] Some proposition on r.neighbour (new code)

2010-02-09 Thread Jarosław Jasiewicz
Hi All I have two propositions on r.neighbour: 1) add existing method "range" to existing methods of r.neighbors it is only only one line: {c_max, NULL, NO_CATS, 1, 0, "maximum", "highest value"}, + {c_range, NULL, NO_CATS, 1, 0, "range", "maximum - minimum"}, {c_stddev, w_stddev, NO_CATS

Re: [GRASS-dev] Problem updating svn add onns

2010-01-05 Thread Jarosław Jasiewicz
Hamish pisze: Jarosław Jasiewicz wrote: When I try update r.stream.basins directory for most of files I receive message: it is svn: Item '/grass-addons/raster/r.stream.basins/global.h' is out of date svn: Zatwierdzenie nie powiodło się (szczegóły poniżej): // this means: com

[GRASS-dev] Problem updating svn add onns

2010-01-05 Thread Jarosław Jasiewicz
Hi When I try update r.stream.basins directory for most of files I receive message: it is svn: Item '/grass-addons/raster/r.stream.basins/global.h' is out of date svn: Zatwierdzenie nie powiodło się (szczegóły poniżej): // this means: commit failed (details below) svn: File or directory 'gl

[GRASS-dev] undefined reference to `db_set_connection'

2009-11-25 Thread Jarosław Jasiewicz
Hi I try to write function which will create temporary table to store data (Grass65) #include #include #include int create_table (void) { dbConnection conn; dbDriver *driver; dbHandle handle; dbString table_name, db_sql, val_string; char *cat_col_name; char buf[

Re: [GRASS-dev] svn help

2009-10-13 Thread Jarosław Jasiewicz
Jarosław Jasiewicz pisze: Hi all I tried to add to svn add-ons new module but I did it probably wrong. In raster directory I created new dir: svn add r.stream.del svn ci -m "New module" r.stream.del jar...@jarekj-desktop:~/src/add-ons/raster$ svn ci -m "New module

[GRASS-dev] svn help

2009-10-13 Thread Jarosław Jasiewicz
Hi all I tried to add to svn add-ons new module but I did it probably wrong. In raster directory I created new dir: svn add r.stream.del svn ci -m "New module" r.stream.del jar...@jarekj-desktop:~/src/add-ons/raster$ svn ci -m "New module" r.stream.del Sending r.stream.del/Makefi