Edzer Pebesma

Results 708 comments of Edzer Pebesma

to the first definition of datum.

The axes must have an orientation.

The only think I can think of is a difference in package versions between both R sessions; can you run an `update.packages()` and try both again?

My guess (based on known and unresolved problems in `renv`) is that this is caused by `groundhog`, which may work with pure R packages but not work well with packages...

This is well known: you expect too much from the software, at least at the moment. What happens is that `st_transform` assigns NA values to coordinates of polygons not "visible"...

> #> [1] TRUE # it seems that all geometries are fixed after transformation Well, "fixed"? - Russia is missing, but should have been shown. This is what sf does...

This may work for your tests, but it is unclear whether it will always work. Terra is not very clear what the character string it returns contains, and your `else`...

That's not a `sessionInfo()`. ``` > library(stars) Loading required package: abind Loading required package: sf Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.4.0; sf_use_s2() is TRUE > methods(class = "stars")...

Did you load `library(stars)`?

Please give the full output, starting from a _clean_ R session (no other packages loaded), when you run ``` library(stars) methods(class = "stars") sessionInfo() ```