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
Describe the bug
A warning on assumption on index aligned is triggered every time zonal_stats is called with a dask array (returning a dask dataframe).
assuming that such warning could be ignored in this situation, an argument can be passed to ignore this warning (raised in dask/dask#6175 and added in dask/dask#6210 )
a potential solution would be to allow to pass kwargs to zonal_stats that are ingested by (also)dd.concat. wdyt? happy to submit PR
Expected behavior
No warning raised
version xrspatial==0.3.5
The text was updated successfully, but these errors were encountered:
Describe the bug
A warning on assumption on index aligned is triggered every time
zonal_stats
is called with a dask array (returning a dask dataframe).This is triggered by ( I believe) this concat:
xarray-spatial/xrspatial/zonal.py
Line 230 in 60df049
assuming that such warning could be ignored in this situation, an argument can be passed to ignore this warning (raised in dask/dask#6175 and added in dask/dask#6210 )
a potential solution would be to allow to pass kwargs to
zonal_stats
that are ingested by (also)dd.concat
. wdyt? happy to submit PRExpected behavior
No warning raised
version
xrspatial==0.3.5
The text was updated successfully, but these errors were encountered: