Re: [GRASS-dev] wingrass standalone default options, Microsoft Runtime Libraries

2015-06-07 Thread Vaclav Petras
On Sun, Jun 7, 2015 at 4:58 AM, Martin Landa landa.mar...@gmail.com wrote: Hi all, it seems to me that to enable installing Important Microsoft Runtime Libraries is crucial when installing GRASS using standalone installer on newer versions of Windows. I wonder if it would make sense to

Re: [GRASS-dev] Backport gunittest and tests to 7.0?

2015-06-07 Thread Vaclav Petras
On Fri, Jun 5, 2015 at 2:04 AM, Pietro peter.z...@gmail.com wrote: Hi Vaclav, What do you think, is it time to move the gunittest suite from trunk to 70? Hi Pietro, I'm not sure. The API was not tested much especially the one for running tests. Not that there would be some (serious) bugs.

Re: [GRASS-dev] ​Can GRASS compute the line graph representation of an input graph?

2015-06-03 Thread Vaclav Petras
On Wed, Jun 3, 2015 at 2:41 AM, Luca Delucchi lucadel...@gmail.com wrote: On 2 June 2015 at 19:46, Anita Graser anitagra...@gmx.at wrote: Hi, Hi, I'm interested in computing a line graph for an input graph. I couldn't find any reference to line graphs in the GRASS docs. Is there a

Re: [GRASS-dev] r65348 (GRASS_TMPDIR_MAPSET)

2015-06-03 Thread Vaclav Petras
On Wed, Jun 3, 2015 at 9:55 AM, Glynn Clements gl...@gclements.plus.com wrote: Maybe I'm overlooking something, but this change appears to violate the requirement that the file created by G_tempfile() is on the same filesystem (partition) as the mapset directory. Certain files (e.g. the

Re: [GRASS-dev] How GRASS should behave when another session is already active?

2015-06-02 Thread Vaclav Petras
On Tue, Jun 2, 2015 at 6:34 AM, Markus Neteler nete...@osgeo.org wrote: On Tue, Jun 2, 2015 at 3:05 AM, Vaclav Petras wenzesl...@gmail.com wrote: Perhaps interactive session (--text --gui) should have the check. Definitely. IMHO there is no point in starting GRASS GIS as interactive

Re: [GRASS-dev] How GRASS should behave when another session is already active?

2015-06-02 Thread Vaclav Petras
On Tue, Jun 2, 2015 at 7:50 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 02/06/15 03:05, Vaclav Petras wrote: Hi all, I need opinions on how to resolve the question whether GRASS session can be started from another GRASS session. Here we want to use GISBASE from environment

[GRASS-dev] How GRASS should behave when another session is already active?

2015-06-01 Thread Vaclav Petras
Hi all, I need opinions on how to resolve the question whether GRASS session can be started from another GRASS session. Here we want to use GISBASE from environment instead of build constant if available: https://trac.osgeo.org/grass/changeset/45576 However, here we cause error when GISBASE

Re: [GRASS-dev] inconsistency between G_OPT_V_INPUT and G_OPT_R_INPUT

2015-05-21 Thread Vaclav Petras
On Wed, May 13, 2015 at 10:14 AM, Vaclav Petras wenzesl...@gmail.com wrote: On Wed, May 13, 2015 at 9:47 AM, Pietro peter.z...@gmail.com wrote: On Wed, May 13, 2015 at 11:08 AM, Martin Landa landa.mar...@gmail.com wrote: 2015-05-13 8:03 GMT+02:00 Pietro peter.z...@gmail.com

Re: [GRASS-dev] clean_temp.c versus deleting mapset's .tmp

2015-05-21 Thread Vaclav Petras
the (fake) GRASS session manually [1]. But changes to user's scripts are needed. [1] https://trac.osgeo.org/grass/ticket/2579#comment:14 Thanks, Bill H. On 05/21/2015 04:45 AM, Glynn Clements wrote: Vaclav Petras wrote: when I was working on grass.py I saw there usage of clean_temp

Re: [GRASS-dev] [GRASS-SVN] r65264 - grass/trunk/lib/cairodriver

2015-05-20 Thread Vaclav Petras
On Wed, May 20, 2015 at 7:35 AM, Glynn Clements gl...@gclements.plus.com wrote: Vaclav Petras wrote: I think this is exactly what I mean. Any reason for using the variables instead of d.mon? d.mon isn't something you'd want to use from scripts or other programs. Ultimately, d.mon

[GRASS-dev] clean_temp.c versus deleting mapset's .tmp

2015-05-20 Thread Vaclav Petras
Hi, when I was working on grass.py I saw there usage of clean_temp function which calls clean_temp program and deletion of the whole .tmp directory and I can't make sense out of it. It seems to me that clean_temp (lib/init/clean_temp.c) executable called in grass.py is not necessary because the

[GRASS-dev] Setting of GRASS_ADDON_PATH in grass.py has a code smell

2015-05-20 Thread Vaclav Petras
Hi, when analyzed with Pylint [1, 2] the function set_paths() in grass.py [3] triggers an unused variable warning in the following block of code: addon_path = os.getenv('GRASS_ADDON_PATH') if addon_path: for path in addon_path.split(os.pathsep): path_prepend(addon_path, 'PATH')

[GRASS-dev] Refactoring of grass.py and request for help

2015-05-19 Thread Vaclav Petras
Hi all, I did a major refactoring of lib/init/grass.py file [1]. I believe that the file is now much easier to understand and maintain. The changes were necessary to implement #2579 without hacks and workarounds but it goes beyond that. Now we can actually review the code, fix some bugs and

