Skip to content

Commit

Permalink
Readme: update
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Sep 6, 2024
1 parent 4dff701 commit 8ce845a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Please note that the qgisprocess project is released with a [Contributor Code of

### Presentations

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

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ reconfigure the package, or just
``` r
library(qgisprocess)
#> Attempting to load the package cache ... Success!
#> QGIS version: 3.38.0-Grenoble
#> QGIS version: 3.38.2-Grenoble
#> Having access to 2059 algorithms from 18 QGIS processing providers.
#> Run `qgis_configure(use_cached_data = TRUE)` to reload cache and get more details.
```
Expand Down Expand Up @@ -137,7 +137,7 @@ result <- qgis_run_algorithm(
result
#> <Result of `qgis_run_algorithm("native:buffer", ...)`>
#> List of 1
#> $ OUTPUT: 'qgis_outputVector' chr "/tmp/RtmphNqw6p/file1d6937316438/file1d6950ffc83a.gpkg"
#> $ OUTPUT: 'qgis_outputVector' chr "/tmp/RtmpLKaaqm/file7b6c2bf628b2/file7b6c44bc6b35.gpkg"

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

### Presentations

- useR! 2024:
[slides](https://florisvdh.github.io/user-2024-qgisprocess)
- FOSS4G 2023:
[slides](https://florisvdh.github.io/foss4g-2023-qgisprocess/) &
[video](https://www.youtube.com/watch?v=Qt5DzWThWqI)
Expand Down

0 comments on commit 8ce845a

Please sign in to comment.