Francisco Goerlich

Results 6 issues of Francisco Goerlich

Taking the example from this [stackexchange question](https://gis.stackexchange.com/questions/358797/splitting-overlap-between-polygons-and-assign-to-nearest-polygon-using-r) and his `st_no_overlap` function: ``` st_no_overlap % st_voronoi() %>% st_collection_extract() # Put them back in their original order voronoi

Hi, According to the documentation I can use vectors (of addresses) in the mapdist() function (page 41 of version 3.0.0) and also I can include geographic coordinates (page 42). But...

Hi, Is there any way to make surface plots similar to the `persp3d()` function in `rgl` using `ggrgl`? Thanks a lot.

Hi, Using `doParallel` and the `foreach` construct we get the following error: ``` Warning: Permanently added 't077,10.12.0.77' (ECDSA) to the list of known hosts. /storage/apps/R/4.2.1/GNU/lib64/R/bin/exec/R: error while loading shared libraries:...

En ambos casos se descargan todos lo municipios europeos y algunas columnas con incorrectas. `esp_get_munic(year = "2001")` produce ```It was a problem with the query. Retrying without country filters Simple...

I found the same behaviour as described [here](https://github.com/rstudio/rmarkdown/issues/1553) when [rendering an script](https://happygitwithr.com/r-test-drive). The 'zip' file provides an example. ``` xfun::session_info('rmarkdown') R version 4.5.1 (2025-06-13 ucrt) Platform: x86_64-w64-mingw32/x64 Running under: Windows...

reprex