gdalcubes_cpp
gdalcubes_cpp copied to clipboard
Earth observation data cubes from GDAL image collections
I've been going through the Geocomputation with R textbook and have run into an issue with `gdalcubes` crashing in the example script given [here.](https://geocompr.robinlovelace.net/gis.html#stac-cogs-and-data-cubes-in-the-cloud). ```R library(rstac) library(gdalcubes) s = stac("https://earth-search.aws.element84.com/v0")...
We have a use case where we would like to take a land cover map, say at 250 meter resolution, isolate one category, and resample it at 1 km resolution...
Hi, I have donwloading this tile : "SENTINEL2B_20210110-105806-431_L2A_T31TEM_D.zip" on theia muscate. i create a db with this file : tile
The build fails on dev (and master) because of ``` example.cpp:36:10: fatal error: test_multiprocess.h: No such file or directory #include "test_multiprocess.h" ``` Commenting out the include fixes the issue but...
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.