[GRASS-dev] [GRASS GIS] #2009: thumbnails.py failure

2013-06-16 Thread GRASS GIS
#2009: thumbnails.py failure ---+ Reporter: neteler| Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone:

Re: [GRASS-dev] [GRASS GIS] #2004: wxgui: ctrl-t to tile layer manager and map window full screen

2013-06-16 Thread GRASS GIS
#2004: wxgui: ctrl-t to tile layer manager and map window full screen ---+ Reporter: hamish | Owner: grass-dev@… Type: enhancement| Status: new Priority: no

Re: [GRASS-dev] [GRASS GIS] #2009: thumbnails.py failure

2013-06-16 Thread GRASS GIS
#2009: thumbnails.py failure ---+ Reporter: neteler| Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone:

Re: [GRASS-dev] [GRASS GIS] #2009: thumbnails.py failure

2013-06-16 Thread GRASS GIS
#2009: thumbnails.py failure ---+ Reporter: neteler| Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone:

Re: [GRASS-dev] [GRASS GIS] #2009: thumbnails.py failure

2013-06-16 Thread GRASS GIS
#2009: thumbnails.py failure ---+ Reporter: neteler| Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone:

Re: [GRASS-dev] GSoC - TGRASS temporal algebra status

2013-06-16 Thread Sören Gebbert
Hi Hamish, 2013/6/13 Hamish > Thomas wrote: > > in the last weeks Soeren and I worked intensively on the > > concept for the temporal algebra in GRASS. I created a wiki > > page with an overview of our concept open for discussion: > > http://trac.osgeo.org/grass/wiki/Grass7/TemporalGISAlgebra >

Re: [GRASS-dev] [GRASS GIS] #722: r.li.daemon: respect for WORKERS enviro var

2013-06-16 Thread GRASS GIS
#722: r.li.daemon: respect for WORKERS enviro var -+-- Reporter: hamish | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone

Re: [GRASS-dev] [GRASS GIS] #1451: r.li.mps (mean patch size): SIGPIPE at ipc.c:31

2013-06-16 Thread GRASS GIS
#1451: r.li.mps (mean patch size): SIGPIPE at ipc.c:31 --+- Reporter: hamish| Owner: grass-dev@… Type: defect| Status: new Priority: normal| Milestone: 6

[GRASS-dev] ogsf, nviz, m.nviz.image build errors -- ticket #1423 ?

2013-06-16 Thread Nikos Alexandris
Hi! In Ubuntu 13.04, as you probably know, ogsf, nviz and m.nviz.image (still) wont compile. This all is related to ticket I guess. -->%--- GRASS GIS 7.0.svn 56732 compilation log -- Started compilation:

Re: [GRASS-dev] ogsf, nviz, m.nviz.image build errors -- ticket #1423 ?

2013-06-16 Thread Nikos Alexandris
On Sunday 16 of June 2013 20:21:12 Nikos Alexandris wrote: > Hi! > > In Ubuntu 13.04, as you probably know, ogsf, nviz and m.nviz.image > (still) wont compile. This all is related to ticket > I guess. > > -->%--- > GRASS GIS 7.0.svn 56732 compilation lo

Re: [GRASS-dev] Unexpected EVI range from "i.vi"

2013-06-16 Thread Nikos Alexandris
Nikos Alexandris wrote: > > > I get an unexpected range of evi values using "i.vi" (G7), i.e. [..] > > > # range is... > > > r.info -r evi > > > min=-6912.82161611806 > > > max=2264.42037461018 [..] > Looking for these pixels, e.g. > > r.stats evi_ToAR -g | grep '\-5905' > >

[GRASS-dev] spline interpolation over time series

2013-06-16 Thread Margherita Di Leo
Hi all! I need to analyse several MODIS in time, and calculate the temporal spline interpolation (for each pixel), then pick the values (date and value) on the spline function corresponding to percentiles 25, 50, 75, maximum, minimum and average. I know that with r.series I can get max, min and av

Re: [GRASS-dev] spline interpolation over time series

