Edzer Pebesma

Results 708 comments of Edzer Pebesma

Would you mind providing a reprex? Is this specific for flatgeobuf?

The help for `st_set_bbox` is rather short; what is it that you want to get done by using it?

> So now the question is how replace the sf plotting mechanism with tmap. `st_write()` only writes data, it doesn't plot: there are no visual elements passed on to it...

I think `st_write()` does offset, scale and CRS by itself, as it is an OGR (GDAL) driver; it however takes an `sf` object, not a `tmap` object.

Oh, yes, and there's the raster driver too: https://gdal.org/en/latest/drivers/raster/pdf.html#raster-pdf

Try ```r hexbinplot(Sepal.Length ~ Sepal.Width,data = iris) ```