You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have quite a few empty parquet files resulting from point extraction jobs. The reason for this is that currently we have to buffer point-based extractions because occasional single-point jobs are not yet supported in openEO (Open-EO/openeo-geopyspark-driver#996)
Very small buffers sometimes do not contain any pixel center of a collection and the resulting extraction is nodata for all observations. These get dropped, finally resulting in an empty dataframe.
Things to do:
Change post-job action to detect empty dataframes and don't download these (they give downstream issues)
Make sure current point-extractions have square 5m buffer for the actual extraction, avoiding this getting dropped
We have quite a few empty parquet files resulting from point extraction jobs. The reason for this is that currently we have to buffer point-based extractions because occasional single-point jobs are not yet supported in openEO (Open-EO/openeo-geopyspark-driver#996)
Very small buffers sometimes do not contain any pixel center of a collection and the resulting extraction is nodata for all observations. These get dropped, finally resulting in an empty dataframe.
Things to do:
The text was updated successfully, but these errors were encountered: