Skip to content

Commit 8ce845a

Browse files
committed
Readme: update
1 parent 4dff701 commit 8ce845a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ Please note that the qgisprocess project is released with a [Contributor Code of
139139

140140
### Presentations
141141

142+
- useR! 2024: [slides](https://florisvdh.github.io/user-2024-qgisprocess)
142143
- FOSS4G 2023: [slides](https://florisvdh.github.io/foss4g-2023-qgisprocess/) & [video](https://www.youtube.com/watch?v=Qt5DzWThWqI)
143144
- FOSS4G 2021: [slides](https://dewey.dunnington.ca/slides/qgisprocess2021/) & [video](https://www.youtube.com/watch?v=iA0OQ2Icn6Y&t=1912s)
144145

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ reconfigure the package, or just
7474
``` r
7575
library(qgisprocess)
7676
#> Attempting to load the package cache ... Success!
77-
#> QGIS version: 3.38.0-Grenoble
77+
#> QGIS version: 3.38.2-Grenoble
7878
#> Having access to 2059 algorithms from 18 QGIS processing providers.
7979
#> Run `qgis_configure(use_cached_data = TRUE)` to reload cache and get more details.
8080
```
@@ -137,7 +137,7 @@ result <- qgis_run_algorithm(
137137
result
138138
#> <Result of `qgis_run_algorithm("native:buffer", ...)`>
139139
#> List of 1
140-
#> $ OUTPUT: 'qgis_outputVector' chr "/tmp/RtmphNqw6p/file1d6937316438/file1d6950ffc83a.gpkg"
140+
#> $ OUTPUT: 'qgis_outputVector' chr "/tmp/RtmpLKaaqm/file7b6c2bf628b2/file7b6c44bc6b35.gpkg"
141141

142142
output_sf <- sf::st_as_sf(result)
143143
plot(sf::st_geometry(output_sf))
@@ -221,6 +221,8 @@ By contributing to this project, you agree to abide by its terms.
221221

222222
### Presentations
223223

224+
- useR! 2024:
225+
[slides](https://florisvdh.github.io/user-2024-qgisprocess)
224226
- FOSS4G 2023:
225227
[slides](https://florisvdh.github.io/foss4g-2023-qgisprocess/) &
226228
[video](https://www.youtube.com/watch?v=Qt5DzWThWqI)

0 commit comments

Comments
 (0)