Marius Appel
Marius Appel
This issue collections ideas for important features to be added. **Highlighted** items should be considered for the next minor release. **General Features:** - [ ] Import data cubes from NetCDF...
Functions `year()`, `month()`, `dayofyear()`, `dayofmonth()`, and others related to time would be a nice addition for pixel-wise expressions, e.g. to be added as symbols in tinyexpr.
Currently, aggregation and resampling methods are part of the data cube view. This has the following disadvantages: 1. Methods cannot be specified per band. 2. Reusing data cube views for...
This issue is to collect ideas how to improve the library in its general design: Ideas: - [ ] Data cube view is a parameter only to image_collection_cube, cube instances...
Support updating an image collection by rescanning a directory with collection_format from metadata table.
To scale analysis in shared-nothing environments, a Docker image which runs a gdalcubes_worker binary that listens to incoming tasks would be useful.
[sits](https://github.com/e-sensing/sits) has a structure for irregular cubes that is similar to the image collection model in gdalcubes. In order to reuse sits' easy-to-use interfaces to collections cloud providers, it would...
Similar to the netCDF export and loading using `ncdf_cube()`, there should be a function to load a cube from GTiff files produced with `write_tif()`
The example from `filter_geom` seems to produce an empty result on Windows: ``` # create image collection from example Landsat data only # if not already done in other examples...