File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,7 @@ Please note that the qgisprocess project is released with a [Contributor Code of
139
139
140
140
### Presentations
141
141
142
+ - useR! 2024: [ slides] ( https://florisvdh.github.io/user-2024-qgisprocess )
142
143
- FOSS4G 2023: [ slides] ( https://florisvdh.github.io/foss4g-2023-qgisprocess/ ) & [ video] ( https://www.youtube.com/watch?v=Qt5DzWThWqI )
143
144
- FOSS4G 2021: [ slides] ( https://dewey.dunnington.ca/slides/qgisprocess2021/ ) & [ video] ( https://www.youtube.com/watch?v=iA0OQ2Icn6Y&t=1912s )
144
145
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.0 -Grenoble
77
+ # > QGIS version: 3.38.2 -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/RtmphNqw6p/file1d6937316438/file1d6950ffc83a .gpkg"
140
+ # > $ OUTPUT: 'qgis_outputVector' chr "/tmp/RtmpLKaaqm/file7b6c2bf628b2/file7b6c44bc6b35 .gpkg"
141
141
142
142
output_sf <- sf :: st_as_sf(result )
143
143
plot(sf :: st_geometry(output_sf ))
@@ -221,6 +221,8 @@ By contributing to this project, you agree to abide by its terms.
221
221
222
222
### Presentations
223
223
224
+ - useR! 2024:
225
+ [ slides] ( https://florisvdh.github.io/user-2024-qgisprocess )
224
226
- FOSS4G 2023:
225
227
[ slides] ( https://florisvdh.github.io/foss4g-2023-qgisprocess/ ) &
226
228
[ video] ( https://www.youtube.com/watch?v=Qt5DzWThWqI )
You can’t perform that action at this time.
0 commit comments