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
The split_job_s2grid function uses the Geopandas sjoin_nearest method on the tile columns in the S2 grid. However, if the original reference data already contains a tile column, the sjoin_nearest method will generate a left_tile and right_tile column.
The
split_job_s2grid
function uses the Geopandassjoin_nearest
method on thetile
columns in the S2 grid. However, if the original reference data already contains atile
column, thesjoin_nearest
method will generate aleft_tile
andright_tile
column.This will cause the
groupby('tile
)` method to fail: https://github.com/Open-EO/openeo-gfmap/blob/main/src/openeo_gfmap/manager/job_splitters.py#L95The text was updated successfully, but these errors were encountered: