eli knaap
eli knaap
hm, looks like thats cause they're still pointing at master instead of main (swap and it [works fine](https://nbviewer.org/github/pysal/tobler/blob/main/notebooks/census_to_hexgrid.ipynb)) im not actually sure where thats happening cause that notebook is sitting...
@jGaboardi do you remember where those are set?
Sweet, thanks @jbousquin! Nbsphinx_link looks great
>In areal interpolation (not sure about other cases), if the source geometries have duplicates or overlaps, the results are wrong. not quite. The validity depends on the question. if you've...
how about `area_buffer` --> `area_relate`? I agree a lower level implementation in geopandas like @martinfleis suggests would probably be ideal, but until then it's quite useful (and fitting) for it...
i think this is a duplicate of #137?
a couple updates after looking at this a bit. On the same dataset in the gist,`_area_tables_binning` takes 4 minutes, which confirms it's building the area-of-intersection sparse matrix that consumes all...
cc @martinfleis @ljwolf @sjsrey in case anyone else has thoughts
>I'm also still a bit not 100% sure why (at least extensive) doesn't work, but after looking at the single-core code, my conclusion was that the weighting done when row...
@darribas can you take a look at what's going wrong with the dask interpolator? I want to cut a new release this month but dont want to do so until...