[GRASS-dev] GSoC - GRASS GIS - T-Algebra - Weekly report

2013-07-13 Thread Thomas Leppelt
Hi all, in the last week I implemented temporal buffering, snapping and shifting functions into the algebra. Additionally I started to add conditional statements capable of being used for different temporal topologies. Therefore I integrated global temporal variables like start_time or end_time

Re: [GRASS-dev] GRASS GIS 7 tech-preview release preparations

2013-07-13 Thread Moritz Lennert
On Fri, July 12, 2013 22:04, Markus Metz wrote: On Fri, Jul 12, 2013 at 3:21 PM, Moritz Lennert mlenn...@club.worldonline.be wrote: Main issues I see for grass7 currently to get it preview-release ready: [...] - LFS handling in Windows https://trac.osgeo.org/grass/ticket/1131 (not sure I

[GRASS-dev] compilation of r.ipso and r.wf fails on wingrass 7

2013-07-13 Thread Margherita Di Leo
Hi! I see that compilation of r.ipso and r.wf fails on wingrass 7 [1]. For what regards r.ipso, problem seems related to import matplotlib, could it be a problem in the local machine? The problem with r.wf seems due to the makefile, but I have no clue how to solve it. Any hints appreciated.

Re: [GRASS-dev] [GRASS GIS] #1131: Global LFS for wingrass

2013-07-13 Thread GRASS GIS
#1131: Global LFS for wingrass --+- Reporter: mmetz| Owner: grass-dev@… Type: defect | Status: closed Priority: critical | Milestone: 7.0.0

Re: [GRASS-dev] GRASS GIS 7 tech-preview release preparations

2013-07-13 Thread Markus Metz
On Sat, Jul 13, 2013 at 12:16 PM, Moritz Lennert mlenn...@club.worldonline.be wrote: On Fri, July 12, 2013 22:04, Markus Metz wrote: On Fri, Jul 12, 2013 at 3:21 PM, Moritz Lennert mlenn...@club.worldonline.be wrote: Main issues I see for grass7 currently to get it preview-release ready:

Re: [GRASS-dev] GRASS 7 r.neighbours average method giving incorrect value

2013-07-13 Thread Glynn Clements
Markus Metz wrote: I would rather have DCELL output all the times, maybe keep the maptype for min, max? Retaining the type for mode, sum and range would also make sense, as the result will always be an integer for integer inputs. For diversity, the result is always an integer even for

Re: [GRASS-dev] GSOC wk4 checkin Horizon Based Voxel Interpolation

2013-07-13 Thread Benjamin Ducke
Hi Tim, On 07/13/2013 01:37 AM, Tim Bailey wrote: Tim Bailey July 12, 2013 GSOC week 4 check in Horizon based voxel interpolation This was an interesting week. After thorough reconsideration of the foundational documents for this project as well as reviewing about a dozen other three d

Re: [GRASS-dev] compilation of r.ipso and r.wf fails on wingrass 7

2013-07-13 Thread Markus Neteler
On Sat, Jul 13, 2013 at 12:16 PM, Margherita Di Leo dileomargher...@gmail.com wrote: Hi! I see that compilation of r.ipso and r.wf fails on wingrass 7 [1]. For what regards r.ipso, problem seems related to import matplotlib, could it be a problem in the local machine? The package should be

Re: [GRASS-dev] compilation of r.ipso and r.wf fails on wingrass 7

2013-07-13 Thread Markus Neteler
On Sat, Jul 13, 2013 at 4:03 PM, Markus Neteler nete...@osgeo.org wrote: On Sat, Jul 13, 2013 at 12:16 PM, Margherita Di Leo dileomargher...@gmail.com wrote: Hi! I see that compilation of r.ipso Done in r57077. Let's see if the Windows compilations goes through tomorrow. cheers Markus

Re: [GRASS-dev] compilation of r.ipso and r.wf fails on wingrass 7

2013-07-13 Thread Martin Landa
Hi, 2013/7/13 Markus Neteler nete...@osgeo.org: I see that compilation of r.ipso Done in r57077. Let's see if the Windows compilations goes through tomorrow. rebuilt manually, it's fixed. Martin -- Martin Landa landa.martin gmail.com * http://geo.fsv.cvut.cz/~landa

Re: [GRASS-dev] grass and planetary science

2013-07-13 Thread Yann Chemin
GRASS 7 now automatically recognizes ISIS installation and sets its running mode to ISIS-GRASS... Thanks to Vaclav, Martin and MarkusN ! http://grasswiki.osgeo.org/wiki/Planetary_mapping#GIS_Support On 8 July 2013 02:21, Hamish hamis...@yahoo.com wrote: Yann wrote: in preparation of the

Re: [GRASS-dev] GRASS GIS 7 tech-preview release preparations

2013-07-13 Thread Hamish
- LFS handling in Windows https://trac.osgeo.org/grass/ticket/1131 MarkusM: Global LFS is enabled by default and working on all officially supported platforms, plus *BSD and some UNIX systems. Moritz: That means we can close this ticket ? it depends: is LFS working in MS Windows? i.e.

Re: [GRASS-dev] grass and planetary science

2013-07-13 Thread Hamish
Yann wrote: GRASS 7 now automatically recognizes ISIS installation and sets its running mode to ISIS-GRASS... Thanks to Vaclav, Martin and MarkusN ! http://grasswiki.osgeo.org/wiki/Planetary_mapping#GIS_Support I am not sure that the startup script should, by default, change e.g. the GRASS

Re: [GRASS-dev] GRASS 7 r.neighbours average method giving incorrect value

2013-07-13 Thread Hamish
Glynn: For average, median, variance, standard deviation and interspersion, the output should always be floating-point (although I'm not entirely certain about median). why not for median? is there any other way to deal with even number of values in the list? if value will often be 0.5 then

Re: [GRASS-dev] GRASS GIS 7 tech-preview release preparations

2013-07-13 Thread Michael Barton
It's really a bite that I cannot a working Mac version of GRASS 7 without some post-compilation hacking. While I can create a useable Mac binary with some effort, it could be a problem for others who wish to do so. Glynn suggests that this is a ctypes issue and Anna thinks it may be something

[GRASS-dev] matplotlib as a wxGUI dep [was: [SoC] Weekly report #3 - GRASS Interactive Scatter Plot Tool]

2013-07-13 Thread Hamish
Michael wrote: Are you planning to use wxPlot for the scatterplot display? This provides a consistent graphical interface with the other plotting modules. Stepan: currently matplotlib [1] is used. The library provides events [2], which allows you to find out where the user clicked. With this

Re: [GRASS-dev] matplotlib as a wxGUI dep [was: [SoC] Weekly report #3 - GRASS Interactive Scatter Plot Tool]

2013-07-13 Thread Michael Barton
I agree with all. wxPlot is OK but is limited in the kinds of graphs that can be produced. MatPlotLib could do something that looks like d.histogram but much nicer. It can also make polar coordinate graphs, line plots, and many other things. Michael C. Michael Barton