Re: [GRASS-user] Using grass libraries in python outside of GRASS

2020-07-29 Thread DAmico, Ellen
Thank you that solved it with some tweaks. I added GRASSBIN to my Environment variables populated with the grass bat file instead of GISBIN. Then added 'lib', 'bin' and 'scripts' folders to PATH variable. Once I did that that I was able to import grass_session and grass. It appears to work

Re: [GRASS-user] GRASS GIS Birthday Virtual Celebration

2020-07-29 Thread Vaclav Petras
See you in one hour. The link is: https://ncsu.zoom.us/j/92325670198?pwd=QkNrWHpWSk5nNTJCRmlidXNCalJBdz09 ___ grass-user mailing list grass-user@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/grass-user

Re: [GRASS-user] Using grass libraries in python outside of GRASS

2020-07-29 Thread DAmico, Ellen
Interesting. I will await anything you find. Thank you. Ellen -Original Message- From: Markus Neteler Sent: Wednesday, July 29, 2020 4:01 AM To: DAmico, Ellen Cc: GRASS user list Subject: Re: [GRASS-user] Using grass libraries in python outside of GRASS On Tue, Jul 28, 2020 at

Re: [GRASS-user] [GRASS-dev] 37 years of GRASS GIS: celebrating with a new GRASS GIS website!

2020-07-29 Thread Martin Landa
Dear all, ABSOLUTELY GREAT! Thanks to all who contributed! Martin st 29. 7. 2020 v 16:04 odesílatel Markus Neteler napsal: > > Wednesday, July 29, 2020 > > The new GRASS GIS website is out! > > In occasion of its 37th birthday the GRASS GIS project is proud to present > its new website! The

[GRASS-user] 37 years of GRASS GIS: celebrating with a new GRASS GIS website!

2020-07-29 Thread Markus Neteler
Wednesday, July 29, 2020 [image: The new GRASS GIS website] The new GRASS GIS website is out! In occasion of its *37th birthday the GRASS GIS project* is proud to present its *new website* ! The site has been redesigned with modern tools to be responsive and also easier

Re: [GRASS-user] adaptive gaussian filter

2020-07-29 Thread Maris Nartiss
Something like anisotropic diffusion described by Perona P. and Malik J. 1990? https://en.wikipedia.org/wiki/Anisotropic_diffusion I do have a working C module performing aforementioned noise reduction (with optional Tukey's conductance function according to Black et al. 1998) but I haven't found

Re: [GRASS-user] Using grass libraries in python outside of GRASS

2020-07-29 Thread Sajid Pareeth
Hi > > > The model I need to use (which I did not write) requires python 2.7. > > > I had tried pip install previously but then it still fails with > ImportError: No module named grass.script. > > > Do you know what could be causing that? > > Interestingly, our docker containers just started to

[GRASS-user] adaptive gaussian filter

2020-07-29 Thread Jachym Cepicky
Hi all, I would like to ask, whether there is a code or extension, which would apply gaussian filtering on raster data, but with varying sigma value according to one of input raster maps? I would like to blur raster but differently on different regions (e.g. based on texture characteristics)

Re: [GRASS-user] Using grass libraries in python outside of GRASS

2020-07-29 Thread Markus Neteler
On Tue, Jul 28, 2020 at 10:27 PM Markus Neteler wrote: > On Tue, Jul 28, 2020 at 9:17 PM DAmico, Ellen wrote: ... > > The model I need to use (which I did not write) requires python 2.7. > > I had tried pip install previously but then it still fails with > > ImportError: No module named