2013-06-16 Thread Nikos Alexandris
Margherita Di Leo wrote: > Hi all! > > I need to analyse several MODIS in time, and calculate the temporal spline > interpolation (for each pixel), then pick the values (date and value) on > the spline function corresponding to percentiles 25, 50, 75, maximum, > minimum and average. > I know that

Re: [GRASS-dev] spline interpolation over time series

2013-06-16 Thread Sören Gebbert
Hi, Nikos is absolutely right, the ideal candidate for spline interpolation in time for raster maps is r.series.interp. There is no other module that performs temporal interpolation. Best regards Soeren 2013/6/16 Nikos Alexandris > Margherita Di Leo wrote: > > Hi all! > > > > I need to analyse

Re: [GRASS-dev] spline interpolation over time series

2013-06-16 Thread Markus Metz
On Sun, Jun 16, 2013 at 8:50 PM, Sören Gebbert wrote: > Hi, > Nikos is absolutely right, the ideal candidate for spline interpolation in > time for raster maps is r.series.interp. There is no other module that > performs temporal interpolation. r.hants does temporal interpolation, to a degree. As

Re: [GRASS-dev] Unexpected EVI range from "i.vi"

2013-06-16 Thread Markus Metz
Feeding the test values and the evi(2) formula to r.mapcalc, the results are more or less in the expected range, still beyond [-1, 1], but not much. Obviously, there is a bug in i.vi. Furthermore, i.vi is slower than r.mapcalc. I recommend to replace the C module i.vi with a i.vi script that calls

Re: [GRASS-dev] Unexpected EVI range from "i.vi"

2013-06-16 Thread Nikos Alexandris
[all deleted] I did several tests but I don't want to add more "noise" in this thread. The "problem" boils down to when using the full extent of the map(s), e.g. an "out-of-range" max value (in one or in a few pixels) appears. When using single-pixels, all is fine. Nikos __

Re: [GRASS-dev] ogsf, nviz, m.nviz.image build errors -- ticket #1423 ?

2013-06-16 Thread epi
i'm on ubuntu 13.04 as well grass_trunk configured with : ./configure --with-freetype-includes=/usr/include/freetype2 --with-blas --with-netcdf --with-geos --with-lapack --with-odbc --with-pthread --with-readline --with-sqlite --with-wxwidgets --with-postgres-includes=/usr/include/postgresql

Re: [GRASS-dev] spline interpolation over time series

2013-06-16 Thread Margherita Di Leo
Hi, On Sun, Jun 16, 2013 at 9:19 PM, Markus Metz wrote: > On Sun, Jun 16, 2013 at 8:50 PM, Sören Gebbert > wrote: > > Hi, > > Nikos is absolutely right, the ideal candidate for spline interpolation > in > > time for raster maps is r.series.interp. There is no other module that > > performs temp

[GRASS-dev] latest snapshot G7 crashes on windows 7

2013-06-16 Thread Margherita Di Leo
Hi! today with a friend we tried to install the latest snapshot of G7 on windows 7 on his computer. The installation went apparently smooth, but eventually at the start the program crashed. Since I don't have idea on where to check for error logs in windows I wasn't able to check the error in orde

Re: [GRASS-dev] spline interpolation over time series

2013-06-16 Thread Markus Metz
On Sun, Jun 16, 2013 at 10:20 PM, Margherita Di Leo wrote: > Hi, > > > On Sun, Jun 16, 2013 at 9:19 PM, Markus Metz > wrote: >> >> On Sun, Jun 16, 2013 at 8:50 PM, Sören Gebbert >> wrote: >> > Hi, >> > Nikos is absolutely right, the ideal candidate for spline interpolation >> > in >> > time for

Re: [GRASS-dev] spline interpolation over time series

2013-06-16 Thread Margherita Di Leo
On Sun, Jun 16, 2013 at 10:33 PM, Markus Metz wrote: > On Sun, Jun 16, 2013 at 10:20 PM, Margherita Di Leo > wrote: > > > > Thank you for all your inputs. Actually what I should do is not a proper > > interpolation but a regression > > That sounds like r.series (one time series) or r.regression.

Re: [GRASS-dev] ogsf, nviz, m.nviz.image build errors -- ticket #1423 ?

2013-06-16 Thread Hamish
Nikos wrote: >>>  In Ubuntu 13.04, as you probably know, (didn't) >>> ogsf, nviz and m.nviz.image(still) wont compile. >>> This all is related to ticket >>>   I guess. >>> >>>  -->%--- >>>  GRASS GIS 7.0.svn 56732 compilation log AFAIK right now --with-

Re: [GRASS-dev] [GRASS GIS] #1423: GRASS 6.4.1 won't compile against FFmpeg 0.8

2013-06-16 Thread GRASS GIS
#1423: GRASS 6.4.1 won't compile against FFmpeg 0.8 -+-- Reporter: sharpie | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milesto

Re: [GRASS-dev] ogsf, nviz, m.nviz.image build errors -- ticket #1423 ?

2013-06-16 Thread Nikos Alexandris
Nikos wrote: > >>> In Ubuntu 13.04, as you probably know, Hamish wrote: > (didn't) sorry :-/ > >>> ogsf, nviz and m.nviz.image(still) wont compile. > >>> This all is related to ticket > >>> I guess. > >>> -->%--- > >>> GRASS GIS 7.0.svn 56732 com

Re: [GRASS-dev] latest snapshot G7 crashes on windows 7

2013-06-16 Thread Hamish
Margherita: > today with a friend we tried to install the latest snapshot > of G7 on windows 7 on his computer. The installation > went apparently smooth, but eventually at the start > the program crashed. Since I don't have idea on where > to check for error logs in windows I wasn't able to > chec

Re: [GRASS-dev] ogsf, nviz, m.nviz.image build errors -- ticket #1423 ?

2013-06-16 Thread Nikos Alexandris
Hamish wrote: .. > --with-ffmpeg --with-ffmpeg-includes="/usr/include/libavcodec > /usr/include/libavformat /usr/include/libswscale /usr/include/libavutil" No errors now! I was missing the last lib (/usr/include/libavutil) in my configuration script. Currently it goes like: CFLAGS="-ggdb -mar

Re: [GRASS-dev] ogsf, nviz, m.nviz.image build errors -- ticket #1423 ?

2013-06-16 Thread Martin Landa
Hi, 2013/6/16 Nikos Alexandris : > Hamish wrote: > .. >> --with-ffmpeg --with-ffmpeg-includes="/usr/include/libavcodec >> /usr/include/libavformat /usr/include/libswscale /usr/include/libavutil" > > No errors now! I was missing the last lib (/usr/include/libavutil) in my > configuration script.

Re: [GRASS-dev] [GRASS GIS] #1423: GRASS 6.4.1 won't compile against FFmpeg 0.8

2013-06-16 Thread GRASS GIS
#1423: GRASS 6.4.1 won't compile against FFmpeg 0.8 -+-- Reporter: sharpie | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milesto

Re: [GRASS-dev] [GRASS GIS] #1423: GRASS 6.4.1 won't compile against FFmpeg 0.8

2013-06-16 Thread GRASS GIS
#1423: GRASS 6.4.1 won't compile against FFmpeg 0.8 --+- Reporter: sharpie | Owner: grass-dev@… Type: defect | Status: closed Priority: normal | Mile

Re: [GRASS-dev] [GRASS GIS] #1353: ./configure with ffmpeg x86_64 - problem, with workaround

2013-06-16 Thread GRASS GIS
#1353: ./configure with ffmpeg x86_64 - problem, with workaround +--- Reporter: geep999| Owner: grass-dev@… Type: defect | Status: closed Priority: normal |

Re: [GRASS-dev] ogsf, nviz, m.nviz.image build errors -- ticket #1423 ?

2013-06-16 Thread Hamish
Martin > these headers should be checked by configuration script I would say. afaik they (generally) are, it's just that the functions keep on getting renamed and jumping between libs, so it's a moving target, and it's a bit much to do a test compile for every function call used. regards, Hamish

Re: [GRASS-dev] [GRASS GIS] #1423: GRASS 6.4.1 won't compile against FFmpeg 0.8

2013-06-16 Thread GRASS GIS
#1423: GRASS 6.4.1 won't compile against FFmpeg 0.8 --+- Reporter: sharpie | Owner: grass-dev@… Type: defect | Status: closed Priority: normal | Mile

Re: [GRASS-dev] [GRASS GIS] #497: Add keyboard shortcuts to v.digit (like pre-6-GRASS

2013-06-16 Thread GRASS GIS
#497: Add keyboard shortcuts to v.digit (like pre-6-GRASS -+-- Reporter: janh | Owner: martinl Type: enhancement | Status: assigned Priority: major

Re: [GRASS-dev] [GRASS GIS] #1771: Map flips horizontally in wxNVIZ

2013-06-16 Thread GRASS GIS
#1771: Map flips horizontally in wxNVIZ -+-- Reporter: MilenaN | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 6.4.3

Re: [GRASS-dev] [GRASS GIS] #1234: wxnviz - cause a gui crash

2013-06-16 Thread GRASS GIS
#1234: wxnviz - cause a gui crash ---+ Reporter: epifanio | Owner: grass-dev@… Type: defect | Status: new Priority: critical | Milestone: 6.5.0

Re: [GRASS-dev] [GRASS GIS] #945: wxGUI: g.setproj fails (was: wxGUI: g.setproj fails on wingrass)

2013-06-16 Thread GRASS GIS
#945: wxGUI: g.setproj fails ---+ Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: critical | Milestone: 6.4.4

Re: [GRASS-dev] [GRASS GIS] #945: wxGUI: g.setproj fails

2013-06-16 Thread GRASS GIS
#945: wxGUI: g.setproj fails ---+ Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: critical | Milestone: 6.4.3

[GRASS-dev] [GRASS GIS] #2010: r.in.wms2 fails to install on 6.x

2013-06-16 Thread GRASS GIS
#2010: r.in.wms2 fails to install on 6.x ---+ Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: major | Milestone: 6.4.4

Re: [GRASS-dev] [GRASS GIS] #1952: wingrass: please add tac and seq to extrabin

2013-06-16 Thread GRASS GIS
#1952: wingrass: please add tac and seq to extrabin -+-- Reporter: hamish | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milesto

Re: [GRASS-dev] [GRASS GIS] #820: r.in.wms doesn't work in WinGRASS installer distribution

2013-06-16 Thread GRASS GIS
#820: r.in.wms doesn't work in WinGRASS installer distribution ---+ Reporter: ddalimonte | Owner: hamish Type: defect | Status: new Priority

Re: [GRASS-dev] [GRASS GIS] #1163: wx wms import tool error

2013-06-16 Thread GRASS GIS
#1163: wx wms import tool error -+-- Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: major

Re: [GRASS-dev] [GRASS GIS] #1555: python-scripts in wingrass64svn

2013-06-16 Thread GRASS GIS
#1555: python-scripts in wingrass64svn --+- Reporter: hellik| Owner: grass-dev@… Type: defect| Status: new Priority: normal

Re: [GRASS-dev] [GRASS GIS] #1768: wingrass6.x: python addon scripts aren't working

2013-06-16 Thread GRASS GIS
#1768: wingrass6.x: python addon scripts aren't working -+-- Reporter: hellik | Owner: grass-dev@… Type: defect | Status: new Priorit

Re: [GRASS-dev] [GRASS GIS] #1695: WinGRASS does not launch

2013-06-16 Thread GRASS GIS
#1695: WinGRASS does not launch --+- Reporter: TheloniusMonk | Owner: grass-dev@… Type: defect| Status: new Priority: major | Milestone:

Re: [GRASS-dev] [GRASS GIS] #1414: v.in.gshhs broken for data version 2.2.0

2013-06-16 Thread GRASS GIS
#1414: v.in.gshhs broken for data version 2.2.0 --+- Reporter: dickeya | Owner: grass-dev@… Type: defect | Status: closed Priority: normal | Milestone: 6.4.3

Re: [GRASS-dev] [GRASS GIS] #1974: buffer overflow in v.to.rast

2013-06-16 Thread GRASS GIS
#1974: buffer overflow in v.to.rast --+- Reporter: mgeeves | Owner: grass-dev@… Type: defect | Status: closed Priority: minor| Milestone: 6.4.3