Package: sitsfeats
Type: Package
Title: Satellite Image Time Series Features
Version: 0.0.1
Date: 2021-06-02
Authors@R: 
    c(person(given = "Felipe",
             family = "Carvalho", 
             role = c("aut", "cre"), 
             email = "lipecaso@gmail.com"),
    person(given = "Karine", 
           family = "Ferreira", 
           role = "aut", 
           email = "karine.ferreira@inpe.br"),
    person(given = "Rafael",
           family = "Santos",
           role = "aut",
           email = "rafael.santos@inpe.br"))
Maintainer: Felipe Carvalho <lipecaso@gmail.com>
Description: Provides a set of temporal metrics derived from satellite image time series.
    The basics metrics are composed of basic statistics, histogram-based statistics, and methods 
    based on time series analysis.
    The polar metrics, an approach proposed by Korting et al. (2013) <doi:10.1016/j.cageo.2013.02.007>, 
    is based on the polar representation to describe cyclic events, whose events are common in agricultural applications.
License: MIT + file LICENSE
URL: https://github.com/oldlipe/sitsfeats/
BugReports: https://github.com/oldlipe/sitsfeats/issues
Encoding: UTF-8
Depends: R (>= 3.5)
Imports: sf, sfheaders, geos, libgeos, ggplot2, cowplot
Suggests: testthat (>= 3.0.0), Rcpp, RcppArmadillo, wk, covr
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2021-06-02 18:34:03 UTC; rstudio
Author: Felipe Carvalho [aut, cre],
  Karine Ferreira [aut],
  Rafael Santos [aut]
Repository: CRAN
Date/Publication: 2021-06-04 06:20:02 UTC
