Edzer Pebesma
Edzer Pebesma
Cannot plot sf dataframes without this error: "Error: Field count reached: duplicate names present?"
Would you mind providing a reprex? Is this specific for flatgeobuf?
Cannot plot sf dataframes without this error: "Error: Field count reached: duplicate names present?"
Big mystery.
Cannot plot sf dataframes without this error: "Error: Field count reached: duplicate names present?"
Is this something that could be fixed in osmdata, @mpadge?
Cannot plot sf dataframes without this error: "Error: Field count reached: duplicate names present?"
Great, thanks Mark!
Sorry, can't help you on this one.
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) ```