Jeroen Dries
Jeroen Dries
I also see this issue when doing: GDALRasterSource(path).reproject(crs) Where crs is Web Mercator and path is a global geotiff in EPSG:4326 with Extent(-180.0, -90.0, 180.0, 90.0). So I get this...
I would also be interested in this feature: users do not always need the full scene, in some cases they even require a few pixels only. Would be nice to...
A fix for this is being proposed in this pull request: https://github.com/Open-EO/openeo-processes/pull/106
Interesting idea! In fact, we already try to do something similar to offering this array api with out 'band math' functionality. But there the user has to mix some openEO...
Hi Michael, thanks for the feedback. This made me look at the Range implementation again, and I noticed that it is in fact an immutable class. Which makes me wonder...