Package: rsat
Type: Package
Title: Dealing with Multiplatform Satellite Images
Version: 0.1.21
Authors@R: 
  c(person(given = "Unai",
           family = "Pérez - Goya",
           role = c("aut", "cre"),
           email = "unai.perez@unavarra.es",
           comment = c(ORCID = "0000-0002-2796-9079")),
    person(given = "Manuel",
           family = "Montesino - SanMartin",
           role = "aut",
           comment = c(ORCID = "0000-0002-0822-600X")),
    person(given = "Ana",
           family = "F Militino",
           role = "aut",
           comment = c(ORCID = "0000-0002-0631-3919")),
    person(given = "Maria Dolores",
           family = "Ugarte",
           role = "aut",
           comment = c(ORCID = "0000-0002-3505-8400")),
    person(given = "Marc",
           family =  "Weber", 
           role = "rev",
           comment = "Marc reviewed rsat (v. 0.1.14) for rOpenSci, 
           see <https://github.com/ropensci/software-review/issues/437>"),
    person(given = "Kelly", 
           family = "Hondula", 
           role = "rev",
           comment = "Kelly reviewed rsat (v. 0.1.14) for rOpenSci, 
    see <https://github.com/ropensci/software-review/issues/437>")
    )
Maintainer: Unai Pérez - Goya <unai.perez@unavarra.es>
Description: Downloading, customizing, and processing time series of satellite images for a region of interest. 'rsat' functions allow a unified access to multispectral images from Landsat, MODIS and Sentinel repositories. 'rsat' also offers capabilities for customizing satellite images, such as tile mosaicking, image cropping and new variables computation. Finally, 'rsat' covers the processing, including cloud masking, compositing and gap-filling/smoothing time series of images (Militino et al., 2018 <doi:10.3390/rs10030398> and Militino et al., 2019 <doi:10.1109/TGRS.2019.2904193>).
Depends: R (>= 4.3.0)
Imports: XML, curl, httr, leafem, leaflet, rjson, rvest, tmap, xml2,
        zip, methods, Rdpack, fields, calendR, sf, stars, terra, sp,
        raster
URL: https://github.com/ropensci/rsat
BugReports: https://github.com/ropensci/rsat/issues
RdMacros: Rdpack
Suggests: knitr, rmarkdown, covr, testthat
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Collate: 'add2rtoi.R' 'api_dataspace.R' 'api_lpdaac.R' 'api_usgs.R'
        'connections.R' 'data.R' 'extent_crs.R' 'mosaic_fun_SYN.R'
        'mosaic_fun_ls.R' 'mosaic_fun_mod.R' 'mosaic_fun_sen2.R'
        'mosaic_generic.R' 'package_tools.R' 'records.R' 'rtoi.R'
        'plot.R' 'rsat.R' 'rsat_cloud_mask.R' 'rsat_derive.R'
        'rsat_download.R' 'rsat_list_data.R' 'rsat_mosaic.R'
        'rsat_preview.R' 'rsat_search.R' 'rsat_smoothing_images.R'
        'testing_function.R' 'variables.R'
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-02-02 22:39:26 UTC; unai.perez
Author: Unai Pérez - Goya [aut, cre] (<https://orcid.org/0000-0002-2796-9079>),
  Manuel Montesino - SanMartin [aut]
    (<https://orcid.org/0000-0002-0822-600X>),
  Ana F Militino [aut] (<https://orcid.org/0000-0002-0631-3919>),
  Maria Dolores Ugarte [aut] (<https://orcid.org/0000-0002-3505-8400>),
  Marc Weber [rev] (Marc reviewed rsat (v. 0.1.14) for rOpenSci, see
    <https://github.com/ropensci/software-review/issues/437>),
  Kelly Hondula [rev] (Kelly reviewed rsat (v. 0.1.14) for rOpenSci, see
    <https://github.com/ropensci/software-review/issues/437>)
Repository: CRAN
Date/Publication: 2024-02-03 14:30:02 UTC
Built: R 4.5.2; ; 2025-11-08 04:33:33 UTC; windows
