rstac icon indicating copy to clipboard operation
rstac copied to clipboard

R Client Library for SpatioTemporal Asset Catalog

Results 14 rstac issues
Sort by recently updated
recently updated
newest added

**Describe the requested improvement** There are `items_next()` and `items_fetch()` methods for `doc_items` objects. The STAC API supports [pagination for collections](https://github.com/radiantearth/stac-api-spec/blob/main/ogcapi-features/README.md#collection-pagination) in the same way as for items. It would be...

**Describe the bug** We are attempting to improve access to our Digital Earth Australia satellite data for R users, and `rstac` looks like a perfect option to replicate functionality we...

bug

I was following along the code in https://stacspec.org/en/tutorials/2-using-rstac-and-cql2-to-query-stac-api/ and it seems that this part is not running: ``` rstac::stac("https://planetarycomputer.microsoft.com/api/stac/v1") |> rstac::ext_filter( collection == "landsat-c2-l2" && t_intersects(datetime, ) ) ``` Not...

Hi all! Congrats on 1.0.0, I'm really excited to see it. It looks like the GitHub pages website is still stuck on 0.9.2-1, however: https://brazil-data-cube.github.io/rstac/ Looking at the `gh-pages` branch,...

bug

Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_rstac.html) * [x] Check if any deprecation processes should be advanced, as described in [Gradual deprecation](https://lifecycle.r-lib.org/articles/communicate.html#gradual-deprecation) *...

Is there any better way to create multiband rasters from URLs? And maybe you should implement a function to group the same scenes? ```r library("rstac") library("terra") stac("https://earth-search.aws.element84.com/v1") |> stac_search(collections =...

**Describe the requested improvement** Dear developers, I would like to know if there is a function or a way to be able to convert STACitemcollection to the most common raster...

- Add an output in jupyter for each class

enhancement