Martin Fleischmann

Results 538 comments of Martin Fleischmann

I would recommend using vanilla geopandas in this case. I am not aware of a direct interface between dask-geopandas and dask-backed xarray. To make a use of it you would...

Good catch! > I'm not sure if there is a general way of solving this besides catching and reissuing the warning in the places it can occur. I am not...

One to add - we lose spatial partitions after `to_crs`. I am just not sure if we can just reproject the partitions GeoSeries or we risk that some points will...

Hello, why do you use `delayed` here? The sjoin between `baoding_2013` and `baoding_2021` should look like this: ```py baoding_2013 = dask_geopandas.read_file("D:/Study/Data/jjj_land use/baoding_2013.shp", npartitions=4) baoding_2021 = dask_geopandas.read_file("D:/Study/Data/jjj_land use/baoding_2021.shp", npartitions=4) baoding_join1 =...

Our CI is currently failing everywhere, it is not related to this PR. I'll try to review the code as soon as possible but I am not optimistic that it...

@yudeqang You can ignore failing dev environment for now. I'll get back to the PR review later (not sure how soon, apologies in advance).

Hey @muety, thanks for the suggestion. We don't have a lot of Postgres expertise in the team, could you try to draft a PR for that?

Pandas 1.3.3 has a regression causing some overlay failures. It has already been fixed on pandas master.

@bretttully sorry for the slow response. I think we want to include this, we are just extremely behind our review process and prioritise bugs at the moment more than additional...

Hey, thanks for the suggestion! I agree that it would be nice to have such a support. Since we don't really have a ton of SQL experience within the team,...