Re: [GRASS-dev] Re: [GRASS GIS] #1577: r.stream.extract/r.stream.order - "calculated" mainchannel vs. "real" mainchannel

2012-02-15 Thread Jarek Jasiewicz
On 02/15/2012 04:46 PM, Helmut Kudrnovsky wrote: what does it means? Any reference? Main channel established in real network or algorithms of modeling main channel? the mentionned "real" mainchannel is the part of real Austrian river network (i.e. listed in the annual Austrian hydrographical han

Re: [GRASS-dev] [GRASS GIS] #1577: r.stream.extract/r.stream.order - "calculated" mainchannel vs. "real" mainchannel

2012-02-15 Thread Jarek Jasiewicz
On 02/15/2012 03:33 PM, GRASS GIS wrote: #1577: r.stream.extract/r.stream.order - "calculated" mainchannel vs. "real" mainchannel -+-- Reporter: hellik | Owner: grass-dev@… Type: enhancement |

Re: [GRASS-dev] Re: Copyright and license issue

2012-01-15 Thread Jarek Jasiewicz
On 01/15/2012 07:36 AM, Roger Bivand wrote: Hamish yahoo.com> writes: Jarek wrote: Ok, it explains everything. So if I want to publish code with any GPL privileges granded, but keep code integrity in one official place which I can put in paper as link to OFFICIAL source code, with guarantee

Re: [GRASS-dev] Copyright and license issue

2012-01-15 Thread Jarek Jasiewicz
On 01/14/2012 10:23 PM, Hamish wrote: Jarek wrote: Ok, it explains everything. So if I want to publish code with any GPL privileges granded, but keep code integrity in one official place which I can put in paper as link to OFFICIAL source code, with guarantee that it won't be accidentaly changed

Re: [GRASS-dev] Copyright and license issue

2012-01-14 Thread Jarek Jasiewicz
On 01/14/2012 07:23 PM, Glynn Clements wrote: Jarek Jasiewicz wrote: I have a question about putting into add-on repository the code containing completly new terrain analysis system. Code will be on classic GPL license, however I would like to TEMPORARILY restrict the name of module

[GRASS-dev] Copyright and license issue

2012-01-14 Thread Jarek Jasiewicz
idea. Any suggestions?? Jarek Jasiewicz. ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] r.in.pdf

2010-06-07 Thread Jarek Jasiewicz
Mohammed Rashad pisze: what about making a script or program in addon for doing these operation in single click or command -- Rashad *From:* Roger Miller *To:* Mohammed Rashad *Cc:* grass-dev@lists.osgeo.org *Sent:* M

[GRASS-dev] Re: [GRASS-user] pdf maps

2010-06-06 Thread Jarek Jasiewicz
Mohammed Rashad pisze: Is there any module in grass to read maps which are in PDF format to raster or vector. ArcGIS can read pdf files as raster maps. may i know the module is available in GRASS or GRASS-Addons repo. - Rashad

Re: [GRASS-dev] r.shrink??

2010-05-26 Thread Jarek Jasiewicz
na State University voice: 480-965-6262 (SHESC), 480-727-9746 (CSDC) fax: 480-965-7671 (SHESC), 480-727-0709 (CSDC) www: www.public.asu.edu/~cmbarton, http://csdc.asu.edu On May 26, 2010, at 1:03 PM, Jarek Jasiewicz wrote: Michael Barton pisze: Am I missing something or is

Re: [GRASS-dev] r.shrink??

2010-05-26 Thread Jarek Jasiewicz
Michael Barton pisze: Am I missing something or is there no module that does the opposite of r.grow (i.e., shrink rasters of a given category by 1 or more pixels)? r.thin tries to thin to a line. Michael C. Michael Barton Director, Center for Social Dynamics & Complexity

Re: [GRASS-dev] Re: New module v.surf.trend but with external dependencies and ccmath problem

2010-05-04 Thread Jarek Jasiewicz
Roger Bivand pisze: Hi Jarek, Are you rescaling the coordinates before powering them? I see that you are making some conversions in main.c, but they may not be enough. Try using the unit square 0,1 instead, for example (x_i - min(x))/(max(x) - min(x)) or something like this. Or see dscale() in t

[GRASS-dev] New module v.surf.trend but with external dependencies and ccmath problem

2010-05-04 Thread Jarek Jasiewicz
Hi all! I wrote new GRASS module, v.surf.trend I think it could be useful. v.surf.trend allow to fit set of points to trend surface at any degree of polynomial (in fact if more than 6 has any sense?) Module v.surf.trend is ready to use (there remained some cosmetics) but is based on external

[GRASS-dev] makefile for Valgrind

2010-04-25 Thread Jarek Jasiewicz
Sorry for that question can someone tell me how shall I modify makefile to test my program with Valgrind? adding CFLAGS=-g is enough or shall I do something else? thanks Jarek ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.or

