Open-EO / openeo-geopyspark-driver

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

GDMP sync result performance #629

Closed jdries closed 6 months ago

jdries commented 9 months ago

13:42:03.496 Received request 13:42:04.269 Loading with params DataCubeParameters( 13:42:10.726 Cube partitioner index: org.openeo.geotrelliscommon.package$ConfigurableSpaceTimePartitioner@3f0ed609 13:42:11.141 SaveRDD 13:42:23.020 +20s Writing geotiff to /tmp/openeo-pydrvr-bl4mwpa5.save_result.gtiff with type float32 and bands 1.0

13:42:35.095 +32s Request fully done

Two observations:

jdries commented 8 months ago

partitions are now lower on openeo-dev, job runs with 1 stage as well most of the time is still spent loading data

jdries commented 8 months ago

New GDMP_TEST layer still has an error because we try to interpret netcdf's as geotiff:

▸Server error: geotrellis.raster.io.geotiff.reader.MalformedGeoTiffException: incorrect byte order
    error
    Code: Internal
    ID: r-2401162411bd4614be228d2aace68462
jdries commented 6 months ago

committed collection test for cgls, avoid need for a custom OpensearchClient

jdries commented 6 months ago

test collection now works, there was a pixel shift, so I set realign to true

jdries commented 6 months ago

it works now, next step: remove test layer and move config into 'real' layer

jdries commented 6 months ago

committed collection changes, to be communicated to users