Package: qgisprocess
Title: Use 'QGIS' Processing Algorithms
Version: 0.4.1
Authors@R: c(
    person("Dewey", "Dunnington", , "dewey@fishandwhistle.net", role = "aut",
           comment = c("https://orcid.org/0000-0002-9415-4582", "Voltron Data")),
    person("Floris", "Vanderhaeghe", , "floris.vanderhaeghe@inbo.be", role = c("aut", "cre"),
           comment = c("https://orcid.org/0000-0002-6378-6229", "Research Institute for Nature and Forest (INBO)")),
    person("Jan", "Caha", , "jan.caha@outlook.com", role = "aut",
           comment = c("https://orcid.org/0000-0003-0165-0606")),
    person("Jannes", "Muenchow", , "malnamalja@gmx.de", role = "aut",
           comment = c("https://orcid.org/0000-0001-7834-4717")),
    person("Antony", "Barja", , "antony.barja8@gmail.com", role = "ctb",
           comment = c("https://orcid.org/0000-0001-5921-2858")),
    person("Robin", "Lovelace", , "rob00x@gmail.com", role = "ctb",
           comment = c("https://orcid.org/0000-0001-5679-6536")),
    person("Jakub", "Nowosad", , "nowosad.jakub@gmail.com", role = "ctb",
           comment = c("https://orcid.org/0000-0002-1057-3721")),
    person("Research Institute for Nature and Forest (INBO)", role = c("cph", "fnd"),
           comment = "https://www.inbo.be/en/")
  )
Description: Provides seamless access to the 'QGIS'
    (<https://qgis.org>) processing toolbox using the standalone
    'qgis_process' command-line utility.  Both native and third-party
    (plugin) processing providers are supported.  Beside referring data
    sources from file, also common objects from 'sf', 'terra' and 'stars'
    are supported. The native processing algorithms are documented by QGIS.org 
    (2024) <https://docs.qgis.org/latest/en/docs/user_manual/processing_algs/>.
License: GPL (>= 3)
URL: https://r-spatial.github.io/qgisprocess/,
        https://github.com/r-spatial/qgisprocess
BugReports: https://github.com/r-spatial/qgisprocess/issues
Depends: R (>= 3.6.0)
Imports: assertthat, glue, jsonlite, processx (>= 3.5.2), rappdirs,
        rlang, stats, stringr, tibble, vctrs, withr
Suggests: dplyr, knitr, mapview, raster, rmarkdown, rprojroot, sf,
        spDataLarge, stars, stringi, terra, testthat, tidyr
VignetteBuilder: knitr
Additional_repositories: https://geocompr.r-universe.dev
Config/checklist/communities: inbo
Config/checklist/keywords: R; package; QGIS
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.3.2
SystemRequirements: 'QGIS' latest or long-term release currently
        supported according to the 'QGIS' release schedule
        (<https://www.qgis.org/en/site/getinvolved/development/roadmap.html>).
        Older 'QGIS' releases are not officially supported, but may
        work since 'QGIS' 3.16.
NeedsCompilation: no
Packaged: 2024-10-06 19:46:29 UTC; floris
Author: Dewey Dunnington [aut] (<https://orcid.org/0000-0002-9415-4582>,
    Voltron Data),
  Floris Vanderhaeghe [aut, cre]
    (<https://orcid.org/0000-0002-6378-6229>, Research Institute for
    Nature and Forest (INBO)),
  Jan Caha [aut] (<https://orcid.org/0000-0003-0165-0606>),
  Jannes Muenchow [aut] (<https://orcid.org/0000-0001-7834-4717>),
  Antony Barja [ctb] (<https://orcid.org/0000-0001-5921-2858>),
  Robin Lovelace [ctb] (<https://orcid.org/0000-0001-5679-6536>),
  Jakub Nowosad [ctb] (<https://orcid.org/0000-0002-1057-3721>),
  Research Institute for Nature and Forest (INBO) [cph, fnd]
    (https://www.inbo.be/en/)
Maintainer: Floris Vanderhaeghe <floris.vanderhaeghe@inbo.be>
Repository: CRAN
Date/Publication: 2024-10-06 20:00:02 UTC
Built: R 4.5.1; ; 2025-10-06 02:42:14 UTC; windows