Re: [GRASS-dev] r.fuzzy.system can someone check???

2010-04-23 Thread Jarek Jasiewicz
y much The problem Is I do not know how to fix it.... many thanks Jarek 2010/4/23, Jarek Jasiewicz : Hi! I have created month ago tool r.fuzzy.system... I found yesterday that program works fine on 64 bit system (ubuntu) but fails on 32 with segmentation fault. Could someone with 32

[GRASS-dev] r.fuzzy.system can someone check???

2010-04-23 Thread Jarek Jasiewicz
Hi! I have created month ago tool r.fuzzy.system... I found yesterday that program works fine on 64 bit system (ubuntu) but fails on 32 with segmentation fault. Could someone with 32 bit and someone with 64 bit systems compile and run program according example (necessary files are included i

Re: [GRASS-dev] GNU scientific library in GRASS

2010-04-16 Thread Jarek Jasiewicz
Soeren Gebbert pisze: Hello, 2010/4/13 Jarosław Jasiewicz : Hi All! What about using GNU scientific library (gsl) in GRASS module? Will it create additional dependencies? Yes. What about compiling on windows? Any other contraindications?? In general what I want to use I canno

Re: [GRASS-dev] GNU scientific library in GRASS

2010-04-13 Thread Jarek Jasiewicz
Soeren Gebbert pisze: Hello, 2010/4/13 Jarosław Jasiewicz : Hi All! What about using GNU scientific library (gsl) in GRASS module? Will it create additional dependencies? Yes. What about compiling on windows? Any other contraindications?? In general what I want to use I canno

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

2010-03-13 Thread Jarek Jasiewicz
Glynn Clements pisze: Jarosław Jasiewicz wrote: Can I use in module prepared for GRASS such constructions: typedef enum { AND,/* & */ OR,/* | */ NOT,/* ~ */ IS,/* = */ THEN,/* : */ LBRC,/* ( */ RBRC,

[GRASS-dev] Re: DataCatalog

2010-02-03 Thread Jarek Jasiewicz
Mohammed Rashad pisze: Hi, I almost completed my DataCatalog module (new GRASS GIS Manager) for GRASS GIS http://svn.osgeo.org/grass/grass-addons/gui/wxpython/data_catalog/ anyone please test it. Any comments and suggestions are always welcome. http://grass.osgeo.org/wiki/WxPython-based_GUI_f

Re: [GRASS-dev] Compiling r.example in LINUX

2010-01-25 Thread Jarek Jasiewicz
António Rocha pisze: Greetings I'm having a few difficulties in compiling modules (e.g. r.example). *make -C r.example MODULE_TOPDIR=/usr/local/grass-6.4.0svn/* I got: make: Entering directory `/home/anrr/Desktop/GRASS_dvp/r.example' gcc -L/home/anrr/Downloads/grass-6.4.svn_src_snapshot_2010_0

[GRASS-dev] Re: copyright

2010-01-23 Thread Jarek Jasiewicz
Mohammed Rashad pisze: Hi, The menubar, toolbar and status bar in the existing GRASS GIS Manager is needed for my new GRASS GIS Manager. So Can I copy the code from existing wxgui.py ?. Is there any problem regarding author,license and copyright. I don't know much about these matter. If you k

Re: [GRASS-dev] Some wxGUI tests on Windows

2009-10-02 Thread Jarek Jasiewicz
Hi Markus Neteler pisze: - r.shaded.relief doesn't show any error but the result is completely NULL. Perhaps due to the fact that it is a shell script? If so, I would suggest to add a Windows test and to bail out rather than continue unless it is substituted with the Python version (6.4.

Re: [GRASS-dev] r.watershed question

2009-09-17 Thread Jarek Jasiewicz
negative numbers are assigned to cells which contribute outside area numbers refers to direction: 3 | 2 | 1 --- --- --- 4 | 0 | 8 --- --- --- 5 | 6 | 7 you can find direction by multipy the number by 45 (against east CCW) from help page: /drainage/ Output map: drainage direction. Provides t

[GRASS-dev] r.order and r.catchments: I'm looking for mentor

2009-08-06 Thread Jarek Jasiewicz
I know both of them meets RFC2 requiments, but code typing still require improvemnts to fully meets SUBMISSION requiments,. Any help and comments strongly appreciated. Jarek Jasiewicz ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.os

[GRASS-dev] problem with null values on 64 bit ubuntu

2009-07-31 Thread Jarek Jasiewicz
Hi list! I'm preparing new grass module for hortonian analysis (strahler stream oreder and so on...) module is in early stage of development so I do not officialy announce it, because it probably change a lot. source can be downloaded from here http://heretic.livenet.pl/heretic/r.stream.tar.g