Edzer Pebesma

Results 708 comments of Edzer Pebesma

does a `print()` around `mapview(franconia)` help?

What makes you think this package would support this?

Have you tried to crop with a bounding box only, as in ```r ext

`bb` is not a `bbox` object; what works is ```r st_as_sfc(st_set_crs(st_bbox(bb), 32719)) ``` To plot the object, I had to use `read_stars` rather than `read_ncdf`, but otherwise things worked. Is...

The implementation in stars for that is rather inefficient; if that is a problem you may want to use `st_rasterize()` to burn in a vector geometry, then mask using that....

Why do you think this is an issue with sf, and not with ggplot2, raster, or in general with your thinking (saving generic graphics to TIFF, then rewriting that as...

The tiff looks exactly like the normal plot of `gg`, so I see no issues for `sf` and `ggplot2`.

For me both commands don't result in error messages. I also see ```r > st_drivers()["OpenFileGDB",] name long_name write copy is_raster is_vector vsi OpenFileGDB OpenFileGDB ESRI FileGDB FALSE FALSE FALSE TRUE...