[GRASS-dev] Running grass71 from command line on MS Windows

2015-05-18 Thread Vaclav Petras
Hi, do you think it would make sense for MS Windows installer to add the main GRASS executable on path? I'm asking because of #2579 (r65252). On MS Windows you will have to use: C:\Program Files (x86)\GRASS GIS...\grass71 C:\grassdata\... exec g.region -p It would be much nicer to be able to

Re: [GRASS-dev] [GRASS-SVN] r65264 - grass/trunk/lib/cairodriver

2015-05-18 Thread Vaclav Petras
On Mon, May 18, 2015 at 5:16 AM, svn_gr...@osgeo.org wrote: +h3SVG Example/h3 + +Example: using the driver to generate a SVG vector file with a vector +map (bash-syntax): + +div class=codepre +export GRASS_RENDER_IMMEDIATE=cairo +export GRASS_RENDER_FILE=vectormap.svg + +g.region

Re: [GRASS-dev] t.connect test for rasters takes over 3 hours to execute

2015-05-18 Thread Vaclav Petras
Institute. Best regards Soeren 2015-05-11 15:52 GMT+02:00 Vaclav Petras wenzesl...@gmail.com: Hi, when I run t.connect test test_distr_tgis_db_raster.py [0] in Piemonte Location [1], it takes 3.5 hours to complete [2]. This is happening constantly for a long time already [3

Re: [GRASS-dev] GRASS trunk will no longer compile for Mac

2015-05-18 Thread Vaclav Petras
On Mon, May 18, 2015 at 6:31 PM, Michael Barton michael.bar...@asu.edu wrote: A completely new installation compiled without error but will not launch with yet new errors. Michael Last login: Mon May 18 15:28:40 on ttys001 cmb-imaccsdc-2:~ cmbarton$

Re: [GRASS-dev] Linke turbidity in r.sun.daily

2015-05-15 Thread Vaclav Petras
On Fri, May 15, 2015 at 8:10 AM, Nikos Alexandris n...@nikosalexandris.net wrote: I have another use-case, hence another update to the script. Does anyone care to have a look at the proposed diff (really a quick hack, no extensive testing done but it works for me). Looks good except for

Re: [GRASS-dev] [GRASS-SVN] r65249 - grass/trunk/raster/r.topidx

2015-05-15 Thread Vaclav Petras
Hi, I see that you are making the indent in a file consistent but I just wanted to make sure you know that I recently updated the script ./tools/grass_indent.sh. On Fri, May 15, 2015 at 11:42 AM, svn_gr...@osgeo.org wrote: Author: hcho Date: 2015-05-15 08:42:52 -0700 (Fri, 15 May 2015) New

Re: [GRASS-dev] [GRASS-SVN] r65249 - grass/trunk/raster/r.topidx

2015-05-15 Thread Vaclav Petras
). -npro was there before. It prevents loading the user settings or something like that. For the rest, see the relevant change set: https://trac.osgeo.org/grass/changeset/64658 On Fri, May 15, 2015 at 1:22 PM, Vaclav Petras wenzesl...@gmail.com wrote: Hi, I see that you are making the indent

Re: [GRASS-dev] inconsistency between G_OPT_V_INPUT and G_OPT_R_INPUT

2015-05-13 Thread Vaclav Petras
On Wed, May 13, 2015 at 9:47 AM, Pietro peter.z...@gmail.com wrote: Hi Martin, On Wed, May 13, 2015 at 11:08 AM, Martin Landa landa.mar...@gmail.com wrote: Hi, 2015-05-13 8:03 GMT+02:00 Pietro peter.z...@gmail.com: #% description: Name of vector map with interested segments of rivers

[GRASS-dev] t.connect test for rasters takes over 3 hours to execute

2015-05-11 Thread Vaclav Petras
Hi, when I run t.connect test test_distr_tgis_db_raster.py [0] in Piemonte Location [1], it takes 3.5 hours to complete [2]. This is happening constantly for a long time already [3]. There is nothing in the outputs which would indicate anything like this. Any ideas? In case you wonder how

Re: [GRASS-dev] Error launching wxGUI in 7.0.1 r65194

2015-05-08 Thread Vaclav Petras
On Wed, May 6, 2015 at 4:02 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Wed, May 6, 2015 at 3:02 PM, Eric Patton epat...@nrcan.gc.ca wrote: Hi, I am using a fresh checkout of Grass 7.0.1 r65194, and it compiled with no errors (error.log is empty). In r65199 I added additional

Re: [GRASS-dev] Testing an add-on from sandbox before moving to grass-addons

2015-05-06 Thread Vaclav Petras
On Wed, May 6, 2015 at 8:41 AM, Markus Neteler nete...@osgeo.org wrote: On Wed, May 6, 2015 at 2:44 PM, Nikos Alexandris n...@nikosalexandris.net wrote: * Vaclav Petras wenzesl...@gmail.com [2015-05-05 08:51:06 -0400]: So, you folks keep a complete copy of it locally? Yes sure. Isn't

Re: [GRASS-dev] Testing an add-on from sandbox before moving to grass-addons

2015-05-05 Thread Vaclav Petras
On Tue, May 5, 2015 at 8:41 AM, Nikos Alexandris n...@nikosalexandris.net wrote: * Martin Landa landa.mar...@gmail.com [2015-05-05 13:41:32 +0200]: 2015-05-05 13:42 GMT+02:00 Nikos Alexandris n...@nikosalexandris.net: it's not possible, to enable installing this extension via

