Skip to content

How can I update to versions GEOS 3.8.0, GDAL 3.0.4 and PROJ 7.0.0

7 messages · Rich Shepard, Manuel Spínola, Ista Zahn

#
Dear list members,

I am working with R 4.0.0 on MacOS Catalina 10.15.4.

When I load, for example, the library sf, I realized that I have older
versions of GEOS, GDAL  and PROJ
Linking to GEOS 3.7.2, GDAL 2.4.2, PROJ 5.2.0

How can I update to the latest versions GEOS 3.8.0, GDAL 3.0.4 and PROJ
7.0.0

Manuel
#
On Thu, 21 May 2020, Manuel Sp?nola wrote:

            
Manuel,

I've no idea how macOS works yet I offer the advice that you
build/upgrade/install this stack by first doing PROJ, then GEOS, and finally
GDAL. The sequence matters as each builds on the earlier one(s).

Regards,

Rich
#
Thank you very much Rich.

Manuel

El jue., 21 may. 2020 a las 7:22, Rich Shepard (<rshepard at appl-ecosys.com>)
escribi?:

  
    
#
I don't have a Mac myself, but both https://r-spatial.github.io/sf/
and https://github.com/rspatial/terra recommend installing gdal etc.
via homebrew.

Best,
Ista
On Thu, May 21, 2020 at 2:41 PM Manuel Sp?nola <mspinola10 at gmail.com> wrote:
#
Thank you very much Ista.

I tried several times but I don?t get the last version of gdal

(base) Manuels-MacBook-Pro:~ manuelspinola$ brew install gdal

Warning: gdal 2.4.4_6 is already installed and up-to-date

To reinstall 2.4.4_6, run `brew reinstall gdal`

(base) Manuels-MacBook-Pro:~ manuelspinola$




El jue., 21 may. 2020 a las 13:51, Ista Zahn (<istazahn at gmail.com>)
escribi?:

  
    
#
Hi Manuel,

It looks like the brew gdal formula hasn't been updated to version 3
yet[1] at least in part because it breaks other things[2]. Personally
I would just wait for the homebrew community to sort this out.

Best,
Ista

[1] https://formulae.brew.sh/formula/gdal
[2] https://github.com/Homebrew/homebrew-core/pull/46817
On Thu, May 21, 2020 at 4:50 PM Manuel Sp?nola <mspinola10 at gmail.com> wrote:
#
Thank you very much Ista.

El jue., 21 may. 2020 a las 15:41, Ista Zahn (<istazahn at gmail.com>)
escribi?: