Re: [GRASS-user] Mouse coordinates in Map Window not following GUI settings projection

2023-08-16 Thread Eric Patton via grass-user
On Wed, Aug 16, 2023 at 01:09:20PM -0300, Veronica Andreo wrote: > This is what I have in GRASS 8.2.1  > > image.png > > image.png > However, to make it work then, you need to select the preferred CRS in the GUI > main menu: Settings > Preferences > Projections Nevermind, I synced my grass

Re: [GRASS-user] Mouse coordinates in Map Window not following GUI settings projection

2023-08-16 Thread Eric Patton via grass-user
On Tue, Aug 15, 2023 at 03:11:40PM -0400, Anna Petrášová wrote: > > > On Tue, Aug 15, 2023 at 1:39 PM Eric Patton via grass-user < > grass-user@lists.osgeo.org> wrote: > > I am having trouble getting the Grass GUI map window mouse coordinates to > display

[GRASS-user] Mouse coordinates in Map Window not following GUI settings projection

2023-08-15 Thread Eric Patton via grass-user
I am having trouble getting the Grass GUI map window mouse coordinates to display Lat-Long WGS84 coordinates in the lower-left corner of the display window. I checked the GUI settings Projection tab, and it is set to EPSG:4326, and references /usr/local/share/proj/epsg, but I can't find this file

Re: [GRASS-user] Map production recommendations

2023-05-13 Thread Eric Patton via grass-user
It stands for Generic Mapping Tools. It’s excellent software, but not for the faint of heart, IMO. Very steep learning curve, but the payoff is worth it. https://www.generic-mapping-tools.org/ ~ Eric. On Sat, May 13, 2023 at 2:41 PM, Rich Shepard <[rshep...@appl-ecosys.com](mailto:On Sat, May

[GRASS-user] Resampling best practises

2023-02-09 Thread Eric Patton via grass-user
Hi, I have a series of raster maps at 20m resolution in Mercator projection that I need to amalgamate into one raster in a different projection (Lambert Conformal Conic), and at a lower resolution of 100m. Is it better to resample to a lower resolution in the current Mercator projection, then

Re: [GRASS-user] Need help identifying missing wxgtk dependencies

2022-08-14 Thread Eric Patton via grass-user
--- Original Message --- On Sunday, August 14th, 2022 at 00:40, Anna Petrášová wrote: > On Sat, Aug 13, 2022 at 5:57 PM Eric Patton > wrote: > >> --- Original Message --- >> On Saturday, August 13th, 2022 at 00:23, Anna Petrášová >> wrote: >> >>> I would say ctypes

Re: [GRASS-user] Need help identifying missing wxgtk dependencies

2022-08-12 Thread Eric Patton via grass-user
--- Original Message --- On Friday, August 12th, 2022 at 12:27, Markus Neteler wrote: > Pls run this to print the Python and wxPython versions: > > python3 -c "import sys, wx; print(sys.version); print(wx.version())" libgrass: > locate libgrass_gis.8.3.so

Re: [GRASS-user] Need help identifying missing wxgtk dependencies

2022-08-12 Thread Eric Patton via grass-user
--- Original Message --- On Thursday, August 11th, 2022 at 19:29, Markus Neteler wrote: > Please check if you have by chance PROJ libraries twice on your system > (maybe a leftover from a local compilation vs distro packages. > > sudo updatedb > locate libproj > > may be of help here.

[GRASS-user] Need help identifying missing wxgtk dependencies

2022-08-11 Thread Eric Patton via grass-user
HI, I'm doing a fresh install of Grass 8.3dev on a new laptop running Linux Mint 20.3. It's been a while since I've had to do a new install, so used the Linux Mint wiki instructions here: https://grasswiki.osgeo.org/wiki/Compile_and_Install#Linux_Mint I had no obvious error during

Re: [GRASS-user] Error compiling Grass 8.0.1: libgrass_interface_generator

2022-04-28 Thread Eric Patton via grass-user
Thanks Anna, that worked. I had multiple proj installations somehow. Removing the offending one and re-compiling fixed it. Cheers, -- Eric --- Original Message --- On Wednesday, April 27th, 2022 at 23:35, Anna Petrášová wrote: > On Wed, Apr 27, 2022 at 9:22 PM Eric Patton via gr

[GRASS-user] Error compiling Grass 8.0.1: libgrass_interface_generator

2022-04-27 Thread Eric Patton via grass-user
I am compiling Grass 8.0.1 on a new laptop that is running Linux Mint 20.3, and I ran into an error after 'make': GRASS GIS 8.0.1 exported compilation log -- Started compilation: Wed 27 Apr 2022 12:45:14 PM ADT -- Errors

Re: [GRASS-user] Single GUI window in 8.0.0RC2?

2022-01-21 Thread Eric Patton via grass-user
vie, 21 ene 2022 a las 4:59, Eric Patton via grass-user > () escribió: > >> Nevermind, I see that I had to git clone the main branch. The single-window >> GUI looks great! I really look forward to using this. >> >> I still don't see any options for d

Re: [GRASS-user] Single GUI window in 8.0.0RC2?

2022-01-20 Thread Eric Patton via grass-user
Patton via grass-user wrote: > Hi All, > I just downloaded 8.0.0.RC2 source code for Linux from > https://github.com/OSGeo/grass/releases/tag/8.0.0RC2 to try it out today, > everything compiled and built fine. > > I'm not seeing any single-window GUI or options to enable

[GRASS-user] Single GUI window in 8.0.0RC2?

2022-01-20 Thread Eric Patton via grass-user
Hi All, I just downloaded 8.0.0.RC2 source code for Linux from https://github.com/OSGeo/grass/releases/tag/8.0.0RC2 to try it out today, everything compiled and built fine. I'm not seeing any single-window GUI or options to enable it; did I install the wrong branch? --

Re: [GRASS-user] Raster null values unchanged by r.null

2021-10-29 Thread Eric Patton via grass-user
L: 3.2.1 > PROJ: 7.2.1 > GEOS: 3.9.0 > SQLite: 3.34.1 > Python: 3.9.7 > wxPython: 4.0.7 > > Vero > > El jue, 21 oct 2021 a las 22:00, Eric Patton via grass-user > () escribió: > >> Hi Ken, >> >> This is on a native Grass raster, not through a file

Re: [GRASS-user] Raster null values unchanged by r.null

2021-10-21 Thread Eric Patton via grass-user
nal (r.external) files. Make sure this > is not the issue. > > Please excuse brevity. Sent from tiny pocket computer with non-haptic > feedback keyboard. > > On Wed, Oct 20, 2021, 07:02 Eric Patton via grass-user > wrote: > >> I'm encountering some strange behaviour fro

Re: [GRASS-user] Raster null values unchanged by r.null

2021-10-20 Thread Eric Patton via grass-user
to completely uninstall it? -- Eric Sent with [ProtonMail](https://protonmail.com/) Secure Email. ‐‐‐ Original Message ‐‐‐ On Wednesday, October 20th, 2021 at 12:10, Micha Silver wrote: > Hi > > On 10/20/21 4:52 PM, Eric Patton via grass-user wrote: > >> I'm encount

[GRASS-user] Raster null values unchanged by r.null

2021-10-20 Thread Eric Patton via grass-user
I'm encountering some strange behaviour from r.null - when I use the setnull parameter to assign a particular value to be null in a raster, the raster areas just set to null are still visible and coloured according to their previous values when I refresh the display in the gui map window.

[GRASS-user] Display Monitor redrawing issues

2021-07-02 Thread Eric Patton via grass-user
I'm having a problem with the g.gui Map Display - every time I zoom in or out, instead of erasing and repainting the whole window, the previous image is superimposed over the new one continually. The more I zoom in or out, the worse it gets. This problem started right around the same time I

[GRASS-user] Multiple Map Display artefacts after zoom changes

2021-06-11 Thread Eric Patton via grass-user
Hi list, I am running into a Map display issue - I made these changes to my .grassrc yesterday: export GRASS_RENDER_IMMEDIATE=cairo export GRASS_RENDER_WIDTH=1195 export GRASS_RENDER_HEIGHT=940 export GRASS_RENDER_FILE=display.png I made these changes to be able to export png files of the

Re: [GRASS-user] Link to d.mon scripting commads

2021-06-10 Thread Eric Patton via grass-user
Nevermind, I found the commands here: https://grass.osgeo.org/grass78/manuals/cairodriver.html Sorry for the noise! -- Eric Patton ‐‐‐ Original Message ‐‐‐ On Thursday, June 10th, 2021 at 13:49, Eric Patton via grass-user wrote: > Hi all, > > I can't seem to find

[GRASS-user] Link to d.mon scripting commads

2021-06-10 Thread Eric Patton via grass-user
Hi all, I can't seem to find the link on the Wiki for how to control d.mon wx0 from the command line for generating png exports of the active monitor. Can someone point me in the right place? Thanks, -- Eric Patton___ grass-user mailing list

Re: [GRASS-user] Error launching GUI in latest verison of trunk

2021-02-08 Thread Eric Patton via grass-user
On 21/02/08 10:34AM, Anna Petrášová wrote: > Could you create an issue for that? Does this happen with other locations as > well? Yes, it happens on all locations. Ticket created here: https://github.com/OSGeo/grass/issues/1315 -- Eric ___

Re: [GRASS-user] Error launching GUI in latest verison of trunk

2021-02-07 Thread Eric Patton via grass-user
On 21/02/07 10:32PM, Anna Petrášová wrote: > Before looking more into this, have you tried make distclean? > > Anna Yes. It also persists with a fresh checkout of grass/master. I forgot to mention that just before the GUI crashes, a dialog box pops up that says "Enable to get the geographic

[GRASS-user] Error launching GUI in latest verison of trunk

2021-02-07 Thread Eric Patton via grass-user
Hi, I forget if these kind of errors should go to the dev list or the user's list, it's been so long since I've been on dev. Anyway, I get the following error launching the GUI after updating my git repo to Feb. 7th: Details: gscript.use_temp_region() File

Re: [GRASS-user] Raster gaussian filter

2021-01-27 Thread Eric Patton via grass-user
Great, thanks Markus! I’ll give it a try. ~ E. On Wed, Jan 27, 2021 at 11:10 AM, Markus Metz wrote: > A spatial Gauss filter is available in r.resamp.filter. I use it regularly > for smoothing and interpolation. > > HTH, > > Markus M > > On Wed, Jan 27, 2021 at 4:03

[GRASS-user] Raster gaussian filter

2021-01-27 Thread Eric Patton via grass-user
Hi all, I was wondering if there was any tool in grass that does a Gaussian blur of a raster data set. I am trying to smooth out and blur survey-related artefacts in a swath multibeam dataset. I seem to remember in Grass 6.x there was r.gauss, but I don’t see it anymore in Grass 7.8.x.