Re: [GRASS-dev] How to get Last changed string for a module's manual?

2015-05-04 Thread Vaclav Petras
On Mon, May 4, 2015 at 6:59 AM, Nikos Alexandris n...@nikosalexandris.net wrote: * Nikos Alexandris n...@nikosalexandris.net [2015-05-04 13:52:22 +0300]: Nikos Alexandris wrote: Dear devs, how do we get a string like Last changed: $Date: 2014-12-01 17:21:35 +0200 (Mon, 01 Dec

Re: [GRASS-dev] Rendering from command line does not respect size

2015-05-02 Thread Vaclav Petras
On Sat, May 2, 2015 at 12:13 PM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 01/05/15 05:24, Vaclav Petras wrote: Hi, I was trying to render some maps automatically but I'm having problems with setting the size of the image. I set size like this: [...] Again for cairo

[GRASS-dev] Rendering from command line does not respect size

2015-04-30 Thread Vaclav Petras
Hi, I was trying to render some maps automatically but I'm having problems with setting the size of the image. I set size like this: export GRASS_RENDER_HEIGHT=1350 export GRASS_RENDER_WIDTH=1500 But with cairo I get still the default size: d.mon cairo d.rast aspect # map.png size is now

[GRASS-dev] t.rast.aggregate test mysteriously worked one day

2015-04-29 Thread Vaclav Petras
I've noticed that t.rast.aggregate relative test succeeded one day but generally fails: http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-04-27-13-32/report_for_nc_spm_08_grass7_nc/temporal/t.rast.aggregate/test_aggregation_relative/index.html

Re: [GRASS-dev] Fwd: Re: [SAC] Upgrading Trac/SVN VM

2015-04-24 Thread Vaclav Petras
On Thu, Apr 23, 2015 at 2:13 PM, Markus Neteler nete...@osgeo.org wrote: On Thu, Apr 23, 2015 at 5:21 PM, Vaclav Petras wenzesl...@gmail.com wrote: Trac 1.0.5. Live preview for the tickets, side-by-side wiki page live previews, clickable keywords in tickets! Yes, really nice. More

Re: [GRASS-dev] GRASS 7: r.shaded.relief changed name?

2015-04-23 Thread Vaclav Petras
was pretty clear what it was doing. As I learned recently, r.relief indeed can be confused with any of the numerous relief metrics. Helena On Wednesday, April 22, 2015, Vaclav Petras wenzesl...@gmail.com wrote: Hi Carlos, On Wed, Apr 22, 2015 at 8:44 AM, Carlos Grohmann carlos.grohm...@gmail.com

Re: [GRASS-dev] GRASS 7: r.shaded.relief changed name?

2015-04-23 Thread Vaclav Petras
(in this case, considering other related modules from the previous discussion). best On Thu, Apr 23, 2015 at 11:25 AM, Vaclav Petras wenzesl...@gmail.com wrote: On Thu, Apr 23, 2015 at 8:41 AM, Carlos Grohmann carlos.grohm...@gmail.com wrote: That was an interesting discussion, I'm sorry I

Re: [GRASS-dev] Fwd: Re: [SAC] Upgrading Trac/SVN VM

2015-04-23 Thread Vaclav Petras
Trac 1.0.5. Live preview for the tickets, side-by-side wiki page live previews, clickable keywords in tickets! On Wed, Apr 22, 2015 at 7:01 PM, Markus Neteler nete...@osgeo.org wrote: FYI -- Forwarded message -- From: Martin Spott martin.sp...@mgras.net Date: Apr 23, 2015

Re: [GRASS-dev] GRASS 7: r.shaded.relief changed name?

2015-04-22 Thread Vaclav Petras
Hi Carlos, On Wed, Apr 22, 2015 at 8:44 AM, Carlos Grohmann carlos.grohm...@gmail.com wrote: Hi I just installed the latest pkg for GRASS 7 on OSX (nice splash screen BTW) and r.shaded.relief is now just r.relief Is it too much if ask why this change? To me, r.shaded.relief is so much

Re: [GRASS-dev] raster.dll problem

2015-04-22 Thread Vaclav Petras
Unfortunately, raster.dll from ERDAS problem is still around. This happens in the Windows system command line on some computer when using v.in.proj using the dialog: C:\Users\john ***ERROR NUMBER 2338 IN FUNCTION edll_InstanceOpenByClassName*** DLL Open failed for C:/Program

Re: [GRASS-dev] GRASS GIS 7 Addons Manual pages - some mess up in short description

2015-04-20 Thread Vaclav Petras
On Mon, Apr 20, 2015 at 10:02 AM, Markus Neteler nete...@osgeo.org wrote: On Fri, Apr 17, 2015 at 9:02 PM, Helmut Kudrnovsky hel...@web.de wrote: hi, looking at http://grass.osgeo.org/grass70/manuals/addons/ there seems to be some mess up in short descriptions: The incomplete manual

[GRASS-dev] Rare t.rast.to.vect and t.rast.contour failures

2015-04-15 Thread Vaclav Petras
Hi, apparently t.rast.to.vect and t.rast.contour tests fail time to time. t.rast.to.vect failed on March 26 (r64922): http://fatra.cnr.ncsu.edu/grassgistests/reports_for_date-2015-03-26-07-00/report_for_nc_spm_08_grass7_nc/temporal/t.rast.to.vect/test_to_vect/index.html and test's stdout

Re: [GRASS-dev] [GRASS-SVN] r65057 - in grass/trunk/db: db.login drivers/mysql drivers/postgres

2015-04-15 Thread Vaclav Petras
Hi Martin, On Wed, Apr 15, 2015 at 3:14 AM, svn_gr...@osgeo.org wrote: Author: martinl Date: 2015-04-15 00:14:53 -0700 (Wed, 15 Apr 2015) New Revision: 65057 Modified: grass/trunk/db/db.login/db.login.html grass/trunk/db/db.login/main.c grass/trunk/db/drivers/mysql/db.c

Re: [GRASS-dev] [GRASS-SVN] r64921 - in grass/branches/releasebranch_7_0/gui/wxpython: gui_core lmgr

2015-04-03 Thread Vaclav Petras
On Fri, Apr 3, 2015 at 10:25 AM, Martin Landa landa.mar...@gmail.com wrote: and significantly redo r64855. OK, please DO it if you have enough time. Well, I don't have enough time for this, so in order to have sustainable and maintainable code base I think we should consider reverting

Re: [GRASS-dev] [GRASS-SVN] r64921 - in grass/branches/releasebranch_7_0/gui/wxpython: gui_core lmgr

2015-04-03 Thread Vaclav Petras
Hi, I'm sorry to criticize new features but I'm afraid it is necessary. On Wed, Mar 25, 2015 at 4:26 PM, svn_gr...@osgeo.org wrote: Author: martinl Date: 2015-03-25 13:26:02 -0700 (Wed, 25 Mar 2015) New Revision: 64921 Modified:

Re: [GRASS-dev] Fwd: Proposal for GSoC-2015

2015-03-30 Thread Vaclav Petras
Hello, I cannot give you feedback for the actual proposal perhaps somebody else can. This relates to fact that you need somebody who is wiling to mentor this project. Generally, as suggested at GSoC ideas page for GRASS GIS [1], you should show you interest and abilities by fixing some bugs. You

Re: [GRASS-dev] Linke turbidity in r.sun.daily

2015-03-27 Thread Vaclav Petras
On Fri, Mar 27, 2015 at 5:14 PM, Nikos Alexandris n...@nikosalexandris.net wrote: * Vaclav Petras wenzesl...@gmail.com [2015-03-26 23:12:50 -0400]: On Thu, Mar 26, 2015 at 5:04 AM, Nikos Alexandris n...@nikosalexandris.net wrote: Disregard the previous one. This one without old 'rast

Re: [GRASS-dev] Linke turbidity in r.sun.daily

2015-03-27 Thread Vaclav Petras
On Fri, Mar 27, 2015 at 5:34 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Fri, Mar 27, 2015 at 5:14 PM, Nikos Alexandris n...@nikosalexandris.net wrote: * Vaclav Petras wenzesl...@gmail.com [2015-03-26 23:12:50 -0400]: On Thu, Mar 26, 2015 at 5:04 AM, Nikos Alexandris n

Re: [GRASS-dev] GSOC project proposal: GUI plugin system for GRASS GIS

2015-03-25 Thread Vaclav Petras
On Wed, Mar 25, 2015 at 2:20 AM, jyoti misra jyotimisra...@gmail.com wrote: I was looking into the Bug: Quotes not preserved in command after pressing enter in GUI command console and tried it out on my machine. I was trying to fix it and I think most probably it's some problem with regex

Re: [GRASS-dev] GSOC: Complete basic cartography suite in GRASS GIS wxGUI Map Display

2015-03-25 Thread Vaclav Petras
On Wed, Mar 25, 2015 at 2:30 AM, Luca Delucchi lucadel...@gmail.com wrote: recenlty I expressed my interest in one of your GSoC topic [1]. I was further reading and found out there is another topic Complete basic cartography suite in GRASS GIS wxGUI Map Display that is quite related to

Re: [GRASS-dev] GSOC Query

2015-03-25 Thread Vaclav Petras
Hi Neha, this should discussed on the grass-dev mailing list, so I'm answering also there. On Wed, Mar 25, 2015 at 11:34 AM, Neha Pande neha.m.pa...@gmail.com wrote: [...] My name is Neha and working under Dr. KS Rajan as a research student in Spatial Informatics Lab, IIIT-Hyderabad. I had

Re: [GRASS-dev] GSOC project proposal: GUI plugin system for GRASS GIS

2015-03-25 Thread Vaclav Petras
On Wed, Mar 25, 2015 at 10:51 AM, jyoti misra jyotimisra...@gmail.com wrote: As for the enhancement I was thinking of creating a search box in our current structure that takes the users query and redirects it to the result page of espg.io with the query. For e.g. if I search India redirect URL

Re: [GRASS-dev] GSOC project proposal: GUI plugin system for GRASS GIS

2015-03-25 Thread Vaclav Petras
, for the GSoC you will need to understand the existing code to certain extended to be able to incorporate your code and to fix the bugs which can emerge in both new and existing code. Vaclav Regards, Jyoti On Wed, Mar 25, 2015 at 8:40 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Wed, Mar 25

Re: [GRASS-dev] QGIS GRASS Plugin Upgrade Crowdfunding

2015-03-24 Thread Vaclav Petras
On Tue, Mar 24, 2015 at 2:00 AM, Pietro peter.z...@gmail.com wrote: Hi Radim, together with Francesco Geri, last week we started to write a first draft that generate the GUI for the GRASS module dynamically (based on the xml generated with: --interface-description), so far it is based on

Re: [GRASS-dev] QGIS GRASS Plugin Upgrade Crowdfunding

2015-03-24 Thread Vaclav Petras
On Tue, Mar 24, 2015 at 5:56 AM, Radim Blazek radim.bla...@gmail.com wrote: Are there functions in time series implementation which need to be called directly from the plugin or everything may be done just calling t.rast.* modules? Most of the temporal functionality is available through

Re: [GRASS-dev] QGIS GRASS Plugin Upgrade Crowdfunding

2015-03-24 Thread Vaclav Petras
On Tue, Mar 24, 2015 at 1:30 PM, Pietro peter.z...@gmail.com wrote: Hi Vaclav, On Tue, Mar 24, 2015 at 3:54 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Tue, Mar 24, 2015 at 2:00 AM, Pietro peter.z...@gmail.com wrote: together with Francesco Geri, last week we started to write a first

Re: [GRASS-dev] Linke turbidity in r.sun.daily

2015-03-23 Thread Vaclav Petras
On Sun, Mar 22, 2015 at 10:40 AM, Nikos Alexandris n...@nikosalexandris.net wrote: Vaclav Petras wrote: It would be good if you can look to r.sun which other options you can include. Nikos Alexandris wrote: I am. I am also renaming stuff, eg slope_in to slope. I guess

Re: [GRASS-dev] Linke turbidity in r.sun.daily

2015-03-21 Thread Vaclav Petras
On Sat, Mar 21, 2015 at 6:49 AM, Nikos Alexandris n...@nikosalexandris.net wrote: While working on the script, I'd like to understand if the gisprompt line is correct: #%option #% key: linke #% key_desc: key description here #% type: string #% label: label here #% gisprompt:

Re: [GRASS-dev] Linke turbidity in r.sun.daily

2015-03-21 Thread Vaclav Petras
On Sat, Mar 21, 2015 at 2:24 PM, Nikos Alexandris n...@nikosalexandris.net wrote: It would be good if you can look to r.sun which other options you can include. I am. I am also renaming stuff, eg slope_in to slope. I guess this is wanted. It should be slope (and slope_value) in the

Re: [GRASS-dev] Linke turbidity in r.sun.daily

2015-03-20 Thread Vaclav Petras
Hi Nikos, On Fri, Mar 20, 2015 at 4:07 PM, Nikos Alexandris n...@nikosalexandris.net wrote: Hi list, @Anna, @Vaclac is there interest to add support for the Linke Turbidity (as an input) to the r.sun.daily script? there certainly is interest is that (although not from me :-). I just don't

Re: [GRASS-dev] [GRASS-SVN] r64850 - in grass-addons/grass7/gui/wxpython: . wx.mwprecip

2015-03-13 Thread Vaclav Petras
Well, this is interesting, I'm looking forward how this will develop. Here is code review of some minor issues. On Fri, Mar 13, 2015 at 1:24 PM, svn_gr...@osgeo.org wrote: +def loadSettings(self, sett=None): +if sett: +self.settings = sett + +try: +

Re: [GRASS-dev] Next GRASS community sprint

2015-03-12 Thread Vaclav Petras
On Tue, Mar 10, 2015 at 4:20 AM, Luca Delucchi lucadel...@gmail.com wrote: Hi devs, what do you think about organize next GRASS community sprint in Como after the FOSS4G EU? Starting the Saturday with the FOSS4G EU code sprint [0] and continue for some days, maybe until Wednesday 22 This

Re: [GRASS-dev] GSoC 2015: Mapnik rendering engine for GRASS GIS

2015-03-12 Thread Vaclav Petras
On Thu, Mar 12, 2015 at 7:07 PM, Luca Delucchi lucadel...@gmail.com wrote: Or do you see this also a something like a missing GUI for Mapnik where one could generate just some configuration file which could be later used somewhere else with Mapnik? No, my idea was to use Python API to

Re: [GRASS-dev] Next GRASS community sprint

2015-03-12 Thread Vaclav Petras
On Thu, Mar 12, 2015 at 6:55 PM, Luca Delucchi lucadel...@gmail.com wrote: On 12 March 2015 at 23:32, Markus Neteler nete...@osgeo.org wrote: Yes, let's do it. Ok, I would like to propose two solution for the event: - we could ask to politecnico di como to find a room for us - we could

Re: [GRASS-dev] GSOC project proposal

2015-03-11 Thread Vaclav Petras
On Wed, Mar 11, 2015 at 11:36 AM, sarthak agarwal sarthak0...@gmail.com wrote: I have used Grass directly installing from the ppa .. I was trying to compile it from the source and i'm getting error .Below is the error.log content. GRASS GIS 7.0.1svn r64826 compilation log Note that for

Re: [GRASS-dev] GSoC 2015: Mapnik rendering engine for GRASS GIS

2015-03-11 Thread Vaclav Petras
I was thinking about this a little bit and I still don't see what would be the advantages of Mapnik over other solutions and how used would be the result considering that the GUI would be still quite limited. For me it seems that if I need some basic outputs, map display with cairo is fine

[GRASS-dev] GSOC project proposal: GUI plugin system for GRASS GIS

2015-03-11 Thread Vaclav Petras
Hello. On Tue, Mar 10, 2015 at 3:46 PM, jyoti misra jyotimisra...@gmail.com wrote: Dear Sir/Madam, Myself Jyoti currently working under Dr. KS Rajan as a research student in Spatial Informatics Lab, IIIT hyderabad . I am currently working in Land Use modelling of Barrack valley region.

Re: [GRASS-dev] GSoC 2015: Mapnik rendering engine for GRASS GIS

2015-03-10 Thread Vaclav Petras
On Tue, Mar 10, 2015 at 4:56 AM, Luca Delucchi lucadel...@gmail.com wrote: On 10 March 2015 at 09:47, Martin Landa landa.mar...@gmail.com wrote: Hi Adam, Hi Martin, 2015-03-09 15:37 GMT+01:00 Adam Laža ad.laz...@gmail.com: I study geoinformatics at CTU in Prague and I get interested

Re: [GRASS-dev] Complete basic cartography suite in GRASS GIS wxGUI Map Display

2015-03-09 Thread Vaclav Petras
Durgesh Pandey. On Tue, Mar 10, 2015 at 2:41 AM, Vaclav Petras wenzesl...@gmail.com wrote: On Mon, Mar 9, 2015 at 4:12 PM, Dp Docs sdpa...@gmail.com wrote: I would like to work on this Add background color to d.legend.. Can you please provide some approach and repository related to problem

Re: [GRASS-dev] Complete basic cartography suite in GRASS GIS wxGUI Map Display

2015-03-09 Thread Vaclav Petras
[4] http://grass.osgeo.org/programming7/displaylib.html Durgesh Pandey. On Tue, Mar 10, 2015 at 1:36 AM, Vaclav Petras wenzesl...@gmail.com wrote: On Mon, Mar 9, 2015 at 4:33 AM, Dp Docs sdpa...@gmail.com wrote: Hi, I Am an undergrad. student from IIIT Hyderabad,India. I believe I

Re: [GRASS-dev] Complete basic cartography suite in GRASS GIS wxGUI Map Display

2015-03-09 Thread Vaclav Petras
On Mon, Mar 9, 2015 at 4:33 AM, Dp Docs sdpa...@gmail.com wrote: Hi, I Am an undergrad. student from IIIT Hyderabad,India. I believe I have good Programming Knowledge in languages like Python, C/C++. I have Already Done Some Projects in these Languages. I have practical knowledge in

Re: [GRASS-dev] GSOC project proposal

2015-03-09 Thread Vaclav Petras
On Mon, Mar 9, 2015 at 6:32 PM, sarthak agarwal sarthak0...@gmail.com wrote: Dear Sir/Madam, Myself Sarthak currently working under Dr. KS Rajan as a research student in Spatial Informatics Lab, IIIT hyderabad . I am currently working in spatial databases by optimizing the performance of

Re: [GRASS-dev] g.extension compilation fails

2015-02-25 Thread Vaclav Petras
On Wed, Feb 25, 2015 at 2:52 PM, Isaac Ullah isaac.ul...@asu.edu wrote: #2598: g.extension compilation fails --+- Reporter: ewcgrass | Owner: grass-dev@? Type: defect| Status: new Priority:

Re: [GRASS-dev] Make it clearer that GRASS 7.0 is the version to go for now

2015-02-24 Thread Vaclav Petras
On Tue, Feb 24, 2015 at 10:07 AM, Markus Neteler nete...@osgeo.org wrote: On Tue, Feb 24, 2015 at 2:36 PM, Paulo van Breugel p.vanbreu...@gmail.com wrote: On http://grass.osgeo.org/download/software/sources/ it reads: GRASS GIS 6.4 (stable): Most users will want to install this officially

Re: [GRASS-dev] Make it clearer that GRASS 7.0 is the version to go for now

2015-02-24 Thread Vaclav Petras
On Tue, Feb 24, 2015 at 2:15 PM, Paulo van Breugel p.vanbreu...@gmail.com wrote: On Tue, Feb 24, 2015 at 6:17 PM, Markus Neteler nete...@osgeo.org wrote: All done, see again http://grass.osgeo.org/documentation/general-overview Markus PS: the Wikipedia update I'll leave to others I

Re: [GRASS-dev] Make it clearer that GRASS 7.0 is the version to go for now

2015-02-24 Thread Vaclav Petras
The news page [1] contains link to GRASS GIS packages in OSGeo4W which is great if you already have OSGeo4W but you have to figure out how to download it. What about: winGRASS 7.0.0: standalone installer | OSGeo4W installer (description of GRASS GIS packages) where OSGeo4W installer goes to [3]

[GRASS-dev] 7 versus 7.0 versus 7.0.0 Trac wiki pages

2015-02-23 Thread Vaclav Petras
When correcting link to i.eb.hsebal01 [1], I just noticed that there is Grass7/NewFeatures (title: List of new features in GRASS GIS 7.0) and Release/7.0.0-News (title: GRASS GIS 7.0.0). Is one page for 7.x series and the other specifically for 7.0.0? If Grass7/NewFeatures is for 7.x then .0

Re: [GRASS-dev] Vertical tabs for module's wxGUI interface?

2015-02-22 Thread Vaclav Petras
On Sun, Feb 22, 2015 at 9:59 PM, Yann Chemin yche...@gmail.com wrote: On Feb 22, 2015, at 9:06 PM, Pietro peter.z...@gmail.com wrote: Hi Nikos, On Sun, Feb 22, 2015 at 3:55 PM, Nikos Alexandris n...@nikosalexandris.net wrote: where is this screenshot

Re: [GRASS-dev] osgeo4w package for GRASS 7

2015-02-21 Thread Vaclav Petras
On Sat, Feb 21, 2015 at 11:11 AM, Martin Landa landa.mar...@gmail.com wrote: I don't like grass71-dev and 7.1.svn (or 7.1svn) because we are branching 7.1 from 7.0, not from trunk, right? So, trunk will never become 7.1 (nor 7.2, ...). hm, VERSION file in trunk says 7.1. I live in

Re: [GRASS-dev] osgeo4w package for GRASS 7

2015-02-21 Thread Vaclav Petras
On Sat, Feb 21, 2015 at 9:27 PM, Yann Chemin yche...@gmail.com wrote: why not just retire OSGeo4W-grass6 after grass 7.0.1 will be released? +1 No, we should give time to users and other OSGeo4W projects to make the transition. Or it is too much additional work for packagers?

Re: [GRASS-dev] how to relaunch the grass welcome screen

2015-02-21 Thread Vaclav Petras
On Sat, Feb 21, 2015 at 3:16 PM, Yann Chemin yche...@gmail.com wrote: Hi, is there a way to (re)launch the GRASS welcome screen manually, i mean independently, like a module? No, but it is possible to get the individual functions from the Welcome screen. Settings GRASS working environment

Re: [GRASS-dev] osgeo4w package for GRASS 7

2015-02-21 Thread Vaclav Petras
On Sat, Feb 21, 2015 at 5:18 PM, Helmut Kudrnovsky hel...@web.de wrote: I don't like svn in package names. Daily expresses much better what it is. It is not the current state of svn, it is a daily build. With leaving out the daily builds of current release branch (now 70), it would be

Re: [GRASS-dev] WARNING: No metadata file available more verbose?

2015-02-21 Thread Vaclav Petras
On Sat, Feb 21, 2015 at 10:02 PM, Yann Chemin yche...@gmail.com wrote: On Feb 22, 2015, at 8:28 AM, Vaclav Petras wenzesl...@gmail.com wrote: On Sat, Feb 21, 2015 at 9:49 PM, Yann Chemin yche...@gmail.com wrote: Starting a session I get: WARNING: No metadata file available Can

Re: [GRASS-dev] osgeo4w package for GRASS 7

2015-02-21 Thread Vaclav Petras
On Sat, Feb 21, 2015 at 12:17 PM, Martin Landa landa.mar...@gmail.com wrote: 2015-02-21 17:49 GMT+01:00 Martin Landa landa.mar...@gmail.com: Except for grass6-dev: does it really make sense to still publish a -dev version of grass6 ? In my thinking we will be in pure bug fixing mode for

Re: [GRASS-dev] WARNING: No metadata file available more verbose?

2015-02-21 Thread Vaclav Petras
On Sat, Feb 21, 2015 at 9:49 PM, Yann Chemin yche...@gmail.com wrote: Starting a session I get: WARNING: No metadata file available Can this be including a small hint to fix it. Yann I don't know what is the reason for the message. How is your grass7 directory? Other circumstances? See

Re: [GRASS-dev] osgeo4w package for GRASS 7

2015-02-21 Thread Vaclav Petras
On Sat, Feb 21, 2015 at 7:48 AM, Martin Landa landa.mar...@gmail.com wrote: (option a) * grass70-dev to grass7-dev (version 7.0.1svn) * grass71-dev to grass-trunk-dev (7.1.svn) or (option b) * grass64-dev to grass6-dev (version 6.4.5svn) * grass70-dev to grass-dev (version 7.0.1svn)

Re: [GRASS-dev] osgeo4w package for GRASS 7

2015-02-21 Thread Vaclav Petras
On Sat, Feb 21, 2015 at 9:46 AM, Martin Landa landa.mar...@gmail.com wrote: 2015-02-21 15:44 GMT+01:00 Vaclav Petras wenzesl...@gmail.com: I have the feeling that Ubuntu/Debian has always names like grass7, as you decided in another thread, and then there is a metapackage named like grass

Re: [GRASS-dev] osgeo4w package for GRASS 7

2015-02-21 Thread Vaclav Petras
On Sat, Feb 21, 2015 at 8:09 AM, Martin Landa landa.mar...@gmail.com wrote: 2015-02-21 14:01 GMT+01:00 Yann Chemin yche...@gmail.com: Regardless of all the rest, I like the idea of moving grass70 - grass and grass - grass6, I feel it kinda makes a statement here, beyond the actual release,

Re: [GRASS-dev] osgeo4w package for GRASS 7

2015-02-21 Thread Vaclav Petras
On Sat, Feb 21, 2015 at 3:49 PM, Markus Neteler nete...@osgeo.org wrote: On Sat, Feb 21, 2015 at 6:17 PM, Martin Landa landa.mar...@gmail.com wrote: to summarize OSGeo4W proposal: * `grass` will be 7.0.0 * `grass6` will be 6.4.4 (hopefully soon 6.4.5) * `grass-svn` will be 7.0.1svn

Re: [GRASS-dev] forcing a Python version/install when compiling GRASS

2015-02-20 Thread Vaclav Petras
On Fri, Feb 20, 2015 at 8:25 AM, Markus Neteler nete...@osgeo.org wrote: [neteler@pgis_north ]$ alias python=python3.4 [neteler@pgis_north ]$ python --version Python 3.4.1 I thought alias works just for command line but the processes, e.g. scripts, does not get them.

Re: [GRASS-dev] forcing a Python version/install when compiling GRASS

2015-02-20 Thread Vaclav Petras
On Fri, Feb 20, 2015 at 9:26 AM, Markus Neteler nete...@osgeo.org wrote: On Fri, Feb 20, 2015 at 2:51 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Fri, Feb 20, 2015 at 8:25 AM, Markus Neteler nete...@osgeo.org wrote: [neteler@pgis_north ]$ alias python=python3.4 [neteler

[GRASS-dev] r.mapcalc random result different on MS Windows with same seed

2015-02-19 Thread Vaclav Petras
Hello, it seems that r.mapcalc gives different (pseudo-)random result on MS Windows then it is giving on Linux. In NC sample dataset: g.region n=20 s=10 e=25 w=15 res=1 r.mapcalc rand_cell = rand(1, 200) seed=500 r.info rand_cell -r gives the following on Linux: min=1 max=195 while on MS

Re: [GRASS-dev] Planning GRASS GIS 7.0.0 final: a few days left

2015-02-17 Thread Vaclav Petras
On Tue, Feb 17, 2015 at 6:47 AM, Martin Landa landa.mar...@gmail.com wrote: Hi, 2015-02-17 11:58 GMT+01:00 Markus Neteler nete...@osgeo.org: Thanks to Markus Metz the vector library got hopefully fixed - is it confirmed that the ticket http://trac.osgeo.org/grass/ticket/2583 is solved?

[GRASS-dev] FOSS4G-Europe 2015 and GRASS GIS workshop

2015-02-17 Thread Vaclav Petras
Dear GRASS developers and users, we would like to see a GRASS GIS workshop at FOSS4G-Europe [1]. Is anyone planning to summit one? If yes, we can provide some support. If not, we can submit and prepare one but we need some support starting with a specific topic of the workshop. With help of other

[GRASS-dev] RPC and lib/python/temporal/testsuite/test_doctests.py on MS Windows

2015-02-16 Thread Vaclav Petras
Hi all, when running the tests on MS Windows doctest for grass.temporal does not continue when fatal error was issued by libgis server. stderr ends with: C:\...\grass_trunk_r64651\lib\python\temporal\testsuitepython test_doctests.py Default TGIS driver / database set to:

Re: [GRASS-dev] [GRASS-SVN] r64658 - grass/trunk/tools

2015-02-16 Thread Vaclav Petras
On Mon, Feb 16, 2015 at 3:54 PM, Martin Landa landa.mar...@gmail.com wrote: Hi, are you planing to backport it to relbr70? I guess I could do that right away in this case. Just out of habit, I'm not backporting things immediately after commit. BTW, I was always thinking about moving

Re: [GRASS-dev] Updating tests for t.connect

2015-02-16 Thread Vaclav Petras
Tests are back at 85% and the number of tests is growing [1], please keep it that way. http://fatra.cnr.ncsu.edu/grassgistests/summary_report/nc/info_plot.png ___ grass-dev mailing list grass-dev@lists.osgeo.org

[GRASS-dev] Updating tests for t.connect

2015-02-15 Thread Vaclav Petras
Hi, in past days [1] several tests related to t.connect were failing with the following error message [2]: Process ended with non-zero return code g.mapset(mapset='test1', flags=u'c'). See the following errors: ERROR: There appears to be an active GRASS session in selected mapset test1

Re: [GRASS-dev] Planning GRASS GIS 7.0.0 final: a few days left

2015-02-14 Thread Vaclav Petras
On Sat, Feb 14, 2015 at 12:59 PM, Michael Barton michael.bar...@asu.edu wrote: backported to RC2 Michael, just to be clear about terminology, once code is tagged as x.y.z, x.y.z-RC1 or something like that, the code cannot be changed. In our case, the backport goes to a release branch and a new

Re: [GRASS-dev] Compute mahalanobis distance using Scipy

2015-02-14 Thread Vaclav Petras
On Sat, Feb 14, 2015 at 11:47 AM, Paulo van Breugel p.vanbreu...@gmail.com wrote: For a quick solution, what about using r.tile to split the input data in tiles and compute the mahalanobis distance per tile. See PyGRASS GridModule class which will do tiling (and a lot of other things) for

Re: [GRASS-dev] Planning GRASS GIS 7.0.0 final: a few days left

2015-02-12 Thread Vaclav Petras
On Thu, Feb 12, 2015 at 1:01 PM, Markus Neteler nete...@osgeo.org wrote: any other software does. any other open source software does ;-) ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] On GSoC Proposal New easy-to-use command line interface for GRASS GIS

