Marius Appel

Results 19 comments of Marius Appel

No, there is currently no method to reduce the spatial resolution of a cube. The implementation should be relatively straightforward though, because there is already `aggregate_time()`, which seems to do...

This is now added to the GitHub version of the package. Still needs some more testing but the following should now work: ``` prop12 apply_pixel(function(v) {v[1]==12}) |> aggregate_space(dx = 1000,...

Now under development since https://github.com/appelmar/gdalcubes/commit/60f1e371b3726b7f20c04f4c6b98bfac552c21d3

A first prototype is now working (see https://github.com/appelmar/gdalcubes/commit/7813f965194e1ff50462eb04f106c8f0254bd3c5). So far, swarm clients are not fault tolerant.

@pierreroudier there is actually a (not very user-friendly) workaround to do this in the R package with the `chunk_apply`, function. However, I am planning to improve this by letting users...

@mdsumner Thanks, the current `dev` branches of `gdalcubes` and `gdalcubes_R` now support the definition of a global SRS in image collection formats (see example [here](https://github.com/gdalcubes/collection_formats/blob/53bfb5c126018fa4972730f20432bf352f7661a0/formats/NOAA_OISST_AVHRR_Only.json#L5)). This field is of course...

Hi, the idea of the default view was simply to provide a quick look at the data. I think that in most cases it does make sense to let users...

Sorry for the late reply! In some cases, `aggregate_time()` can help to align the time axes of two cubes. If not, the only way is to use the same dimensions...

Hi, I see several issues here: 1. The pattern of "images" does not return a name (use parentheses for this) 2. "bands" is a single object but should be an...

Thanks, the JSON looks good to me and works indeed for the provided files. I did some work on a description of the JSON collection format details a while ago...