Re: [R-sig-Geo] Reporting an issue with rgdal in macOS BigSur

2020-11-28 Thread Gilberto Camara
Dear Roger, Let me know if I can help you in any way. Best Gilberto > On 28 Nov 2020, at 18:08, Roger Bivand wrote: > > For completeness, I've put up a skeleton package on > https://github.com/rsbivand/checkGDALDrivers > , with Github Actions to

Re: [R-sig-Geo] Reporting an issue with rgdal in macOS BigSur

2020-11-28 Thread Roger Bivand
For completeness, I've put up a skeleton package on https://github.com/rsbivand/checkGDALDrivers, with Github Actions to check the package on macOS-latest as well as ubuntu-20.04 (latest and devel) and Windows-latest. The MacOS platform opens a GTiff file, but does not open a JP2 file (using rg

Re: [R-sig-Geo] Crossing multiple raster to obtain a list of available values for each cell - LULCC package

2020-11-28 Thread Ben Tupper
Hello, I am unfamiliar with the LULCC package, but what you describe sounds to me like a simple extraction at one or more cell locations. At least, that is what I think you describe here... > That is, if I cross three rasters of one cell, with values 0, 1, 0, I > would like to obtain a result tha

Re: [R-sig-Geo] Reporting an issue with rgdal in macOS BigSur

2020-11-28 Thread Gilberto Camara
Dear Roger Many thanks for your patience and your guidance. I installed the rgdal binary from CRAN and it gives errors in both commands, as follows: > drvs <- rgdal::gdalDrivers()$name; drvs[grep("JP2", drvs)] character(0) > rgdal::extSoftVersion() Error: 'extSoftVersion' is not an exported o