[GRASS-dev] [GRASS GIS] #1980: Multiple time stamp support for raster and 3D raster maps

2013-05-27 Thread GRASS GIS
#1980: Multiple time stamp support for raster and 3D raster maps +--- Reporter: huhabla | Owner: grass-dev@… Type: enhancement

[GRASS-dev] problem with house.c and GCC-4.7

2013-05-27 Thread Yann Chemin
Hi Using Ubuntu 13.04 gcc -g -O2 -fPIC -I/home/yann/grass_dev/grass_yann/dist.i686-pc-linux-gnu/include -I/home/yann/grass_dev/grass_yann/dist.i686-pc-linux-gnu/include -D_FILE_OFFSET_BITS=64 -DPACKAGE=\grasslibs\ -I/home/yann/grass_dev/grass_yann/dist.i686-pc-linux-gnu/include

Re: [GRASS-dev] [GRASS-user] new wxGUI feature: Map Swipe

2013-05-27 Thread Markus Neteler
On Thu, Aug 16, 2012 at 5:50 PM, Anna Kratochvílová kratocha...@gmail.com wrote: Hi all, I would like to announce that a new wxGUI feature - Map Swipe - is now available in grass 7. This tool enables to interactively compare two raster maps of the same area by revealing different parts of the

Re: [GRASS-dev] [GRASS GIS] #1497: OSGeo4W-GRASS: r.shaded.relief starts Windows XP mode (VM)

2013-05-27 Thread GRASS GIS
#1497: OSGeo4W-GRASS: r.shaded.relief starts Windows XP mode (VM) -+-- Reporter: pietror3 | Owner: grass-dev@… Type: defect | Status: new Priority:

Re: [GRASS-dev] [GRASS GIS] #1961: wxNVIZ: error if no raster map selected

2013-05-27 Thread GRASS GIS
#1961: wxNVIZ: error if no raster map selected +--- Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: major | Milestone: 6.4.3

Re: [GRASS-dev] [GRASS GIS] #1961: wxNVIZ: error if no raster map selected

2013-05-27 Thread GRASS GIS
#1961: wxNVIZ: error if no raster map selected +--- Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: major | Milestone: 6.4.3

[GRASS-dev] Fwd: [OSGeo-Discuss] OSGeo accepts 22 students for Google Summer of Code 2013

2013-05-27 Thread Markus Neteler
FYI - great news below... Markus -- Forwarded message -- From: Anne Ghisla a.ghi...@gmail.com Date: Mon, May 27, 2013 at 9:05 PM Subject: [OSGeo-Discuss] OSGeo accepts 22 students for Google Summer of Code 2013 To: OSGeo Google Summer of Code list s...@lists.osgeo.org, OSGeo

Re: [GRASS-dev] [GRASS GIS] #1961: wxNVIZ: error if no raster map selected

2013-05-27 Thread GRASS GIS
#1961: wxNVIZ: error if no raster map selected +--- Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: major | Milestone: 6.4.3

Re: [GRASS-dev] Fwd: [OSGeo-Discuss] OSGeo accepts 22 students for Google Summer of Code 2013

2013-05-27 Thread Benjamin Ducke
Three student project for GRASS this summer. What a great outcome! To our GSoC students: Welcome to the team, hope this will be a great experience for you. To those who didn't get accepted this time around: stay with us, GSoC is not the only way of contributing and having fun with GRASS GIS

Re: [GRASS-dev] Fwd: [OSGeo-Discuss] OSGeo accepts 22 students for Google Summer of Code 2013

2013-05-27 Thread Martin Landa
Hi all, 2013/5/27 Benjamin Ducke bendu...@fastmail.fm: Three student project for GRASS this summer. yeap, it's the great news! I have added accepted ideas to our wiki page [1]. What a great outcome! To our GSoC students: Welcome to the team, hope this will be a great experience for you. To

Re: [GRASS-dev] [GRASS GIS] #1497: OSGeo4W-GRASS: r.shaded.relief starts Windows XP mode (VM)

2013-05-27 Thread GRASS GIS
#1497: OSGeo4W-GRASS: r.shaded.relief starts Windows XP mode (VM) -+-- Reporter: pietror3 | Owner: grass-dev@… Type: defect | Status: new Priority:

[GRASS-dev] [GRASS GIS] #1981: export error in osgeo4w/grass.tmpl

2013-05-27 Thread GRASS GIS
#1981: export error in osgeo4w/grass.tmpl -+-- Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone:

Re: [GRASS-dev] [GRASS GIS] #1980: Multiple time stamp support for raster and 3D raster maps

2013-05-27 Thread GRASS GIS
#1980: Multiple time stamp support for raster and 3D raster maps +--- Reporter: huhabla | Owner: grass-dev@… Type: enhancement

[GRASS-dev] rast_open_new() saturates after opening 127 temporary files

2013-05-27 Thread Yann Chemin
Hi, Opening 127 temporary raster files is the limit of GRASS, How can I get above that limit? Cheers, Yann -- ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Rast_open_new_null()

2013-05-27 Thread Yann Chemin
Hi, is there a small way to open a new file and set all values to NULL? The function would be something like Rast_open_new_null(), Yann -- ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] ERROR: no null file for rasterxxxx

2013-05-27 Thread Yann Chemin
Hi, I am opening a new raster file of nrows 100 and ncols 100 writing a single row with values then closing the file. It gives me this error. ERROR: no null file for raster Any possible way to get through it, close the file properly and not getting this error? I have been trying to