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
@snowman2mentioned using dask-geopandas to rasterize in chunks using Dask. I just tried and it doesn't seem to work out of the box. Here is an example:
I question whether this is the best approach as my (admittedly very limited) understanding is that a dask-geopandas dataframe is chunked along an index rather than into pieces of equivalent (spatial) size, so a single large feature could blow things up.
I think that's a fair concern, @jessjaco . I suspect an important preliminary step would be to perform a spatial_shuffle on the dask-geopandas GeoDataframe. I think it's not so much an issue of single large features, but more how your features are distributed over the larger region. Of course a single large feature could still trip you up, but perhaps that's then down to the user to manage as only they would know how they'd want to subdivide their features.
@snowman2 mentioned using dask-geopandas to rasterize in chunks using Dask. I just tried and it doesn't seem to work out of the box. Here is an example:
Traceback
The text was updated successfully, but these errors were encountered: