qgisprocess icon indicating copy to clipboard operation
qgisprocess copied to clipboard

R package to use QGIS processing algorithms

Results 9 qgisprocess issues
Sort by recently updated
recently updated
newest added

Announcing that users of the package are welcome to cite their work on the [homepage](https://r-spatial.github.io/qgisprocess/) of {qgisprocess}. Users can be direct users or [qgis](https://github.com/JanCaha/r_package_qgis) users. These references will be added...

documentation

This can e.g. be seen in https://github.com/r-spatial/qgisprocess/actions/runs/7259352022/job/19776322636#step:22:45. It was found that these warnings disappear if `test-compat-raster.R` is removed; this file is run before `test-compat-terra.R`, so an interplay between {raster} and...

upkeep

Hi! Congratulations with this very nice package! I'm a new user and have found it to be extremely useful. I noticed that interrupting a process in RStudio (via Interrupt R...

feature

I'm having an issue with GeoJSON files not obeying the right hand rule. I'm not sure what goes wrong. Both geoJSON files have the problem according to https://geojsonlint.com/. [`test.gpkg`](https://drive.google.com/file/d/1NhJiFo41irv1bdmItwy_NClpD0GQNxko/view?usp=sharing) (96...

QGIS

Thanks to the r-spatial panel question at FOSS4G! ``` r library(qgisprocess) #> Using 'qgis_process' at '/Applications/QGIS-LTR.app/Contents/MacOS/bin/qgis_process'. #> QGIS version: 3.16.10-Hannover #> Metadata of 971 algorithms successfully cached. #> Run `qgis_configure()`...

bug

### Things to check beforehand - [x] To avoid duplication, I have checked [existing issues](https://github.com/r-spatial/qgisprocess/issues?q=is%3Aissue). - [x] I use a currently supported QGIS version, i.e. shown _**green**_ in the [QGIS...

It seems that spDataLarge is not available anymore at the geocompr r-universe.

I am currently teaching a course on spatial data analysis in R, and as a part of this course I've been showing how to use qgisprocess. However, two of the...

I often do raster and vector processing using package terra and alike. At some point, I need to visualize results in Qgis. As soon as the results imply multiple raster...

feature