Package: rgee
Title: R bindings for calling the Earth Engine API
Version: 0.1.0
Authors@R: 
    c(person(given = "Cesar",
             family = "Aybar",
             role = c("aut", "cre"),
             email = "csaybar@gmail.com",
             comment = c(ORCID = "0000-0003-2745-9535")),
      person(given = "Roy",
             family = "Yali",
             role = c("ctb"),
             email = "ryali93@gmail.com",
             comment = c(ORCID = "0000-0003-4542-3755")),
      person(given = "MariaElena",
             family = "Aduato",
             role = c("ctb"),
             email = "2a.mariaelena@gmail.com",
             comment = c(ORCID = "0000-0002-2154-2429")))
Description: Provides bindings to the Google Earth Engine Python API (0.1.175) and set tools for automating processes.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1.9000
Depends:
    R (>= 3.4.0),
    methods    
Imports:
    reticulate (>= 1.13),
    stars (>= 0.3),
    rstudioapi (>= 0.7),    
    rgdal,
    sf,
    magrittr,
    leaflet (>= 2.0.2),
    mapview,
    geojsonio,
    getPass,
    crayon,
    cli,
    png,
    jpeg
Suggests:
    testthat (>= 2.1.0),
    covr,
    knitr,
    rmarkdown,
    googledrive (>= 1.0.0),
    googleCloudStorageR (>= 0.5.1),
    geojsonlint,
    raster,
    lwgeom
URL: https://github.com/csaybar/rgee
BugReports: https://github.com/csaybar/rgee/issues
VignetteBuilder: knitr
