<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Paul,</div><div class=""><br class=""></div><div class="">Thank you so much for all these info.</div><div class=""><br class=""></div><div class="">Indeed, on my QGIS version it also indicates "Rel. 6.3.2, May 1st, 2020"… I'll definitely mention this in my ticket.</div><div class=""><br class=""></div><div class="">As for HomeBrew and Conda — and all the precious references you provided — I'll keep this as a future reference, in particular if none of that will do what I want. My skills are principally in design, and even though I've got some knowledge of development, it requires a part of my brain that's not always available and currently I cannot afford the learning curve. I'll then pray that QGIS can fix this out.</div><div class=""><br class=""></div><div class="">But thank you zillions for the time spent on this issue. I really appreciate!</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Christophe</div><div class=""><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">On 26 Nov 2020, at 00:40, Paul Harwood <<a href="mailto:runette@gmail.com" class="">runette@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">I did a quick clean install of QGIS 3.16 onto a Mac (I needed to do it anyway).<br class=""><br class="">If you go to the menu in QGIS ->"QGIS" -> "About QGIS" it will tell the version of Proj it was compiled against and the version that it is running against. For QGIS 31.6 on the Mac. - this reported as 6.3.2.<br class=""><br class="">I don't know why the Mac package appears still to be on 6.3.2 - you have to ask QGIS that. And Proj is built into the QGIS app as a dylib shared object - so it does NOT include the proj command line executable.<div class=""><br class=""></div><div class="">For Future Reference :</div><div class=""><br class=""></div><div class="">The tar files you downloaded are the source code and cannot be installed.<br class=""><br class="">HomeBrew on the Mac - the "brew" command  - is a mac system that downloads executables and installs them. That command SHOULD have worked. If it did not - you will need to get support from HomeBrew and not here. However - I would not use it anymore. If you want to install locally - then the Conda command at the top of the install page is a much better option and works on a Mac if you have installed Conda (another package management application). HOWEVER - none of that will do what you want - since even if you installed Proj using Conda on your mac and ran the proj command (which should work) - the version of proj you will be running is NOT the same version as QGIS is running - since QGIS has its own instance built into the app.</div><div class=""><br class=""></div><div class="">YOU COULD DO THIS: </div><div class=""><br class=""></div><div class="">Install Conda - see <a href="https://docs.conda.io/projects/conda/en/latest/user-guide/install/" class="">https://docs.conda.io/projects/conda/en/latest/user-guide/install/</a></div><div class="">Install gdal - see <a href="https://gdal.org/download.html#conda" class="">https://gdal.org/download.html#conda</a></div><div class=""><br class=""></div><div class="">That should get you GDAL 3.2.0 which includes Proj 7.1.1</div><div class=""><br class=""></div><div class="">Then use the gdal_warp command to reproject your data - see <a href="https://gdal.org/programs/gdalwarp.html#gdalwarp" class="">https://gdal.org/programs/gdalwarp.html#gdalwarp</a><br class=""><br class="">This is what QGIS uses to reproject. - just without the GUI.</div><div class=""><br class=""></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 25 Nov 2020 at 21:07, Paul Harwood <<a href="mailto:runette@gmail.com" class="">runette@gmail.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr" class="">There is an executable that comes with proj but I am not at all convinced that they package that executable into QGIS or that, if they do that it would be on the path. They don't need the executable in QGIS - it is using {on the mac} the dylib.</div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 25 Nov 2020 at 20:47, Chris Marsh <<a href="mailto:chris.marsh@usask.ca" target="_blank" class="">chris.marsh@usask.ca</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr" class=""><div class="">Hi,</div><div class=""><br class=""></div><div class="">Oh...there is a binary that comes with proj! I've never used it, and did not know about that, my apologies!</div><div class="">Hopefully someone on QGIS list or the issue can give you something more actionable as my sense is the problem lies there.</div><div class=""><br class=""></div><div class="">Cheers</div><div class="">Chris<br class=""></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Nov 25, 2020 at 2:29 PM Christophe Besuchet <<a href="mailto:design@golok.net" target="_blank" class="">design@golok.net</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="">Chris,</div><div class=""><br class=""></div><div class="">Thank you for your reply.</div><div class=""><br class=""></div><div class="">I updated to 3.16, but the bug persists… I updated the GitHub issue tracker, even though it is closed; if no answer, I'll open a new QGIS ticket. One thing is sure: the user who opened the original ticket has still issues as well (Windows 10, QGIS 3.16).</div><div class=""><br class=""></div><div class="">The weird thing is that I can preview raster with the Winkel Tripel projection, but only part of it; as soon as the preview reaches the end of longitudes, the raster disappear (screenshots on the GitHub issue tracker).</div><div class=""><br class=""></div><div class="">As for my attempt at checking if PROJ was installed by typing 'proj', I had found it here:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/dtutic/GDAL-1.10.1-wintri/blob/master/README.md" target="_blank" class="">https://github.com/dtutic/GDAL-1.10.1-wintri/blob/master/README.md</a></div><div class=""><br class=""></div><div class="">Anyhow, let's hope this bug can be fixed on QGIS side.</div><div class=""><br class=""></div><div class="">Thanks again for your input.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Christophe</div><div class=""><br class=""><blockquote type="cite" class=""><div class="">On 25 Nov 2020, at 17:16, Chris Marsh <<a href="mailto:chris.marsh@usask.ca" target="_blank" class="">chris.marsh@usask.ca</a>> wrote:</div><br class=""><div class=""><div dir="ltr" class=""><div class="">Hi,</div><div class=""><br class=""></div><div class="">I see you note</div><div class="">>QGIS 3.14</div><div class="">but the QGis 3.14 change notes <br class=""></div><div class=""><a href="https://www.qgis.org/en/site/forusers/visualchangelog314/index.html" target="_blank" class="">https://www.qgis.org/en/site/forusers/visualchangelog314/index.html</a></div><div class="">claim that QGIS 3.14 addresses that problem -- search for  Problem reprojecting rasters in 54019 and 54042 CRSs <a href="https://github.com/qgis/QGIS/issues/35512" target="_blank" class="">#35512</a> in the above link</div><div class=""><br class=""></div><div class="">If resolving #35512 in v 3.14 and 3.16 doesn't solve the problem, I would open a new QGis ticket.<br class=""></div><div class=""><br class=""></div><div class="">On compiling proj:<br class=""></div><div class="">proj is one of the geospatial libraries used by QGis and is a core library for handling reprojection. It is something called by other programs and isn't going to show up on the command line by typing 'proj'. <br class=""></div><div class="">Further, the QGis will need to be recompiled against this newer version of proj to work. Installing proj yourself separately on your computer is almost certainly not going to bring the new features forward for the currently installed qgis.</div><div class="">Compiling proj isn't going to do what you want unfortunately. <br class=""></div><div class=""><br class=""></div><div class="">So, I would confirm this is bug is still a problem on 3.14 (and really ensure you're trying QGis 3.16) and you aren't accidentally on 3.12.  If it's still a problem, I would open a new ticket or post on the QGIs mailing list '</div><div class=""><a href="https://qgis.org/en/site/forusers/support.html" target="_blank" class="">https://qgis.org/en/site/forusers/support.html</a></div><div class=""><br class=""></div><div class="">Hope this helps,</div><div class=""><br class=""></div><div class="">Cheers<br class=""></div><div class="">Chris<br class=""></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 24, 2020 at 5:21 PM Christophe Besuchet <<a href="mailto:design@golok.net" target="_blank" class="">design@golok.net</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">CAUTION: External to USask. Verify sender and use caution with links and attachments. Forward suspicious emails to <a href="mailto:phishing@usask.ca" target="_blank" class="">phishing@usask.ca</a><br class="">
<br class="">
<br class="">
Hello,<br class="">
<br class="">
Dumb question from a dumb new user, so please forgive me if this is not the right place to ask.<br class="">
<br class="">
I’m a QGIS user and I'm trying to solve a problem of reprojecting rasters in Winkel Tripel projection 54042, in the following environment:<br class="">
<br class="">
mas OS Mojave 10.14.6<br class="">
QGIS 3.14<br class="">
<br class="">
I understood that this was due "to the lack in PROJ of implementation of the inverse projection for Winkel II" and that it was now "added for PROJ 7.1".<br class="">
<br class="">
<a href="https://github.com/qgis/QGIS/issues/35512" rel="noreferrer" target="_blank" class="">https://github.com/qgis/QGIS/issues/35512</a><br class="">
<br class="">
This is what I attempted:<br class="">
<br class="">
1. Used Terminal to check if PROJ was installed on my Mac: got the "-bash: proj: command not found"<br class="">
<br class="">
2. I downloaded the two following files from the download page of <a href="http://proj.org/" rel="noreferrer" target="_blank" class="">proj.org</a>:<br class="">
<br class="">
• 2020-11-01 proj-7.2.0.tar.gz<br class="">
• 2020-11-01 proj-data-1.3.tar.gz<br class="">
<br class="">
3. Tried to install with the "brew install proj" command, as instructed on the installation page, but to no avail; Terminal returned me the following error message: "Error: No such file or directory @ dir_chdir - /usr/local/Cellar” and "Operation not permitted @ dir_s_mkdir - /usr/local/Cellar".<br class="">
<br class="">
However, after all this, I found a new "PROJ-master" subdirectory in my user directory. In doubt, I checked once again if PROJ was installed on my Mac, but Terminal returned me the same "-bash: proj: command not found".<br class="">
<br class="">
Obviously I must have missed something, and my knowledge of Terminal commands is absolute zero… What am I supposed to do now?<br class="">
<br class="">
In advance thank you zillions for your help!<br class="">
<br class="">
Cheers,<br class="">
<br class="">
Christophe Besuchet<br class="">
_______________________________________________<br class="">
PROJ mailing list<br class="">
<a href="mailto:PROJ@lists.osgeo.org" target="_blank" class="">PROJ@lists.osgeo.org</a><br class="">
<a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer" target="_blank" class="">https://lists.osgeo.org/mailman/listinfo/proj</a><br class="">
</blockquote></div>
</div></blockquote></div><br class=""></div></blockquote></div>
_______________________________________________<br class="">
PROJ mailing list<br class="">
<a href="mailto:PROJ@lists.osgeo.org" target="_blank" class="">PROJ@lists.osgeo.org</a><br class="">
<a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer" target="_blank" class="">https://lists.osgeo.org/mailman/listinfo/proj</a><br class="">
</blockquote></div>
</blockquote></div>
</div></blockquote></div><br class=""></body></html>