Skip to content

qgisprocess 0.4.0

Compare
Choose a tag to compare
@florisvdh florisvdh released this 08 Jul 12:02
· 34 commits to main since this release
v0.4.0
76f6959

Enhancements

  • Speed up various calls to the qgis_process backend by automatically implementing --skip-loading-plugins where possible (#201).
    This benefits package startup time and the timing of qgis_run_algorithm(), qgis_show_help(), and several other functions.
    This feature needs QGIS >= 3.36.
  • Add new vignettes (#213):
    • vignette("qgis_arguments"): passing R objects as algorithm arguments.
    • vignette("options"): configuration with options or environment variables.

Minor changes

  • Don't renew the package cache when no plugins were successfully enabled or disabled (#212).
  • Update the 'getting started' vignette (#206, #207):
    • advise to use qgis_search_algorithms().
    • in QGIS >= 3.36 the GRASS GIS provider is called grass instead of grass7.