Package: rstactheia
Title: R library for interacting with the STAC API of [CDS THEIA MTD](https://www.stac.teledetection.fr)
Version: 1.0.0
Authors@R: c(person(given = "Florian", 
					family = "de Boissieu", 
					email = "florian.deboissieu@inrae.fr", 
					role = c("aut", "cre", "cph"), 
					comment = c(ORCID = "0000-0002-2185-9952")),
            person(given = "Rémi", 
					family = "Cresson", 
					email = "remi.cresson@inrae.fr", 
					role = c("aut"),
					comment = c(ORCID = "0000-0003-4017-2635")))
Description: This package provides functions to sign the asset hrefs available from the STAC catalog of the [CDS THEIA MTD](https://www.stac.teledetection.fr).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
	R (>= 4.0)
Suggests: 
    rmarkdown,
    testthat (>= 2.0.0)
Imports: 
	assertthat,
	jsonlite,
    httr2,
	rstac
URL: https://teledec.pages-forge.inrae.fr/rstactheia, https://forge.inrae.fr/teledec/rstactheia
BugReports: https://forge.inrae.fr/teledec/rstactheia/issues
Config/testthat/edition: 3
