We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8720b1d commit 283ddcaCopy full SHA for 283ddca
raster2dggs/common.py
@@ -196,7 +196,7 @@ def address_boundary_issues(
196
if compaction:
197
ddf = ddf.map_partitions(compaction, resolution, parent_res)
198
199
- ddf.to_parquet(
+ ddf.map_partitions(lambda df: df.sort_index()).to_parquet(
200
output,
201
overwrite=kwargs["overwrite"],
202
engine="pyarrow",
0 commit comments