Package: Rwtss
Title: Client for Web Time-Series Service
Version: 0.8.0
Authors@R: c(person(given = "Gilberto", 
                    family = "Queiroz", 
                    role = c("aut"), 
                    email ="gilberto.queiroz@inpe.br",
                    comment = c(ORCID = "0000-0001-7534-0219")),
             person(given = "Gilberto", 
                    family = "Camara", 
                    role = c("aut", "cre"), 
                    email = "gilberto.camara@inpe.br",
                    comment = c(ORCID = "0000-0002-3681-487X")),
             person(given = "Pedro", 
                    family = "Andrade", 
                    role = c("aut"), 
                    email = "pedro.andrade@inpe.br",
                    comment = c(ORCID = "0000-0001-8675-4046")), 
             person(given = "Felipe", 
                    family = "Souza", 
                    role = c('aut'), 
                    email = 'felipe.carvalho@inpe.br'),
             person(given = "Luiz", 
                    family = "Assis", 
                    role = c("aut"), 
                    email ="luiz.assis@inpe.br")
             )
Maintainer: Gilberto Camara <gilberto.camara@inpe.br>
Description: Allows remote access to satellite image time 
    series provided by web time series services (WTSS). The WTSS API 
    includes functions for listing the data sets available in WTSS servers, 
    describing the contents of a data set, and retrieving a time series 
    based on spatial location and temporal filters.
URL: https://github.com/e-sensing/Rwtss/
BugReports: https://github.com/e-sensing/Rwtss/issues
ByteCompile: true
LazyData: true
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.6.0)
Imports: assertthat, dplyr, geosphere, ggplot2, reshape2, jsonlite,
        lubridate, magrittr, purrr, httr, stats, stringr, tibble, zoo
RoxygenNote: 7.1.1
Suggests: bfast, knitr, rmarkdown, roxygen2, testthat, spelling, vcr
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2021-02-01 21:25:09 UTC; gilbertocamara
Author: Gilberto Queiroz [aut] (<https://orcid.org/0000-0001-7534-0219>),
  Gilberto Camara [aut, cre] (<https://orcid.org/0000-0002-3681-487X>),
  Pedro Andrade [aut] (<https://orcid.org/0000-0001-8675-4046>),
  Felipe Souza [aut],
  Luiz Assis [aut]
Repository: CRAN
Date/Publication: 2021-02-07 10:50:08 UTC
