Re: [GRASS-user] problem creating secant Lambert Conformal Conic projection

2016-05-17 Thread Patton, Eric (NRCan/RNCan)
??Hi Markus, Sorry for the delay in responding. I am using Grass 7.0.5svn, proj 4.8.0, gdal 1.10.1. I really don't understand what could be the cause of this. I tried a fresh checkout and install, and encountered the same behavior. I'm using the proj and gdal packages provided by my package ma

Re: [GRASS-user] problem creating secant Lambert Conformal Conic projection

2016-11-15 Thread Patton, Eric (NRCan/RNCan)
- Eric ________ From: neteler.os...@gmail.com on behalf of Markus Neteler Sent: Tuesday, May 17, 2016 5:33 PM To: Patton, Eric (NRCan/RNCan) Cc: grass-user@lists.osgeo.org Subject: Re: [GRASS-user] problem creating secant Lambert Conformal Conic projection On

[GRASS-user] Break lines in vector A at locations of points in vector B

2018-03-06 Thread Patton, Eric (NRCan/RNCan)
Hi, I have two vector maps, vector A is a line vector representing coastline, and vector B is vector points which are the vertices of vector A. Is there a way to split vector A into line segments using vector B as breakpoints? v.edit tool=break kind of does this, but seems to want coordinates

Re: [GRASS-user] Joining attributes of points to spatially-coincident line vertices

2018-03-06 Thread Patton, Eric (NRCan/RNCan)
>Not sure what your overall goal is here. (Won't the slopes along the coastline >all be about 0?). If there are >two adjacent points with different slopes from >the raster, which value would you want to attach to the line >segment between >those points? I am trying to assign a general raster sl

[GRASS-user] Unable to modify PS1 variable

2019-02-28 Thread Patton, Eric (NRCan/RNCan)
Hi, I am having trouble changing my PS1 bash prompt in Grass 7.7svn. I have PS1 set to "\W >" in ~/.grass.bashrc, but instead my prompt consistently prints "GRASS 7.7.svn ($LOCATION_NAME):\w > " (with LOCATION_NAME and \W expanded to current Grass location and full directory path, respectively)

Re: [GRASS-user] Unable to modify PS1 variable

2019-02-28 Thread Patton, Eric (NRCan/RNCan)
On Thu, Feb 28, 2019 at 3:20 PM Patton, Eric (NRCan/RNCan) wrote: >> >> Hi, I am having trouble changing my PS1 bash prompt in Grass 7.7svn. I >>have >> PS1 set to “\W >” in ~/.grass.bashrc, but instead my prompt >> consistently prints >> >>

Re: [GRASS-user] Unable to modify PS1 variable

2019-02-28 Thread Patton, Eric (NRCan/RNCan)
Thanks for that, Markus, that works. ~ Eric. From: Markus Metz Sent: February 28, 2019 12:08 To: Patton, Eric (NRCan/RNCan) Cc: grass-user@lists.osgeo.org Subject: Re: [GRASS-user] Unable to modify PS1 variable On Thu, Feb 28, 2019 at 3:21 PM Patton, Eric (NRCan/RNCan) mailto:eric.pat

Re: [GRASS-user] Unable to modify PS1 variable

2019-02-28 Thread Patton, Eric (NRCan/RNCan)
ebruary 28, 2019 11:49 To: Patton, Eric (NRCan/RNCan) ; grass-user@lists.osgeo.org Subject: Re: [GRASS-user] Unable to modify PS1 variable On 28/02/2019 16:10, Patton, Eric (NRCan/RNCan) wrote: Hi, I am having trouble changing my PS1 bash prompt in Grass 7.7svn. I have PS1 set to "\W >"

[GRASS-user] Multiple errors building Grass 7.7svn

2019-05-21 Thread Patton, Eric (NRCan/RNCan)
Hi, I was running Grass 7.7svn (trunk) fine last week, and updated to v74509 today on Linux Mint 19.1. No errors during configure, but make showed many errors of the type: Error: /usr/lib/gcc/x86_64-linux-gnu/7/include/xmmintrin.h:120: Syntax error at '{' Error: /usr/lib/gcc/x86_64-linux-gnu/7

Re: [GRASS-user] Multiple errors building Grass 7.7svn

2019-05-22 Thread Patton, Eric (NRCan/RNCan)
: expected identifier or ‘(’ before ‘}’ token } ^ ../../include/Make/Compile.make:32: recipe for target 'OBJ.x86_64-pc-linux-gnu/do_proj.o' failed make: *** [OBJ.x86_64-pc-linux-gnu/do_proj.o] Error 1 make: *** Waiting for unfinished jobs Thanks, ~ Eric. -Original Message- From: Mark

Re: [GRASS-user] Multiple errors building Grass 7.7svn

2019-05-22 Thread Patton, Eric (NRCan/RNCan)
, Eric (NRCan/RNCan) ; grass-user@lists.osgeo.org Subject: Re: [GRASS-user] Multiple errors building Grass 7.7svn On Wed, May 22, 2019 at 4:39 PM Markus Neteler mailto:nete...@osgeo.org>> wrote: > > Hi Eric, > > On Wed, May 22, 2019 at 3:32 PM Patton, Eric (NRCan/RNCan)

Re: [GRASS-user] Multiple errors building Grass 7.7svn

2019-05-22 Thread Patton, Eric (NRCan/RNCan)
Thanks for that info. So would a suitable strategy be to try re-synching Grass from git, then compiling and building with proj 6.1, and if that fails, try the proj 5.9.3 release? ~ Eric. From: Markus Metz Sent: May 22, 2019 12:57 To: Patton, Eric (NRCan/RNCan) Cc: grass-user@lists.osgeo.org

Re: [GRASS-user] Multiple errors building Grass 7.7svn

2019-05-22 Thread Patton, Eric (NRCan/RNCan)
Thanks for the help, Markus N. and Markus M. – Grass compiles and builds successfully with proj 5.2.0. Cheers, ~ Eric. From: Markus Metz Sent: May 22, 2019 13:16 To: Patton, Eric (NRCan/RNCan) Cc: grass-user@lists.osgeo.org Subject: Re: [GRASS-user] Multiple errors building Grass 7.7svn Hi