Gabo Gaona
Gabo Gaona
In sf version 1.0-8, there will be an extra argument in st_read() to optionally pass name checking ([sf:#1916](https://github.com/r-spatial/sf/issues/1916)). In that way the names that originally come from the user data...
An alternative way to do is directly read the CSV file within the script. The colnames from table can be specified by a string separated by a known caracter, i.e...
I made some trials based on [raster::stretch](https://github.com/cran/raster/blob/master/R/stretch.R) approach. May be there were more better ways to do the same. But I will share my way to the discussion: I tested...
Perhaps, tmap could process the layers using `stars::st_rgb()`, but some changes has to be done in `tm_rgb` to pass one layer instead 3 (rgb) or 4 (rgba). This works fine:...
Any progress on this issue? I've been making some corrections that might be useful, do you want to test them before doing the PR? Please check my [gavg712/qgisprocess/tree/project_path](https://github.com/gavg712/qgisprocess/tree/project_path) branch