Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
26 stars 4 forks source link

load_stac: result differs between canonical and unsigned URL #669

Closed bossie closed 4 months ago

bossie commented 8 months ago

Output assets have different CRS and resolution. Why?

On https://openeo-dev.vito.be:

Original job: j-240202454fdf4f3b9d8b998310094c30 Job with load_stac of canonical URL of j-240202454fdf4f3b9d8b998310094c30 results: j-2402026b9f994966b025e6a37d29faca Job with load_stac of unsigned URL of j-240202454fdf4f3b9d8b998310094c30 results: j-240202074ff5443188df872394c03c45

bossie commented 8 months ago

Theory: asset metadata i.e. proj: is taken into account when loading from a canonical URL but not in the case of an unsigned URL (which bypasses HTTP).

TBC.