stars icon indicating copy to clipboard operation
stars copied to clipboard

Spatiotemporal Arrays, Raster and Vector Data Cubes

Results 67 stars issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to read in an 8-channel image with the qptiff format with stars but stars only returns one band. I confirmed that other software packages (e.g. tifffile...

Hello, This isn't an issue, but a request for resources. Our group will be presenting short tutorials on data access and visualizations in R during this year's [Ocean Hack Week...

If I do `srtms[zion]` where: ``` > srtms stars object with 2 dimensions and 1 attribute attribute(s): Min. 1st Qu. Median Mean 3rd Qu. Max. srtm 1024 1535 1837 1842.548...

I have a raster object (link to file [here](https://drive.google.com/file/d/1ny_smq8LT3_EQoSSTF3eYIUfPFQkrQ5b/view?usp=sharing)) that plots contours 'wrong' in ggplot2 compared to base graphics. Using ggplot2, the bottom area is missing the two 50% contour...

I'm working with Sentinel-2 data approx 10GB (13 band). I've downloaded it with {rstac}, saved it as `netcdf` with {gdalcubes} and read with `stars::read_ncdf`. Then I'm trying to use {stars}...

I'm working in Windows with a time series of ERA5 data. I've tried to agggregate from hours to days. I tested in ubuntu and have no problem, but in windows...

The min time `aggregate `of `stars` object using `sf ` polygon (`counties[63, ]`) is returning nothing (NA values). The aggregate option changing `start` to `sf ` is not working as...

It is a pleasure to come back here! This code was working some time ago. I reinstalled stars from GitHub, but the error persists. The data are [here](http://geocorp.co/wind/usafl_fg10_2007-2019.zip). Thank you...

If this is a value in `ggplot2`, I'm happy to file it there. Thanks for a wonderful package! ## Summary :white_check_mark: Rendering finite values in a semi-transparent manner works by...

Would it be possible to improve the performance of `aggregate()` function, in particular the processing of data that is loaded into memory (it seems fine in `proxy` case)? For the...