Package: PlanetNICFI Type: Package Title: Processing of the 'Planet NICFI' Satellite Imagery Version: 1.0.5 Date: 2023-09-28 Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546")), person("Planet Labs", "Inc", role = "cph") ) URL: https://github.com/mlampros/PlanetNICFI Description: It includes functions to download and process the 'Planet NICFI' (Norway's International Climate and Forest Initiative) Satellite Imagery utilizing the Planet Mosaics API . 'GDAL' (library for raster and vector geospatial data formats) and 'aria2c' (paralleled download utility) must be installed and configured in the user's Operating System. License: GPL-3 Copyright: inst/COPYRIGHTS Encoding: UTF-8 SystemRequirements: aria2: apt-get install -y aria2 (deb), gdal-bin: apt-get install -y gdal-bin (deb), libgdal-dev: apt-get install -y libgdal-dev (deb) Depends: R(>= 3.5.0) Imports: httr, sf, data.table, glue, utils, terra Suggests: rmarkdown, knitr, testthat (>= 3.0.0) RoxygenNote: 7.2.3 Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://mlampros.r-universe.dev Date/Publication: 2023-12-03 09:02:09 UTC RemoteUrl: https://github.com/mlampros/planetnicfi RemoteRef: HEAD RemoteSha: ee71ff0e0a4f9abfa1ac363daad0c11fc31a463a NeedsCompilation: no Packaged: 2026-06-09 07:24:56 UTC; root Author: Lampros Mouselimis [aut, cre] (ORCID: ), Planet Labs Inc [cph] Maintainer: Lampros Mouselimis