ATL2001
ATL2001
Is there still an appetite for a widget-based layer control from a map object. I've got some code that goes beyond making a set of check boxes to control layer...
excellent, I still need to clean up the code with some type hints, and add docstrings and whatnot, but hopefully I'll be able to push a PR tonight or sometime...
@jmakov any chance you could try using polars 0.20.19 and see if your parquet file works with that version? I recently upgraded from that version to 0.20.25 and am now...
Thanks everyone! I just upgraded to 0.20.31, and the panic is gone! 😀
Hey @kylebarron I'm actually doing this with lonboard already as it is! no changes needed! check it out ``` import geopandas as gpd import lonboard from lonboard import Map, ScatterplotLayer...
I'm sure I could find time to write a notebook like the other notebooks in the examples section of the documentation if ya'd like
Are you wanting to add the types to the Callable like: `callback: Callable[[tuple[float, float]], None]` Since the function provided to the callback should be expecting a tuple of floats for...
oh that's neat, I've never used a protocol before. It looks like something I could implement, but I'm not going to sign up to take it on (I'm limited on...
I totally understand that feeling. No worries, I actually don’t even have a use case currently for this personally, I see it’s usefulness and just figured I could help out...
oh golly @kylebarron, it's not you, it's me. I didn't intend to yank this. I think I've mentioned before that I don't use github for work, so my skills here...