Roger Bivand
Roger Bivand
Which architecture? How are the two architectures distinguished when intel is rosetta?
CI from source (apart from the package being checked) for packages other than the one actually being checked seems to be rather CO2-generative. Careful local checking is more parsimonious, isn't...
Why do you need to install from source? The arm binary for 1.0-7 is available for download, use that. Do you need the development version of sf, or of external...
Or, better, to contribute solutions both for homebrew GDAL, PROJ and GEOS binaries, and for building their development versions. Long-term commitment to supporting homebrew users is always welcome.
GDAL see https://github.com/OSGeo/gdal/pull/4590 RFC 84; https://lists.osgeo.org/pipermail/gdal-dev/2021-October/054732.html
Even moves to adopt RFC 7 "Drop Autotools, maintain CMake" https://lists.osgeo.org/pipermail/proj/2021-September/010360.html https://github.com/OSGeo/PROJ/pull/2880 If approved, transition will commence in November 2021 (after PROJ 8.2 is released)
@bbolker please contribute the whole set of *.shp, *.shx, *.dbf at least, probably also *.prj. Four files are needed if the position data have a CRS. Note that `spdep::poly2nb()` has...
Interesting. The bounding box of the projected object - which is trapezoidal:  ends up being inverse trapezoidal when inverse projected:  The projection seems to be `EPSG:8857`, and I...
The GEOGCRS geometry itself will round-trip project/inverse-project, but the inverse projected bbox/envelope of the projected geometry will in general not equal the bbox/envelope of the input GEOGCRS. There may be...