Re: [GRASS-user] Error in installing r.futures addons in Pop!_OS 20.04

2021-08-12 Thread Firman Hadi via grass-user
Dear Anna, Well noted with many thanks . Best regards, Firman Hadi E: firmanh...@me.com (https://link.getmailspring.com/link/b16cbb8e-6f0f-46a0-9d66-7f490352e...@getmailspring.com/0?redirect=mailto%3Afirmanhadi%40me.com=Z3Jhc3MtdXNlckBsaXN0cy5vc2dlby5vcmc%3D) P: +6281220001994

Re: [GRASS-user] Error in installing r.futures addons in Pop!_OS 20.04

2021-08-12 Thread Anna Petrášová
You can also download the addons manually from github and then install them with g.extension, see "Installing when writing a module locally" in examples section of g.extension manual. Anna On Wed, Aug 11, 2021 at 8:16 AM Firman Hadi via grass-user < grass-user@lists.osgeo.org> wrote: > Dear

Re: [GRASS-user] [GRASS-dev] GRASS 7.8.5 compile errors

2021-08-12 Thread Thomas Adams
Thank you. Even! I'll check my GDAL... Tom On Thu, Aug 12, 2021 at 1:03 PM Even Rouault wrote: > It might be possible that your GDAL build is linking against libgeotiff > and/or libspatialite built against libproj.so.15 > Le 12/08/2021 à 19:00, Thomas Adams a écrit : > > Hi Māris, > > Thank

Re: [GRASS-user] [GRASS-dev] GRASS 7.8.5 compile errors

2021-08-12 Thread Thomas Adams
Hi Māris, Thank you. I did earlier find that I did have two proj libraries, so I removed libproj.so.15. I also ran sudo ldconfig. I also tried removing from my config anything that I had not explicitly compiled from source against proj that I compiled, giving: CFLAGS="-O2 -Wall" LDFLAGS="-s"

Re: [GRASS-user] [GRASS-dev] GRASS 7.8.5 compile errors

2021-08-12 Thread Maris Nartiss
Hello Thomas, I gave you a wrong path. Try this one: ldd /home/teaiii/grass-7.8.5/dist.x86_64-pc-linux-gnu/lib/libgrass_gproj.so The problem still boils down to having different incompatible system libraries during compilation and runtime. You can also search for libproj.so files in /usr/lib(64)

Re: [GRASS-user] Topography shading in irradiance

2021-08-12 Thread Robson Passos
Dear, thank you very much for the reply. The r.sun tool considers the terrain shading, that's exactly what I need, but it only uses DEM and some solar parameters as input. The irradiance is calculated by an internal model, in this case it is the potential irradiance. What I need is to use DEM and

Re: [GRASS-user] [GRASS-dev] GRASS 7.8.5 compile errors

2021-08-12 Thread Thomas Adams
Hi Māris, When I run the command ldd /home/teaiii/grass-7.8.5/lib/libgrass_gproj.so | grep proj , I get: ldd: /home/teaiii/grass-7.8.5/lib/libgrass_gproj.so: No such file or directory There is no libgrass_gproj.so file in /home/teaiii/grass-7.8.5/lib/l in fact just subdirectories along with

Re: [GRASS-user] [GRASS-dev] GRASS 7.8.5 compile errors

2021-08-12 Thread Maris Nartiss
This is a know issue. Most likely you have two versions of PROJ library installed. Make sure to have only one llibproj.so file present. Here's a check for it (one line – good, more than one – bad): ldd /home/teaiii/grass-7.8.5/lib/libgrass_gproj.so | grep proj Here's a old bug report:

Re: [GRASS-user] Topography shading in irradiance

2021-08-12 Thread Maris Nartiss
Hello Robson, although I did not completely understood your problem, here are a few points for a start. 1. Import WRF data in into a new location/mapset with its coordinate system matching WRF one; 2. Set computational region resolution to 1km (g.region res=1000 -a -p); 3. Run one of r.resamp.*