Package: rgee
Title: R Bindings for Calling the 'Earth Engine' API
Version: 1.0.3
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 = "Wu",
             family = "Qiusheng",
	      role = c("ctb"),
	      email = "giswqs@gmail.com",
	      comment = c(ORCID = "0000-0001-5437-4073")),
      person(given = "Lesly",
             family = "Bautista",
	      role = c("ctb"),
	      email = "leslyarcelly.213@gmail.com",
	      comment = c(ORCID = "0000-0003-3523-8687")),
      person(given = "Roy",
             family = "Yali",
             role = c("ctb"),
             email = "ryali93@gmail.com",
             comment = c(ORCID = "0000-0003-4542-3755")),
      person(given = "Antony",
             family = "Barja",
             role = c("ctb"),
             email = "antony.barja8@gmail.com",
             comment = c(ORCID = "0000-0001-5921-2858")),
      person(given = "Kevin", 
             family = "Ushey",
             role = c("ctb"),
             email = "kevin@rstudio.com"),
      person(given = "Tim", 
             family = "Appelhans",
             role = c("ctb"),
             email = "tim.appelhans@gmail.com"),
      person(given = "JJ",
             family = "Allaire",
             role = c("ctb"),
             email = "jj@rstudio.com"),
      person(given = "Yuan", 
             family = "Tang",
             role = c("ctb"),
             email = "terrytangyuan@gmail.com"),
      person(given = "Samapriya",
             family = "Roy",
             role = c("ctb"),
             email = "samapriya.roy@gmail.com"),
      person(given = "MariaElena",
             family = "Adauto",
             role = c("ctb"),
             email = "2a.mariaelena@gmail.com",
             comment = c(ORCID = "0000-0002-2154-2429")),
      person(given = "Gabriel",
             family = "Carrasco",
             role = c("ctb"),
             email = "gabriel.carrasco@upch.pe",
             comment = c(ORCID = "0000-0002-6945-0419")),
      person(given = "Jeffrey",
             family = "Hollister",
             role = c("rev"),
             email = "hollister.jeff@epa.gov",
             comment = "Hollister reviewed the package for JOSS, see 
                        https://github.com/openjournals/joss-reviews/issues/2272"),
      person(given = "Gennadii",
             family = "Donchyts",
             role = c("rev"),
             comment = "Gena reviewed the package for JOSS, see 
                        https://github.com/openjournals/joss-reviews/issues/2272"),
      person(given = "Marius",
             family = "Appel",
             role = c("rev"),
             email = "marius.appel@uni-muenster.de",
             comment = "Appel reviewed the package for JOSS, see 
                        https://github.com/openjournals/joss-reviews/issues/2272"))
Description: Earth Engine <https://earthengine.google.com/> client library for R. All of the 'Earth Engine' API classes, 
    modules, and functions are made available. Additional functions implemented include importing (exporting) of Earth Engine 
    spatial objects, extraction of time series, interactive map display, assets management interface, and metadata display.
    See <https://r-spatial.github.io/rgee/> for further details.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
    R (>= 3.3.0)
Imports:
    methods,
    reticulate (>= 1.15),
    magrittr,
    crayon,
    cli
Suggests:
    leaflet (>= 2.0.2),
    mapview,
    geojsonio,
    sf,
    stars,
    googledrive (>= 1.0.0),
    googleCloudStorageR (>= 0.5.1),
    rstudioapi (>= 0.7),
    jsonlite,
    raster,
    rgdal,
    httr,
    digest,
    spelling,
    testthat,
    covr,
    knitr,
    rmarkdown,
    png
URL: https://github.com/r-spatial/rgee, https://r-spatial.github.io/rgee/, https://github.com/google/earthengine-api
BugReports: https://github.com/r-spatial/rgee/issues
VignetteBuilder: knitr
Language: en-US
Config/reticulate:
  list(
    packages = list(
      list(package = "earthengine-api", pip = TRUE)
    ) 
  )
