Package: rstac
Title: Client Library for SpatioTemporal Asset Catalog
Version: 1.0.1
Authors@R: 
    c(person("Rolf", "Simoes",
             email = "rolfsimoes@gmail.com",
             role = c("aut")),
      person("Felipe", "Carvalho",
             email = "lipecaso@gmail.com",
             role = c("aut", "cre")),
      person("Brazil Data Cube Team",
             email = "brazildatacube@inpe.br",
             role = c("aut")),
      person(given = "National Institute for Space Research (INPE)",
             role = c("cph")))
Description: Provides functions to access, search and download spacetime earth
    observation data via SpatioTemporal Asset Catalog (STAC). This package 
    supports the version 1.0.0 (and older) of the STAC specification
    (<https://github.com/radiantearth/stac-spec>). 
    For further details see Simoes et al. (2021) <doi:10.1109/IGARSS47720.2021.9553518>.
License: MIT + file LICENSE
URL: https://brazil-data-cube.github.io/rstac/
BugReports: https://github.com/brazil-data-cube/rstac/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
Depends: R (>= 3.5)
Imports: utils, httr, jsonlite, crayon, sf, png, jpeg, grid, magrittr
Suggests: lifecycle, testthat, knitr, tmap, leaflet, stars, slider,
        ggplot2, purrr, dplyr
Collate: 'cql2-expr-funs.R' 'cql2-types.R' 'parse-utils.R'
        'cql2-core.R' 'cql2-json.R' 'cql2-text.R' 'cql2-adv_comp.R'
        'cql2-funs.R' 'cql2-env.R' 'cql2-utils.R' 'assets-utils.R'
        'assets-funs.R' 'check-utils.R' 'conformance-query.R'
        'collections-funs.R' 'collections-query.R' 'deprec-funs.R'
        'doc-funs.R' 'ext_filter.R' 'ext_query.R' 'extensions.R'
        'geom-funs.R' 'items-funs.R' 'items-utils.R' 'items-query.R'
        'message-utils.R' 'preview-utils.R' 'print.R' 'query-funs.R'
        'queryables-query.R' 'request.R' 'signatures.R' 'stac-query.R'
        'search-query.R' 'stac-funs.R' 'static-funs.R' 'url-utils.R'
        'utils.R' 'rstac.R' 'rstac-funs.R'
NeedsCompilation: no
Packaged: 2024-07-18 20:01:52 UTC; sits
Author: Rolf Simoes [aut],
  Felipe Carvalho [aut, cre],
  Brazil Data Cube Team [aut],
  National Institute for Space Research (INPE) [cph]
Maintainer: Felipe Carvalho <lipecaso@gmail.com>
Repository: CRAN
Date/Publication: 2024-07-18 20:30:01 UTC
Built: R 4.6.0; ; 2025-07-18 06:49:41 UTC; unix
