File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ reconfigure the package, or just
74
74
``` r
75
75
library(qgisprocess )
76
76
# > Attempting to load the package cache ... Success!
77
- # > QGIS version: 3.38.2 -Grenoble
77
+ # > QGIS version: 3.38.3 -Grenoble
78
78
# > Having access to 2059 algorithms from 18 QGIS processing providers.
79
79
# > Run `qgis_configure(use_cached_data = TRUE)` to reload cache and get more details.
80
80
```
@@ -137,7 +137,7 @@ result <- qgis_run_algorithm(
137
137
result
138
138
# > <Result of `qgis_run_algorithm("native:buffer", ...)`>
139
139
# > List of 1
140
- # > $ OUTPUT: 'qgis_outputVector' chr "/tmp/RtmpLKaaqm/file7b6c2bf628b2/file7b6c44bc6b35 .gpkg"
140
+ # > $ OUTPUT: 'qgis_outputVector' chr "/tmp/RtmpUlpWPq/file886027bf5cff/file88601bc90fab .gpkg"
141
141
142
142
output_sf <- sf :: st_as_sf(result )
143
143
plot(sf :: st_geometry(output_sf ))
You can’t perform that action at this time.
0 commit comments