Philip Chmielowiec

Results 263 comments of Philip Chmielowiec

Hi Hongyu! > Thanks for the clarification. So you want to move away from the new implementation for caching these connectivity variables altogether? That's correct. > Before we tackle these...

@hongyuchen1030 I am putting together optimizations to the constructing of `Grid.bounds` in #1205 to compute the face edge nodes for each face as they are needed, instead of pre-computing the...

[Here is a link to a sample dataset with some points to play with](https://drive.google.com/file/d/1VRbEO2JVu1uB8le_V-vfwh73CI02rtyH/view?usp=sharing) ```Python gdf = gp.read_parquet("filename.parquet") def plot(x_range=[-135,-65], y_range=[21,59]): cvs = ds.Canvas(plot_width=300, plot_height=300, x_range=x_range, y_range=y_range) agg = cvs.points(points,...