Skip to content

Commit

Permalink
Add chunk unification
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiannucci committed Sep 26, 2023
1 parent 64c82da commit 7b3a591
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xpublish_wms/wms/get_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ def render_quad_grid(
),
},
)

da = da.unify_chunks()
elif self.grid_type == GridType.REGULAR:
da = da.rio.reproject("EPSG:3857")
else:
Expand Down

0 comments on commit 7b3a591

Please sign in to comment.