Edzer Pebesma

Results 708 comments of Edzer Pebesma

Great! An alternative might be to call it a code sprint, as [SciPyConf does](https://www.scipy2019.scipy.org/sprints-schedule) and [FOSS4G/OSGEO](https://wiki.osgeo.org/wiki/FOSS4G_2019_Community_Sprint) do. UseR!2020 may also host a code sprint focusing on R Core, for non-R...

Agreeing on color would be one ambition; an easier to reach ambition might be to harmonize how we can manipulate color choices, e.g. how to specify * a set of...

DO make the WKT representations readable using `cat` and `pretty`, as in ``` > library(sf) Linking to GEOS 3.7.1, GDAL 2.4.2, PROJ 5.2.0 > st_as_text(st_crs(4326)) [1] "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]]" >...

@lbusett see https://github.com/rocker-org/geospatial/blob/master/Dockerfile for a more complete install, that includes the hdf4 libs.

Another question is who is going to maintain it, to moderate it (spam, managing accounts), and will the contents remain accessible and searchable to the community in the longer term....

@ateucher well put. Could you open an issue at https://github.com/edzer/sfr Re: intersect / union etc? I'm still trying to figure out whether these can be rephrased in dplyr verbs when...