Krzysztof Dyba

Results 222 comments of Krzysztof Dyba

> We could add a keyword like `emptyval` to add an optional global check that the iterator has at least one value? Then you could do `emptyval=missing` and avoid this...

Thanks @rafaqz for looking into this in detail, great investigation! This is topic for the next SDSL 😃 > As I suspected your TIF files are points rather than areas,...

> should I add #15 too while I'm at it @kadyb? @asinghvi17, let's wait with this, because it uses a different dataset. Separate issue is that depending on the dataset,...

FWIW: Ideally, it would be useful to compare the performance of the current GDAL algorithm and scan line algorithm at the C++ level, since what I presented #15 is quite...

I noticed there is mistake in the title. Instead of "Benchmark vector operations" it should be "Benchmark **raster** operations". Also here: https://github.com/rafaqz/Rasters.jl/blob/main/README.md#performance

Gentlemen, it's time to merge this! Thank you very much for your contributions! What are the next steps: First, I will run vector benchmarks. Then, raster benchmarks, but before that,...

> We should probably also star and explain the crop time because we had to slow it down for Julia... it only take a few nanoseconds so it breaks the...

So it sounds like two different operations, which is why there are differences in performance. I believe that in this case, to ensure an identical comparison, in `terra` we should...

I see two issues here: 1. In-place operations are not supported by some packages, such as `stars`, `raster` and `rasterio`. 2. I think that for average users, in-place operations are...

It seems that applying a filter with only single pressure level works, but when combined with filtering by date, we get this error. When I swapped the order of the...