Edzer Pebesma

Results 708 comments of Edzer Pebesma

I won't, but I would welcome a PR that does!

I have an account and edited the first; this edit now goes into peer review. Let's see how that goes and I'll do the others as well. @barryrowlingson is possibly...

You may want to mention @rhijmans then

Yes, very welcome. @florisvdh I believe DuckDB is more like a software layer than a file format; the blog talks consistently about analysing (geo)parquet files. In that sense, there's a...

> would you accept publishing my tutorial on the R-spatial blog? Sure, that's an option, an alternative might be a tutorial in `sf` as this only concerns `sf`, right? Which...

Create a function that plots an `sf` object automatically over a google map or OSM background; see e.g. https://github.com/dkahle/ggmap/pull/162 and argument `bgMap` in `sf:::plot_sf`.

@thomasp85 I was not involved in _where_ this happens, and know too little about ggplot2 internals to say something intelligible about it.

Wow, I didn't know you could do it that way. Nevertheless, an opportunity to get rid of like 800 l.o.c.?

I'm seeing ```r > stars::read_stars("gfdl-esm4_r1i1p1f1_w5e5_ssp126_tas_lat27.0to72.0lon-13.0to56.0_daily_2015_2020.nc") stars_proxy object with 1 attribute in 1 file(s): $`gfdl-esm4_r1i1p1f1_w5e5_ssp126_tas_lat27.0to72.0lon-13.0to56.0_daily_2015_2020.nc` [1] "gfdl-esm4_r1i1p1f1_w5e5_ssp126_tas_lat27.0to72.0lon-13.0to56.0_daily_2015_2020.nc" dimension(s): from to offset delta refsys x/y x 1 720 -180 0.5 NA [x]...

What is the sessionInfo() on the system where it works?