Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

warning on aligned axis for dask dataframes withzonal_stats #774

Open
Assignees
thuydotm
Labels
bugSomething isn't working
@giovp

Description

@giovp

Describe the bug
A warning on assumption on index aligned is triggered every timezonal_stats is called with a dask array (returning a dask dataframe).

This is triggered by ( I believe) this concat:

stats_df=dd.concat([dd.from_dask_array(s)forsinstats_dict.values()],axis=1)

assuming that such warning could be ignored in this situation, an argument can be passed to ignore this warning (raised indask/dask#6175 and added indask/dask#6210 )

a potential solution would be to allow to pass kwargs tozonal_stats that are ingested by (also)dd.concat. wdyt? happy to submit PR

Expected behavior
No warning raised

version
xrspatial==0.3.5

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

🆕 New

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp