Jeroen Dries
Jeroen Dries
Should we perhaps turn this into an epic? Because non-optimized would be the most basic thing to start with, and then we should indeed add things like UTM grid. (Overlapping...
I seem to be mostly in favor of trying to detect this case on the client side. A substraction between two cubes with the same number of bands, and different...
Pointer to where this probably needs to be added: https://github.com/Open-EO/openeo-python-client/blob/9b92d6f59566ec2d32deaaddae261e683bdd9861/openeo/rest/job.py#L405 Example problematic file: https://openeo.dataspace.copernicus.eu/openeo/1.2/jobs/j-2504020555234b3287f2fe696bea5ded/results/assets/MzJjYzdkZGItZjdlMS00YjFjLTk3OTYtZjlmZTM5Y2I4ZmVi/efc6009b1fdb1d283b91e65538400aac/feature-datacubes_v1_feature-cube_year2024_E412N322.tif?expires=1744207076
@tcassaert It seems we can switch between api versions for listing objects: > Important note: you should mount geesefs with --list-type 2 or --list-type 1 options if you use it...
Ok, so using new list type comes down to the same issue. @vitalif can you perhaps confirm that not supporting: This: http://data.cloudferro.com/DIAS?marker=Sentinel-1&prefix= http://data.cloudferro.com/DIAS?list-type=2&prefix=&start-after=Sentinel-1 While this does work: http://data.cloudferro.com/DIAS?marker=Sentinel-1/&prefix= http://data.cloudferro.com/DIAS?list-type=2&prefix=&start-after=Sentinel-1/ http://data.cloudferro.com/DIAS?prefix=Sentinel-1...
I would: - make sure that shapely geometry remains supported - add shapely geometry support to load_collection as well, the absence there is the most annoying inconsistency for me -...
Options: - python API that is available backend side to handle common tasks, this has standardization impact - allow to 'stage in' specific files from user workspace
Hi @milospandzic , some file formats have the 'filename_prefix' format option: https://documentation.dataspace.copernicus.eu/APIs/openEO/File_formats.html Which would allow to improve output file naming. Would that help? Format options can be backend specific, the...
The fix works but I had to fall back to old (bad) behaviour in cases at the edge of valid target crs bounds. My method to compute target cellsize resulted...
@pomadchin ready to merge?