Skip to content
Back to formatted view

Raw Message

Message-ID: <95681AC7-C5B3-40C7-B59C-28D39692397A@uq.edu.au>
Date: 2022-09-06T21:17:27Z
From: Milani Chaloupka
Subject: netCDF driver missing from package terra 1.6.7 for Mac
In-Reply-To: <CWXP265MB40388F8B9C4CBA780F6C5577A77E9@CWXP265MB4038.GBRP265.PROD.OUTLOOK.COM>

It is in the development version for macOS at:

install.packages('terra', repos='https://rspatial.r-universe.dev?)



> On 7 Sep 2022, at 5:02 am, Bebber, Dan via R-SIG-Mac <r-sig-mac at r-project.org> wrote:
> 
> Package terra 1.6.7 for Mac (x86_64 version) does not have the netCDF driver.
> I have checked with Robert Hijmans who confirms that this important driver is present in the Windows build, but missing from the Mac build.
> 
> Could the package be built again to include the netCDF driver?
> 
> Many thanks,
> Dan Bebber
> ________
> Dan Bebber, DPhil
> Associate Professor of Ecology
> Department of Biosciences, University of Exeter, UK
> [I work 9am to 5pm Mon-Fri]
> 
> # Code
> library(terra)
> # terra 1.6.7
> d <- gdal(drivers=TRUE)
> d[d$name=="netCDF", ]
> # [1] name      type      can       vsi       long.name
> # <0 rows> (or 0-length row.names)
> 
> 
> 
> 	[[alternative HTML version deleted]]
> 
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac