Alex
Alex
@rhijmans, perhaps a more general option would be to allow for `focal` and `focalCpp` to take a `SpatRaster` of 1s and 0's indicating which cells in the raster to iterate...
@pat-s, it was removed initially, but [as of QGIS 3.8, it was added back in](http://wiki.awf.forst.uni-goettingen.de/wiki/index.php/OTB_Plugin_installation). Currently my QGIS installation is located in "C:/OSGEO4W" folder, and the Orfeo toolbox is located...
@pat-s cool. Would the OTB folder need to "live" in a specific place and be named a certain way to be detected by RQGIS/RQGIS3?
@jannes-m OTB does show up in the Processing Toolbox after [following the instructions here](http://wiki.awf.forst.uni-goettingen.de/wiki/index.php/OTB_Plugin_installation) (see image). However, it does not show up as a 3rd party provider for RQGIS3. It...
Thanks. I'll give RQGIS3 with a newer version of R a go and see if things work then. I'm currently running R3.4 on a 64bit system. I also have R...
I updated R and then installed QGIS 3 via the OSGeo4w installer, but now I get a different error regardless of whether I try RQGIS or RQGIS3. ``` qgis_session_info() Error...
The code currently outputs this ``` set_env() Trying to find QGIS in C:/OSGEO4~1 $root [1] "C:/OSGeo4W64" $qgis_prefix_path [1] "C:/OSGeo4W64/apps/qgis" $python_plugins [1] "C:/OSGeo4W64/apps/qgis/python/plugins" $platform [1] "Windows" ``` I do have both...
Thank you for your help so far. I deleted the OsGeo4w folder and did a fresh express install with QGIS, GDAL, and GRASS checked. This fixed the "Error in py_run_string_impl(code,...
Additionally, the error seems to break rgdal's functionality as well as limiting qgis operations to data with coordinates in terms of unprojected WGS84 coordinates. ``` library(rgdal) head(rgdal::make_EPSG()) # code note...
The error or connecting to QGIS does seem to change the path of GDAL_DATA ``` library("rgdal") Sys.getenv("GDAL_DATA") # [1] "C:/Users/socce/Documents/R/win-library/3.6/rgdal/gdal" # then attach RQGIS3 and check again library("RQGIS3") qgis_session_info() #...