Michele Claus

Results 42 comments of Michele Claus

I know that the coordinates of the data I'm seeing are the pixel centres and not the boundaries, and I don't care if there's a padding but the problem is...

Thanks @Kirill888, using `like` + `GeoBox` solved the issue for me! Anyway, I didn't find some good docs about this, I guess it's a recurrent issue many will encounter. ```python...

@Kirill888 I did some tests using load instead of storage, but I can't understand how it is supposed to work, since the values does not seem to follow a logic:...

This issue shouldn't be closed yet. It is not yet clear why the load + align parameters in the product definition give the showed outputs.

> x == (N*r + a), where N is an integer So, if `a = 0` and I know `x`, which is the pixel edge and I can find `N`....

@gjoseph92 alright I will try to make it conditional as you suggested! I missed the other issue mentioning it.

I won't have time to work on this until mid November unfortunately.

@gjoseph92 sure, thanks a lot for the effort you put in this project.

Hi @JotaFan, I'm also a stackstac user and we are currently working on this feature within this project: https://pypi.org/project/raster2stac/ https://gitlab.inf.unibz.it/earth_observation_public/raster-to-stac Currently is capable to convert input like netCDFs and also...

You can drop them before trying to crop to the AOI like this: https://github.com/Open-EO/openeo-processes-dask/blob/8d9e3fb009676a39c3ce5009bc1c09909e5bbfb3/openeo_processes_dask/process_implementations/cubes/_filter.py#L82