Open-EO / openeo-geopyspark-driver

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

resample_spatial with different CRS #745

Closed EmileSonneveld closed 2 months ago

EmileSonneveld commented 3 months ago

the repartitioning in resample_spatial broke a people-ea udp: j-24032780a8bc4966b21ba2b330bf85f0 Repartitioning datacube with 1 partitions to 10263956284 before resample_spatial

The resolution_factor was way of due to comparing resolutions from different CRSes. Solution is to reproject original resolution to new CRS before comparing

EmileSonneveld commented 2 months ago

Original issue: https://github.com/Open-EO/openeo-geotrellis-extensions/issues/265