Re: [GRASS-user] r.external across Windows and Linux

2015-04-21 Thread Glynn Clements
Blumentrath, Stefan wrote: Thanks for your reply. Here is a more detailed problem description: First I created a new and empty GRASS Location test on the network storage (NFS) from the Linux Server. This GRASS DB is mounted on LINUX (through mount.cifs) to `/home/stefan/R_raw_data/test'.

Re: [GRASS-user] GRASS 7 and gdal-grass-1.11.2 plugin

2015-04-21 Thread Blumentrath, Stefan
Hi, This has been discussed on the developers list. Have a look here: http://osgeo-org.1560.x6.nabble.com/GDAL-GRASS-plugin-1-11-2-tt5196087.html Cheers Stefan -Original Message- From: grass-user-boun...@lists.osgeo.org [mailto:grass-user-boun...@lists.osgeo.org] On Behalf Of John A

[GRASS-user] GRASS 7 and gdal-grass-1.11.2 plugin

2015-04-21 Thread John A Stevenson
Hi, I'm trying to install the GDAL-GRASS 7 plugin in order to plot GRASS data in QGIS. I downloaded the source (http://download.osgeo.org/gdal/1.11.2/gdal-grass-1.11.2.tar.gz) and followed the instructions in the README. When I try to configure with the following command: ``` CFLAGS=-O2

Re: [GRASS-user] GRASS 7 and gdal-grass-1.11.2 plugin

2015-04-21 Thread John A Stevenson
Hi Stefan, Thanks for the quick reply. Based on the discussion, I changed the entries in my configure file from 7.0.svn to 7.0.0. I also changed the paths in the Makefile to the proj tables and created a directory for the drivers. ``` sed -i 's/\.7\.0\.svn/\.7\.0\.0/g' configure sed -i

Re: [GRASS-user] GRASS 7 and gdal-grass-1.11.2 plugin SOLVED

2015-04-21 Thread John A Stevenson
Hi Stefan, After compiling and installing as described before, I was able to point GDAL at the GRASS plugin by setting the following variable: export GDAL_DRIVER_PATH=/usr/lib/gdalplugins $ ogrinfo --formats | grep -i grass - GRASS (readonly) $ gdalinfo --formats | grep -i grass GRASS