Re: [GRASS-dev] Exporting maps as multilayer GeoTIFF - layer limit?

2013-11-25 Thread Nikos Alexandris
Markus Neteler wrote: the file is also generated here but the layers are of value 0.0 starting with layer 145... I used gdalinfo -mm geotiff to find out. Also using latest SVN version here, recompiled after distclean. Here it works: gdalinfo multilayer.tif -nogcp -noct -nomd -mm | head -35

Re: [GRASS-dev] compilation of grass on AIX 7.1

2013-11-25 Thread Markus Metz
if some libraries are in a non-standard location, you might need to add -Wl,-bsvr4,-R,/opt/freeware/lib or equivalent to LDFLAGS [0]. Markus M [0] http://grasswiki.osgeo.org/wiki/Compile_and_Install#AIX On Sun, Nov 24, 2013 at 8:16 PM, Markus Neteler nete...@osgeo.org wrote: On Sun, Nov 24,

Re: [GRASS-dev] compilation of grass on AIX 7.1

2013-11-25 Thread Markus Metz
On Mon, Nov 25, 2013 at 10:25 AM, Markus Metz markus.metz.gisw...@gmail.com wrote: if some libraries are in a non-standard location, you might need to add -Wl,-bsvr4,-R,/opt/freeware/lib or equivalent e.g. -Wl,-R,/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.2.0/ppc64/ to LDFLAGS [0].

Re: [GRASS-dev] Exporting maps as multilayer GeoTIFF - layer limit?

2013-11-25 Thread Markus Metz
Markus Neteler wrote: Hi, I struggle to export a time series as multilayer GeoTIFF: it stops at layer 145. I have generated a time series with 365 maps and added all into a group. Exporting that in order to export as multilayer GeoTIFF, it fails: GRASS 7.0.svn (nc_spm_08):~ r.out.gdal

[GRASS-dev] using libpath + : + in grass70 unsupported operand type

2013-11-25 Thread Yann Chemin
Hi, ~/grass_dev$ grass70 Traceback (most recent call last): File /usr/local/bin/grass70, line 1267, in module load_env() File /usr/local/bin/grass70, line 753, in load_env os.environ['LD_LIBRARY_PATH'] = libpath + : + isislibpath + : + isis3rdparty TypeError: unsupported operand

Re: [GRASS-dev] using libpath + : + in grass70 unsupported operand type

2013-11-25 Thread Vaclav Petras
On Mon, Nov 25, 2013 at 10:55 AM, Yann Chemin yche...@gmail.com wrote: Hi, ~/grass_dev$ grass70 Traceback (most recent call last): File /usr/local/bin/grass70, line 1267, in module load_env() File /usr/local/bin/grass70, line 753, in load_env os.environ['LD_LIBRARY_PATH'] =

Re: [GRASS-dev] using libpath + : + in grass70 unsupported operand type

2013-11-25 Thread Yann Chemin
Hi Vaclav, on my 64 bit machine, none of this happens. Will check back home tonight... Cheers, Yann On 25 November 2013 21:39, Vaclav Petras wenzesl...@gmail.com wrote: On Mon, Nov 25, 2013 at 10:55 AM, Yann Chemin yche...@gmail.com wrote: Hi, ~/grass_dev$ grass70 Traceback (most