Dugal Harris
Dugal Harris
`q-mosaic` will not give good results in all situations, but this does look a bit odd. Please could you provide code, or a command line to re-create this image.
`q-mosaic` is working correctly for your example from what I can tell. The component images span a range of wet/dry conditions, and the composite consists of parts of these different...
If the image computation is running over the user memory limit on download, you can reduce the `max_tile_size` parameter. I suggest trying `max_tile_size=8` (MB). The command line docs are [here](https://geedim.readthedocs.io/en/latest/cli.html#cmdoption-geedim-download-mts)...
Hello, I have seen a "user memory limit exceeded" error when downloading a large Sentinel-2 medoid composite. When I decreased `max_tile_size`, it downloaded ok. Earth engine has a size limit...
See the [related documentation section](https://geedim.readthedocs.io/en/latest/api.html#computed-images-and-user-memory) in the latest release.
OK. Can you tell me the value of `collection`?
The latest [v1.7.0](https://github.com/dugalh/geedim/releases/tag/v1.7.0) release contains some improvements and an [example](https://geedim.readthedocs.io/en/latest/examples/s2_composite.html) related to this.
@sgillies I've looked into this some more - it is not a bug but a PROJ behaviour I was unaware of. The transformation grids needed for the vertical shift are...
Perhaps there could be a note with the ``warp.reproject`` and ``warp.transform`` docs to make this more visible to users?
Thanks @sgillies - this feature will be really useful. It makes sense that you can't register different openers for the same file. I would like to be able to use...