2015-02-11 Thread Vaclav Petras
On Wed, Feb 11, 2015 at 3:20 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: Vaclav, I don't want to mess with the wiki page, so I'm sending my remarks here. If you (and others) think that this kind of discussion should go directly onto the page then I can do that. Mailing list is

Re: [GRASS-dev] Building GRASS packages from tarball on Launchpad

2015-02-11 Thread Vaclav Petras
On Wed, Feb 11, 2015 at 3:54 PM, Martin Landa landa.mar...@gmail.com wrote: As a quick solution for your problem, is to set package version in debian/chagelog to something like 7.0.0~RC2-1 [2] done, btw, why '~'? Is it some kind of naming convention? I would expect just 7.0.0RC2-1.

Re: [GRASS-dev] New splash screen for GRASS GIS 7?

2015-02-05 Thread Vaclav Petras
On Thu, Feb 5, 2015 at 9:42 AM, Vincent Bain b...@toraval.fr wrote: Hi Vaclav, do you know which width will finally be the welcome window ? Markus asked me to upload to the ML a set of banners, and it would be nice that it fits the window's dimensions. It will never fit perfectly. We might

Re: [GRASS-dev] New splash screen for GRASS GIS 7?

2015-02-04 Thread Vaclav Petras
On Wed, Feb 4, 2015 at 10:48 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: This just makes the rectangle smaller, but I still see it without the image for a while. I don't see the rectangle on Ubuntu but the splash screen is there just for a very short time comparing to how long

<    4   5   6   7   8   9   10   11   12   13   >